[SOLVED] Crazieflie Communication Simulator?

Firmware/software/electronics/mechanics
Post Reply
gherlein
Beginner
Posts: 11
Joined: Mon Jun 22, 2015 8:32 pm

[SOLVED] Crazieflie Communication Simulator?

Post by gherlein »

Has anyone built something to simulate the CrazyFlie2 communication behavior? Something to allow a controller developer to write a complex controller without actually communicating with a real cf2 copter?
hsanjuan
Beginner
Posts: 19
Joined: Sat Jul 20, 2013 10:51 am

Re: Crazieflie Communication Simulator?

Post by hsanjuan »

Check: https://github.com/bitcraze/crazyflie-c ... gdriver.py

Instead of using the radio_driver (which in turns talks to crazyradio.py), you can use this fake driver to debug (i think)
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: Crazieflie Communication Simulator?

Post by marcus »

hsanjuan wrote:Check: https://github.com/bitcraze/crazyflie-c ... gdriver.py

Instead of using the radio_driver (which in turns talks to crazyradio.py), you can use this fake driver to debug (i think)
Hi,

Currently there's nothing to "simulate" the firmware running on the Crazyflie, but for developing the client there's the debugdriver that can be used. This will reply to messages and send fake data back.
Post Reply