Page 1 of 1

Lighthouse-4 deck interfaced with Bebop parrot drone

Posted: Wed Jun 26, 2019 6:54 pm
by mohit_gt
Hi,

I am currently working with the Bebop parrot drone. I was wondering if it would be possible to interface the lighthouse-4 deck with the HTC Vive base station with drones other than the crazyflies??

Best,
Mohit

Re: Lighthouse-4 deck interfaced with Bebop parrot drone

Posted: Fri Jun 28, 2019 9:04 am
by arnaud
Hi,
If you can program the drone, it should be possible though using the Lighthouse deck with other robot is not supported out of the box yet.

First of all, the lighthouse deck is 3.0V and does not support 3.3V signals see the wiki for more details: https://wiki.bitcraze.io/projects:crazy ... lighthouse.

Next, you need some code to calculate your position from the lighthouse signals: the deck currently only acquires IR pulse, you need some code to decode them. You will need to port the code from the Crazyflie, most of it should be platform independent, the entry point is the deck driver: https://github.com/bitcraze/crazyflie-f ... ghthouse.c (the deck driver is Crazyflie-dependent but all the lighthouse-releated function should are implemented in the util/ folder and should be portable quite easily).

We are working at making a breakout board that solves the voltage problem and contains a USB interface, as part of this work we will break out the positioning code from the Crazyflie. This will not happen before the end of the summer though.