"Yes you can use a Duemillanove to flash your Turnigy: i did it when I got mine.
I'm not at home right now so I can't help you much with wiring but you can read this page. Basically you need to flash the "ArduinoISP" example sketch to your arduino,…"
"Hi,
The mag offsets are determined automatically in the code.
However, you still have to modify a #define in the code to tell how your mag is mounted.The default position is the one described in the wiki so if yours is like that, you can use the…"
""It's not a bug, it's a feature".
Indeed in the NG code there is this line in ArduUser.h:
#define SAFETY_MAX_THROTTLE_INCREASE 100 // how much of jump in throttle (within a single cycle, 5ms) will cause motors to disarm
Hi!Until recently, when I used the Configurator to calibrate the transmitter, everything seemed to be ok, but when I tried to save the values to the EEPROM, I had an error like: "Could not save values ... Try again / Abort ? " I didn't mind because…
Hi everyone,I saw that recently a new Configurator source code appeared in the arducopter svn repo. It seems to be written in C#. For me the main flaw with the original configurator was that I couldn't run it on linux (ubuntu 10.10) , and I had to…
"I had the exact same problem yesterday, I solved it by downloading arduino 21 too.
But I'm using the 64bits version of ubuntu 10.10 , and arduino didn't want to start. I had to delete arduino-0021/lib/librxtxSerial.so to make it work (it must be a…"
Hi everyone.I 'm new to the world of UAVs, and I want to build a quad-copter. An arducopter seems to be perfect to begin, and I plan to buy the kit when the pre-orders open again. I know quite a bit about electronics, but this will be my first…