Arducopter: Arduino helicopter control
A recent Arduino -vs- Basic Stamp discussion over on the DIY Drones site really caught my eye. Jordi makes a nice argument for the Arduino, showing off the current state of his Arducopter, which you can see in the video above. Built using a low cost electric heli, an Arduino board, and the guts from a Wii Nunchuck, his system can currently auto stabilize roll and pitch. More detail and source code are posted at the link below. It's a really great start.
I've also been working on an autonomous helicopter project. While I've been able to build a general game-plan and test a few things with my BS2 controller, I know it's going to be insufficient for the device's needs.
I can say this with a bit of certainty, because I've built a GPS-guided RC car in the past using the BS2. Even with heavy optimization, I used just about all the available memory on the Basic Stamp. There's not much room to read additional accelerometer data and manage the control outputs of even a little 4 channel heli. Long story short, I've got a Boarduino in the mail.
Can a Basic Stamp manage reading and processing accelerometer, compass, and GPS data at the same time? If so, I'd love to hear it, but I'm thinking it'd be difficult to impossible. Don't get me wrong—I love my BS2. It's great for prototyping and quickly building smaller projects. Objectively, though, the Arduino is a little faster, has more ram, and costs much less.
Arducopter - Link
DIY Drones discussion on Arduino versus Basic Stamp for UAVs - Link
Posted by Jason Striegel |
Jan 13, 2008 01:52 PM
Electronics, Flying Things |
Permalink
| Comments (5)
Recent Entries
- Minty soldering jig
- Selecting row number in MySQL
- iPhone 3G software unlock
- Python on Android
- Controlling Sony camcorders with the Arduino
- Gradient text effect in CSS
- Retro gaming emulators that include (legal) ROMs?
- Das DereLicht - ham radio transmitter from a CFL bulb
- Using Google App Engine as a personal CDN
- Route-me - Open Source mapping library for iPhone
Comments
Newest comments listed first.
| Posted by: naikrovek on January 14, 2008 at 5:05 AM |
that's roll & pitch.
roll is the paper air plane does when you fold the wingtips in different directions.
pitch is what the paper air plane does when you fold both wingtips in the same direction.
yaw is what the paper air plane does when you put a rudder on it and fold it in one direction.
This helicopter would need a gyro of some kind and a compass to autopilot on yaw.
| Posted by: Jason Striegel on January 14, 2008 at 6:45 AM |
naikrovek,
thanks. typo corrected. he's actually just using the helicopter's built-in gyro to compensate for yaw.
| Posted by: Adam on January 14, 2008 at 3:36 PM |
What would be really cool would be a helicopter controlled by a Wii Nunchuck!!
| Posted by: HairyG on January 15, 2008 at 10:01 PM |
Yes it is possible to load compass, gps & triaxis into a bs2, but it is slow as he**. im working on a propeller autopilot for my heli and had allready made this code: http://www.humyo.com/F/70064219 for the bs2.
the propstick is defiinately much better =).
Bloggers
Welcome to the Hacks Blog!
Categories
- Ajax
- Amazon
- Android
- AppleTV
- arduino
- Astronomy
- Baseball
- BlackBerry
- Blogging
- Body
- Cars
- Cryptography
- Data
- Design
- Education
- Electronics
- Energy
- Events
- Excel
- Excerpts
- Firefox
- Flash
- Flickr
- Flying Things
- Food
- Gaming
- Gmail
- Google Earth
- Google Maps
- Government
- Greasemonkey
- Hacks Series
- Hackszine Podcast
- Halo
- Hardware
- Home
- Home Theater
- iPhone
- iPod
- IRC
- iTunes
- Java
- Kindle
- Knoppix
- Language
- LEGO
- Life
- Lifehacker
- Linux
- Linux Desktop
- Linux Multimedia
- Linux Server
- Mac
- Mapping
- Math
- Microsoft Office
- Mind
- Mind Performance
- Mobile Phones
- Music
- MySpace
- MySQL
- NetFlix
- Network Security
- olpc
- Online Investing
- OpenOffice
- Outdoor
- Parenting
- PCs
- PDAs
- Perl
- Philosophy
- Photography
- PHP
- Pleo
- Podcast
- Podcasting
- Productivity
- PSP
- Retro Computing
- Retro Gaming
- Science
- Screencasts
- Security
- Shopping
- Skype
- Smart Home
- Software Engineering
- Sports
- SQL
- Statistics
- Survival
- TiVo
- Transportation
- Travel
- Ubuntu
- User Interface
- Video
- Virtualization
- Visual Studio
- VoIP
- Web
- Web Site Measurement
- Windows
- Windows Server
- Wireless
- Word
- World
- Xbox
- Yahoo!
- YouTube
Archives
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
Recent Posts
- Minty soldering jig
- Selecting row number in MySQL
- iPhone 3G software unlock
- Python on Android
- Controlling Sony camcorders with the Arduino
- Gradient text effect in CSS
- Retro gaming emulators that include (legal) ROMs?
- Das DereLicht - ham radio transmitter from a CFL bulb
- Using Google App Engine as a personal CDN
- Route-me - Open Source mapping library for iPhone
www.flickr.com
|






Leave a comment