Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. test the PWM interface with spark flex

  2. check output range of the controller should be a normalized -1 to 1

  3. define interface between ground side and rover(need to know message and size to setup DMA)

    1. Speed:Value(-1 to 1) b) Yaw:value(YAW)

  4. Implement arcade controller

PWM is tested working on L5

Note: for the communication

STM send request data to GS

Code Block
/*Message Scheme
 *
 * +--------------------+------------------+-------------+--------+
 *  startbit + DEVICE ID   Vertical speed    rotation	    CRC
 */