How do I save my settings?
How do I save my settings?
I'm going into the parameters tab and setting it to rate mode and tuning PIDs to make it fly the way I want, but if I power it off and back on those settings are lost... Is there any way to make those settings persist?
Re: How do I save my settings?
This is currently not possible but development of it is ongoing. Currently one have to change the hard coded values in the code and flash it.
Re: How do I save my settings?
Oooookay, are there step by step instructions somewhere that will show me how to compile and flash the firmware as a non-programmer type? I can use Windows or MacOS.
Re: How do I save my settings?
You should definitely use the Bitcraze 0.6 VM. Then you don't have to bother with checkouts or dev environments since it's all set up there already! You will have to checkout a different branch though, but that's easy. Run the VM then launch the Terminal Emulator (icon on the Desktop) and enter the following lines (hit return after each line):Analogy wrote:Oooookay, are there step by step instructions somewhere that will show me how to compile and flash the firmware as a non-programmer type? I can use Windows or MacOS.
Code: Select all
cd ~/projects/crazyflie-firmware
git checkout master
git pull
make clean
make
Code: Select all
make
Code: Select all
make cload
On the other hand, if you want to get set up to build firmware on your Mac, check out my blog post on doing just that!
Crazyflier - my CF journal...
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.