Hello,
have you noticed the difference in altitude shown in the planner, with a direct USB connection and 3DR radio?
Tested with the last edition of mission planning 2.5.1 and configuration Arducopter
Thank you.
My problem: I can't change the selection mode in Arducopter.
I use: Mission Planer APM 1.0.64, 1.4 ArdupilotMega Windows 7 or Windows XP.
What works: When I configure my APM in plane, although the mode changes with the switch (IN8 for selection).
Read more…Hello,
Has anyone already written a code to only control the speed for the Ardupilot with his shield expansion kit with airspeed sensor without GPS.
I would like used this function for fpv.
Thank you.
Read more…
I wonder if there is already a code for Ardupilot or IMU. Thank you.
Read more…Hello, here is a version 2.5 using the IMU not the optical sensor and a GPS uBlox.
At the same time I solved the problem of checksum that was capricious, the problem was the failure to manage overflow ck_a and ck_b as a type byte. There were too valu
Read more…Hello, what does you believe about the problem of checksum? For we see here that ck_a will be greater than 255 probably. it can't work, do I wrong?
for (int i=0;i<ck+2;i++) Serial.print (IMU_buffer[i]);
for (int i=0;i<ck+2;i++) {
hello, I have a blue version. Is it the new version?. If yes, I don't understand why I must select in the header file an old version therefore to initialize the GPS. If I select the new version, nothing works. The GPS don't fix.#define SHIELD_VERSION
Read more…