About

Please tell us a bit about your UAV interest

Interested in developing custom UAV autopilot solutions.


Activity Feed

Lewis W posted a discussion in Learning to program the Ardupilot Mega
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…
Aug 14, 2012
Lewis W replied to Lewis W's discussion APM Planner Crash/Freeze in Terminal/CLI
"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…"
Jul 3, 2012
Lewis W posted a discussion
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…
Jun 29, 2012
Lewis W replied to yovio's discussion Problem with Logs
"I'm running Arduplane 2.40 and I'm getting the same thing on multiple boards.

I think that the recent firmware might have a bug?  But I'll try some of the suggestions listed here."
Jun 29, 2012
Lewis W replied to Lewis W's discussion Explanation of log data please!
"Okay, I think I have it figured out.

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…"
May 31, 2012
Lewis W posted a discussion
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…
May 30, 2012
Lewis W replied to Curt Olson's discussion Compiling ArduPlane in Learning to program the Ardupilot Mega
"Have you followed the instructions here?

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…"
May 29, 2012
Lewis W replied to James's discussion #define HIL_MODE HIL_MODE_DISABLED in Learning to program the Ardupilot Mega
"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...)

Are you simulating…"
May 21, 2012
Lewis W posted a discussion in Learning to program the Ardupilot Mega
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…
May 18, 2012
Lewis W replied to Lewis W's discussion Modifying Fly By Wire B for Custom Function
"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?"
May 16, 2012
Lewis W posted a discussion in Learning to program the Ardupilot Mega
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…
May 14, 2012
Lewis W replied to Lewis W's discussion Modifying Fly By Wire B for Custom Function
"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?

Thanks!"
May 14, 2012
Lewis W replied to Lewis W's discussion Modifying Fly By Wire B for Custom Function
"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…"
May 11, 2012
Lewis W posted a discussion
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…
May 9, 2012