Page 1 of 1

crazyflie firmware

Posted: Tue May 21, 2013 8:20 pm
by phiamo
Hi folks,
is there any way in the firmware c code to check if the radioconnection is present ?
Or to react on a connection loss?
An i think i once though the fly disconnected on to much bumb when it collided somewhere ... can i attach my hover code somehow there to disable hover mode ..?

Cheers phil

Re: crazyflie firmware

Posted: Wed May 22, 2013 8:29 am
by tobias
The commander.c gets all the control packets and you can use that to trigger something such as the commander watchdog is doing today.

Re: crazyflie firmware

Posted: Wed May 22, 2013 9:00 am
by phiamo
Perfect, didnt see it ...