nppilot/roverif/NOTES
Michael Hope bd796af05b Added more checks around the tick resolution.
Changed to match the new crystal.
Upped the baud rate to 57600.  12 MHz divides well to most rates...
2014-02-02 15:04:14 +01:00

23 lines
490 B
Plaintext

Todo
====
Flasher
Supervisor
PWMIn
Servo
Link
Bandwidth
=========
https://docs.google.com/spreadsheet/ccc?key=0Alf_rWdmv9JidFBhNGc3M1VKR2ExOTBCTXhnN3JXdXc&usp=sharing
38400 baud gives 11 % utilisation at a 50 ms update rate.
PWM timing
==========
Signal goes from 1 ms to 2 ms. Prefer an 8 bit value with a small
amount of margin for setting up the output compares.
So 1 ms should be ~256 count. 12 MHz / 1000 / 256 = ~47. A prescaler
of 64 gives 187 count over 1 ms. Sounds good.