Fork from my last OpenFlightRX code. This will be better and running on ESP12F. Still in development for now.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
400 B

  1. 6.2nS per cpu cycle
  2. GAP:
  3. 1.4345ms - 1.4455ms = 0.011ms = 11uS = 1774.1935483870 cpu cycles
  4. 200000 BAUDRATE (8E2)
  5. [ START BIT ][ DATA BITS x 8 ][ PARITY BITS ][STOP BITS x 2]
  6. .0000050000s = 5uS each pulse of bit ~ 5uS Start Bit + 40uS total time data bits + 5uS Parity Bits + 10uS Stop Bits = 60uS
  7. Total Bit Duration = 60uS = 9677.4193548387 CPUCYCLES
  8. Each Bit Pulse at 806.4516129032 CPUCYCLES