Replies: 1 comment
-
Hi @rmdPurdue! This sounds like a really cool endeavor! Unfortunately there is no documentation on how to use the deck outside the Crazyflie. The Loco note does only do a small part of the computation and a lot is done withing the Crazyflie itself, since this has a much more powerful CPU. The driver can be found here https://github.com/bitcraze/crazyflie-firmware/blob/master/src/deck/drivers/src/locodeck.c along with algorithms for TWR,TDOA (See c files in this directory with corresponding names). Another solution is to put a crazyflie or a Bolt with an attached loco deck on the ground vehicle, and communicate with it over uart to get the absolute positioning. This solution will be more straight forward but of course a bit less flexible. I hope this helps you find a good solution! It would be fun to hear how it turned out if you try it out! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have been working with a group of students to explore applying autonomous ground vehicle technologies to moving scenery for theatre use. We stumbled on the Crazyflie drones--which are super cool! We bought a couple, along with the parts for the Loco positioning system to explore indoor absolute positioning. We now wonder if there's any guidance available for communicating with the deck over SPI separate from the Crazyflie drone. We started digging through the documentation, but wondered if you might be able to point us in the right direction, if it is possible to do?
Beta Was this translation helpful? Give feedback.
All reactions