
What can it do:
the atmega 128 can control all the servos and the engine speed. It can communicate with my Windows PC via the xbee so I can send it commands (like inc/dec engine speed, tail rotor servo, etc). It know's it's pitch, roll and heading using the sparkfun 6DOF + the compass (combined using kalman filters).
What can't it do?
well, first off it can't fly (yet). it can't even control it's horizontal direction using…
Continue
Added by Randy on May 30, 2009 at 10:49pm —
15 Comments
Your Blimpduino kit comes with most of what you need to compete the blimp, and all the hard-to-find and unique parts. Here's what else you'll need:
- A soldering iron and solder
- A FTDI cable (DIY Drones cable recommended) to program the board.
- Helium (Available in the balloon kits available for $18 at Target, or a…
Continue
Added by Chris Anderson on May 30, 2009 at 10:30pm —
21 Comments
Here's how to load the Arduino code on Blimduino:
First, you need to download and install the latest
Arduino IDE.
Then, download the latest Blimpduino code from the
code repository.
Unzip the file. You should have a directory that looks like this:…
Continue
Added by Chris Anderson on May 30, 2009 at 12:00am —
5 Comments

The UAV Devboard is back in stock at SparkFun, with a new design.
The reason for the design change is that Analog Devices no longer makes the gyro that we were using on the previous board, so we have switched the design to the LISY300AL. Paul Bizard and I have thoroughly tested the new board on fixed-wing aircraft, the LISY300ALs work just great with DCM.
We have modified all of our existing firmware to be able to run on either…
Continue
Added by William Premerlani on May 29, 2009 at 8:20am —
51 Comments

Press Release
"The world's first 6-axis MEMS-based motion processing solution delivering the smallest, most robust inertial measurement unit (IMU) for CE applications. This solution includes two 4x5x1.2 mm packages for the gyroscopes and one 3x3x0.9 mm package for the accelerometer, providing a small 7x7mm equivalent footprint with 10,000 g-shock…
Continue
Added by Mitch on May 29, 2009 at 12:30am —
13 Comments
I'm sorry to report that FMA is no longer carrying Z sensors. They ran out of existing stock and because their basic Co-Pilot doesn't require them, they won't be making any more. They will continue to make XY sensors, which the Co-Pilot does use, and those should be back in stock in a few days.
We're currently exploring alternative sources for the Z sensors, but in the meantime, I suggest you buy them from Dean Goedde for…
Continue
Added by Chris Anderson on May 28, 2009 at 8:30am —
43 Comments

Jordi figured out how to make the ArduPilot shield $5 cheaper--
now it's just $32.50 with the differential pressure sensor.
Features:
--Airspeed sensor
--Battery…
Continue
Added by Chris Anderson on May 27, 2009 at 7:53pm —
25 Comments
Hello again! I'm not so good making intros, so imagine you just read a long and well redacted introduction of why uBlox (the best GPS ever) is so difficult to find and interface with (Specially the SparkFun version). So let's go to the point. ;-)
If you are beginner please don't try to…
Continue
Added by Jordi Muñoz on May 27, 2009 at 1:00pm —
63 Comments
It would seem I’m not the only one using ArduPilot1 code so I fiddled with the code and took some extracts from
Ardupilot 2.1 and used it to save the home alt in the EEPROM.
When the autopilot resets it self during flight or is reset by the user (quick 5 times toggle of AP switch) the home position (WP 0) would reset and for that given position during the flight the alt. will be “0”.
If you descend the alt would read something silly like 65000 subsequently with AP armed…
Continue
Added by Gagarien on May 27, 2009 at 3:47am —
3 Comments
Goals:
-I want my UAV to be able to go from point A to point B, take a picture, go back to point A and then land safely.
-My UAV should be built using the cheapest commercial available products and the total cost should not exceed 1000$.
-I'm giving myself no more than a year to complete this project.
List of my skills:
Update: 2009-05-27: Thanks to David for pointing out the excellent article of…
Continue
Added by xn2001 on May 26, 2009 at 9:30pm —
9 Comments
Integrated picoc as a runtime thread in VicaCopter. The current version locks up, it doesn't do floating point, it crashes your entire autopilot when it encounters an internal error, but after working around all the problems, managed to get some nifty flights out of it.
It's like turtle graphics with a very very expensive turtle. U can build up incredibly complex flights out of reusable maneuvers. U can repeat maneuvers. U can nest maneuvers in maneuvers.
Ironically, picoc…
Continue
Added by Jack Crossfire on May 26, 2009 at 10:30am —
17 Comments
Do you know if there is a publicly available 3D CAD model file of the Multiplex Easy Star (preferably an accurate)?
Added by MC on May 26, 2009 at 7:59am —
3 Comments
I got the Radio Interface running today and am talking thru the XBee radio to the Ardupilot ground station. I'm not sending all the data yet, but most of it. That's my house down there!


That just leaves the SD card as the last bit of hardware to validate. I'll probably wait a bit on that and focus on getting the magnetometer integrated with the attitude estimator. Then I think…
Continue
Added by Brian Wolfe on May 25, 2009 at 10:21pm —
4 Comments

Got the Altitude sensor working (BMP085). This graph shows the responds from holding the autopilot near the roof then lowering it to the floor, then back again. All in all about 8 ft. A little noisy, but not too bad. I haven't attempted any filtering of the data yet.

This graph shows the accelerometer data as I hand held it and did several rotations about the roll and pitch…
Continue
Added by Brian Wolfe on May 25, 2009 at 12:00am —
19 Comments

The more we get into the RC world, the more we're shocked by how overpriced and underpowered a lot of RC equipment is. Most of the specialty electronics, from ESCs to servo amplifiers, are just cheap PIC chips with a few support components. The parts cost a few dollars,…
Continue
Added by Chris Anderson on May 24, 2009 at 11:00pm —
25 Comments
This version has many additions, including the support for three different GPS protocols (SIRF, NMEA and UBX) and can be added as many are possible.
Has the well integration of the pressure sensor and battery level conversion with an offset for the ADC voltage to increase accuracy in the…
Continue
Added by Jordi Muñoz on May 23, 2009 at 8:30pm —
31 Comments

Blimpduino boxes at the Maker Shed loading dock, at the O'Reilly campus in Sebastopol. Around the corner there were loads of trucks being packed up for next weekend's Maker Faire. (Sorry for the iPhone…
Continue
Added by Chris Anderson on May 23, 2009 at 5:17pm —
No Comments
I was wondering most of the other XBee units say "No configuration is necessary for out-of-the-box RF communications." but this one doesn't say. Can It?
http://www.sparkfun.com/commerce/product_info.php?products_id=8742
-thanks rd
Added by Robert Drone on May 23, 2009 at 3:49pm —
8 Comments
Guys,
I was out test flying my project today. Came home, wanted to run some ground tests, found my GPS will not lock and I get no red indicator on the GPS. I know it should indicate lock and blinking red when working properly. Any Ideas?? Im powering the system off a 2.4 spektrum rec. Im running a 3 cell Lipo to the Parkzone ESC. any problems with that??
After getting the unit back inside, I can tell the Red LED on the GPS is very dim. Its trying to come on but not really.…
Continue
Added by LazyPilot on May 23, 2009 at 1:00pm —
9 Comments
How is the cross-coupling between Rudder and Roll being controlled in the ArduPilot since there are no ailerons? I'm doing some autopilot research for my Parkzone Radian, similar to the EasyStar in that there are no ailerons. Basically, a simple PID loop for heading by actuating the rudder won't work since you will impose roll and sideslip. What is the ArduPilots method for heading and roll control?
Thanks!
-Todd
Added by Todd Berk on May 23, 2009 at 11:34am —
3 Comments