Versions Compared

Key

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

https://wiki.bitcraze.io/projects:crazyflie2:expansionboards:lighthouse

...

Warning

NOTE that bitcraze is saying that you should use the 2.54mm header (i.e P3) but that will not work.

...

Protocol

Example code which has been modified from this repo:
https://github.com/bitcraze/lighthouse-fpga/blob/V6/tools/print_frame.py

View file
namemarcus_print_frame.py

At power up the deck is in boot and communicates at 115200.

...

After the device is in application the communication changes to 230400... when the unit is in application the RED LED will turn OFF.

...

When the will send 12 x 0xFF which is used for sync and if a HTC transmitter is present it will start too send data:

...