Hello everyone!Currently I'm working on a project that will attempt to use additional control surfaces to induce stresses in the wings of an aircraft that some of my colleagues are developing. At the moment I'm using an Arduino Nano as a prototype…
"I think that the key issue to note here is that APM Planner only freezes when I press 'enter ' in the Terminal/CLI screen. It definitely seems to happen with certain APM2's more than others. I haven't tried it yet on a different computer, but…"
I've been having this problem for a while:Often (but not always), when I connect APM Planner to the APM board via a USB cable and click on "Terminal" to check logs or whatever, when I press enter three times to get into CLI mode, it causes APM…
I looked up the GPS datasheet, and on page 14 it suggests that the time is output in the format hhmmss.sss - I examined the numbers I was getting using this format, and it still didn't make sense - the last data…"
I've been running the on board datalogger quite a bit lately and it seems to be working for the most part, but there's a lot of stuff that doesn't make sense.For example, the GPS time data is difficult to decipher. According to the datalogging help…
The first things that come to mind are to a) ensure that you're using the right version of Arduino (there's an arduplane-specific version mentioned in the link above), and b) check that the arduplane folder…"
"Yes, as far as I can tell, that's all that needs to be done.
I've been using the simulator to try and test some code I wrote within arduplane, but it's not being recognized by the simulation (but it does work in real life...)
I've written some code for ardupilot recently, and before I try it on my aircraft (and potentially crash it), I was hoping to run it in the simulation using X-Plane. I enabled the HIL_MODE_ATTITUDE in the APM code and got the simulation running…
"Hey, I'm taking a look at where you talk about using the APM_RC.InputCh(CH_x) method to get radio input. What's the difference between that and g.channel_xxxx.radio_in? Do they produce the same integer value that can be fed to the outputs?"
Hello!I'm relatively new to Arduino and Ardupilot, but my background is in electrical engineering, so C++ is not entirely new to me. I'm currently working on a small UAV project and I need some help. I posted in the Arduplane forums, but so far no…
"I've now determined that custom_mode exists in the code. Perhaps I need to take advantage of this feature to implement my custom code without overwriting FBW_B. Can anyone give advise on how to do this?
"Well, I've gone through ArduPlane.pde (now changed to ArduPlane.ino by the latest version of Arduino...) and I've managed to figure out that the update_current_flight_mode() function doesn't change the operation of the servos, even if it's disabled…"
Hi All,Currently I don't use the FBW B mode on my aircraft, and I wanted to modify it for a custom function. Specifically, I want to make a doublet command, so that when I throw the switch into FBW B, it will do a quick succession of predetermined…