3D Robotics

The decision to port the Basic Stamp autopilot to Arduino turned out to be an unexpected opportunity to make something really cool. I've taken Jordi's open source RC multiplexer/failsafe board, and mashed it up with an Arduino clone to create "ArduPilot", perhaps the cheapest autopilot in the world. ($110! That's one-third the price of Paparazzi)

Here's what it is:

A custom PCB with an embedded processor (ATMega168) combined with circuitry to switch between RC control and autopilot control (that's the multiplexer/failsafe, otherwise known as a "MUX"). This controls navigation (following GPS waypoints) and altitude by controlling the rudder and throttle. These components are all open source. This autopilot is fully programmable and can have any number of GPS waypoints (including altitude) and trigger camera or other sensors

As with the Basic Stamp autopilot, to make a fully autonomous aircraft you need to combine this navigation autopillot with a stabilization system, for which we turn to our old friend, the FMA Co-Pilot (off-the-shelf infrared sensors and control board to keep the plane flying level), which controls the ailerons and elevator.

By using Jordi's MUX, which allows us to switch from autopilot to manual RC control in hardware, we gain several advantages over the Basic Stamp:

1) Because the switching isn't handled by the processors, we don’t need to drive servos in real time, which means we don't need stand-alone servo driver chips (thus a simpler board)

2) We also don't need “mirroring” subroutines to pass through servo commands in RC mode (simpler code)

3) Don’t need power regulator, since we’re using regulated output from the RC receiver (simpler board)

4) The built-in MUX failsafe is cheaper and simpler than using a stand-alone one.

I've taken a quick pass at the schematic and PCB (Eagle 5.0 format) for ArduPilot, although this will evolve as we go through the hardware testing cycle: Schematic, PCB board. You can buy the board here. Arduino code coming soon in alpha now.

All together, this can be the basis of a sub-$500 UAV:

Autopilot:

--ArduPilot PCB: $10

--Boarduino kit + FTDI cable: $35 (subtract $17.50 if you already have a FTDI cable)

--PicoSwitch: $20 (we'll probably build this in the board in the next rev)[UPDATE: Jordi's now incorporated that into the board above. It's a TinyAVR chip ("IC3", $2.75) and its associated programming interface jumpers ("ISP")]

--EM-406 GPS module: $60

--Multiplexer chip : $1

--8 Samtec TSW-108-25-G-T-RA right angle servo connectors (available as a free sample): $0

(That's a $110 autopilot, thanks to the open source hardware. By comparison, the Basic Stamp version of this, with processor, development board and failsafe board, would run you $300, and it's not as powerful)

Stabilization:

--FMA Co-Pilot: $70

Plane and RC equipment:

--Hobbico SuperStar (includes motor, battery and ESC): $109

--6-Channel radio system (with proportional control for channel 6, to calibrate FMA system): $109

--Three servos: $45

TOTAL: $440
E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • 3D Robotics
    What?! It's all there--just click on the links in the post above!

    But you may be happier with the newer version of the boards here. I'd start with the through-hole version (first one in that post)
  • hey to all. im a newbie her and could someone post a list on all the components that are needed to assemble the board and where to get the board?
    thanks
    quantumma
  • 3D Robotics
    I think our approach is a little different. We have a stand-alone stabilization system with the FMA co-pilot (so it's not a GPS-only autopilot). Also, I don't think he did any autonomous altitude control at all, while we use GPS for that.

    But you're right to want to see flight data before believing. Stay tuned.....
  • Thanks, Your approach sounds great but I have to see it to believe it. it.http://www.pages.drexel.edu/~weg22/gpsMagpie/gpsFixedWing.html

    This guy also made something similar but as you see in the movie the GPS flying is not that great.
    I'm eager to see the final thing.
  • 3D Robotics
    We use GPS (GPGGA string) for altitude hold, controlling the throttle.
  • Have you also plan to include a ZLog altimeter.I mean I dont understand how you are going to hold the airplane at a certain altitude ?By using only the stabilization FMA?
  • Chris, do you know when in July you'll post the code?
  • Hi,
    Anybody tried solar power to recharge the batteries?
    http://store.altenergystore.com/Portable-Power/Sunlinq-65Watt-12V-P...

    I believe the autonomy of the electric is quite small compared with gas ones
  • wow...so its at the verge of its debut, the code...im really looking forward to hav a look at the code....i hav written a code in bascom...its prty simple and that my system too uses an EM 406 with a micromag3 for heading....im gambling for i dont hav an FMA copilot but stabilising the plane onl using a gyro on aileron and elevator is gonna be microcontroller contrld...as in if the altitude falls uC tells the plane to climb....but i dont know wht is gonna be the pracrical case....im a noob hehe...
  • 3D Robotics
    The Boarduino is just for its parts--you throw away its board! Code is in pre-alpha--which is to say that it compiles but still needs to be tested and debugged on the board proper. We'll have it done before you get your board finished ;-)
This reply was deleted.