Page 1 of 1

Crazyflie nano quadcopter kit 6-dof please help me

Posted: Tue Oct 06, 2015 9:20 am
by Fatih Çetinkaya
Hi guys. There is my problem. I bought two pieces quadcopter. (Crazyflie nano quadcopter kit 6 DOF ) I want them to communicate . I want to blow them in a way synchronous. How can I do. Please help me.

Re: Crazyflie nano quadcopter kit 6-dof please help me

Posted: Sun Dec 06, 2015 6:10 pm
by chad
I'm not sure the best way to accomplish this but I would imagine it would be easiest to have the two Crazyflies communicate to each other through the PC rather than directly. That is, Crazyflie A sends it's data back to the Crazyradio into the computer and a software client then communicates the data to Crazyflie B which does the same thing. So, each copter only has to communicate with the PC and the PC does all the work. This way there's not a lot of modification you'd need to do in the firmware and all the communication can be done on the PC side with Python or whatever other code you'd like to use.