I have bought 2x APM2.6, 2x PM and 2x GPS with compass from DIYDrones store.
Tried to initially set up one set today. I have attached a PPM receiver on Ch5, cutting and resoldering the PPM jumper on the board. This was done correctly.
What is that with my PX4? I have ArduPlane 2.74 on it, I connect to it in MP and set things, all OK. Then write setting, disconnect, cycle power just to test, and all parameters are back at default at next power up. Hmm. What can that be?
I have tried to search, but as has been discussed the forum search is broke..
In ArduPlane 2.74 and possibly also with older versions: When I blow into my pitot tube, I see the horizon showing a pitch down. I do remember having read about this befo
Didn't somebody make a board with several status (more than the usual three) LEDs for hooking it to the APM? And make a special branch of the firmware (Copter, as far as I remember) to control them? I cannot find it anywhere. I was about to do tha
I want to use the FollowMe code in the repo, or wrap my own, for having an ArduCopter follow me going down a mountain road. That means, it will receive guided mode commands with negative relative altitudes.
I want to use the FollowMe code in the repo, or wrap my own, for having an ArduCopter follow me going down a mountain road. That means, it will receive guided mode commands with negative relative altitudes.
I have developed a library that allows DroneCell to be used with APM. That part works fine, however there are massive problems getting the stock mission Planner to
I am working on an addition to APM that manages a data connection via a DroneCell or other cellular modem. It maintains control of the mobile and checks the state of the connection, instead of just putting it into transparent mode and hoping every
I have a C++ class (header and implementation) that I have added to the libraries directory (in AP_foo subdirectory) and I want to use this library from within some modifications I will make to some of the .pde files.
I wonder if if would be hard to add a reliable crash detector to APM? Something that detects that the aircraft is stuck in the terrain or a tree or whatever. It would be nice to have, as it would enable shutting down the motors, preventing them fr
... if one's next click on the map in Flight Planner will begin a pan of the map, or move a waypoint (and which one)? I don't see any marking, mouse pointer change or anything.
I have to use save/load all the time as a kind of undo feature to revert u
Sorry this is actually about the APM1 shield; I found no category for that.
Is there a 3.3V logic level SPI bus somewhere on it? I have an MPS5611 too many, and I might as well use it there if possible (with a few code mods I know).
My APM2.0 with ArduPlane 2.68 does couple of things that I cannot believe is quite right:
When powering up the plane without the transmitter on, the receiver (TFR4) does not output any signal. The APM take the elevator and rudder servos (maybe aile
Yesterday my APM2-equipped glider scored its 3rd tree landing, and the 2nd related to software issues if I am not wrong. A flight plan seems to have gotten corrupted.
I had my new GPRS data connection in it. The APM software had my modifications fo
I have quickly slammed together some web service code that will take a Mavlink stream (eg. telemetry) and turn it into a real-time Google Earth web brower plugin cockpit view. Did this exist already?