Connecting Crazyflie Bolt to offboard computer via UART #1272
-
Hi we're trying to pull data from the Crazyflie Bolt 1.1 to either a linux desktop via an FTDI cable or to our drone's UART port and the data doesn't seem to be populating. We're testing with a demo app made by @knmcguire ((https://github.com/knmcguire/crazyflie-firmware/tree/bolt-pos-through-uart)) and we have it compiling and flashed onto the bolt fine. We attached an oscilloscope to our Bolt and we can see that it's trying to transmit UART data, but we're not seeing it show up on either PuTTY or the python app. We've experimented with different baud rates, double checked the wiring, and deleted the debug statements. The only difference between @knmcguire and our setup is that we're flashing over DFU while she's flashing via the CrazyRadio. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi! Glad you found the bitcraze discussions! Just some questions such that we can debug this further:
|
Beta Was this translation helpful? Give feedback.
-
Which OS are you using? Is it detecting the ftdi cable? Are you using the python script provided with the example? Are you connecting ground of the bolt to the ftdi cable as well? What are the LEDs doing on the bolt? you should see 2 blue leds and one red led blinking at a constant rate. If you remove the loco positioning deck, what happens then? Does it work? |
Beta Was this translation helpful? Give feedback.
-
We have a difference in our setup where the crazy radio is not connected (we have one on order). Is there logic in the schematic or a voltage rail that is dependent on the radio for, such as the VCOM power rail? |
Beta Was this translation helpful? Give feedback.
Mystery solved! We had a faulty FTDI cable @knmcguire