3D Robotics

GeoCrawler 1 (Lego Autopilot) Instructions

[NOTE: This post describes the original version of the Lego Mindstorms autopilot, which is a navigation-only (rudder and GPS) autopilot. Since then, we have created a full navigation-and-stabilization (aileron and elevator and GPS) autopilot. However, since it uses prototype hardware that is not yet commercially available, I'm not posting full building instructions and code yet. Till then, the one below is a fine way to start. Also, you may note that the plane shown, a Hobbico ElectriStar is not the one described below and now recommended, which is its better-flying cousin, the NexSTAR.]

Description: The main aim of this project is to both make the world's cheapest full-featured UAV and the first one designed to be within the reach of high school and below kids, as a platform for an aerial robotics contest. Like the Lego FIRST league, but in the air.

(There is another aim of this project, which is more about policy. At the moment the FAA regulations on UAVs are ambiguous (we believe that by staying below 400 feet and within line-of-sight we're within them). But there is a good deal of concern that as small and cheap UAVs become more common, the FAA will toughen the rules, making activities such as ours illegal without explicit approval. I hope this project will illustrate why that approach won't work.

By creating a UAV with Lego parts and built in part by kids, we haven't just created a "minimum UAV", we've created a reductio ad absurdum one. If children can make UAVs out of toys, the genie is out of the bottle. Clear use guidelines (such as staying below 400 feet and away from tall buildings) would be welcome, but blanket bans or requirements for explicit FAA approval for each launch will be too hard to enforce. The day when there was a limited "UAV industry" that could be regulated are gone.)

Here's a video of it in flight:

Features: In GPS mode, unlimited pre-programmed waypoints, with programmable options such as circle and hold. Ability to integrate other sensors, such as ultrasonic, compass, gyros, accelerometers, or barometric pressure (altitude). With optional bluetooth cellphone integration, control via text message, including dynamical-changed GPS waypoints, "come home" and "circle" commands, etc.

This is the most complete UAV, so I'll start the instructions here from the beginning:

  1. Learn to fly R/C planes! These UAVs don't take off or land by themselves, so you've got to be a competent pilot. If you've never flown before, I suggest starting with a Hobbyzone Firebird Phantom ($60). Once you've got the hang of that (you'll crash a lot when you start, but it's tough and can take it), you may want to upgrade to the Hobbyzone Aerobird Swift ($150), which has an elevator and ailerons and will get you really ready for proper planes. Don't worry if you total this bird; we'll be able to use its radio system later.
  2. Get the UAV airframe: a Hobbico NexSTARr (68" with radio and motor, $429).
  3. Autopilot: I'll assume you've already got Lego Mindstorms NXT. For the basic version of the UAV you'll also need a compass sensor. You can see how the whole thing works here (it's easy to build the mechanical assembly, which is quite simple. Just remember to screw the base pieces into the airplane's plywood servo floor so they don't move. Full details and diagrams are here.) Here's a video of it working: Here's the Mindstorms NXT-G code: Main, Subroutine (download both). Or, if you prefer RobotC (I do!), here's the code in that. The GPS version is also working and you can download the beta of it (RobotC version) here. If you're using GPS, you'll need a Bluetooth GPS receiver. Might as well get one that has logging, too, so you can see your course in Google Earth. The i-Blue 747 ($70) is recommended.
  4. For stabilization, use the FMA Direct FS8 Co-Pilot, which uses infrared sensors ($115). Put the sensor on the top of the wing, as the instructions suggest. It works better there than on the bottom of the plane.
  5. You turn the autopilot on and off with a servo strapped to a touch sensor. This video explains how.
  6. For video, use the Range Video Aerial Video System 2 (camera, rx and tx, $365; pick the "portable video" option, which gives you a rechargeable battery on the receiver).
  7. You can build a pan-tilt camera mount out of Lego and your two spare servos, like this. Here's a video of it working: Use a spare transmitter and receiver to control the pan-tilt,and power it with this Li-Ion battery ($18). I assembled the whole video downlink assembly on the back of the Electristar battery door, like this. (that's showing a different receiver and battery pack, but the concept is the same.)
  8. For recording and viewing the video, you'll want a video capture card for your laptop. There are several available options, but if you have an ExpressCard slot, I recommend the Avertv Express MCE.
  9. It's hard to see many laptop screens in daylight, so you might want to get one of these screen shades.
  10. Later, we'll add the cellphone for real-time GPS waypoint uploading via SMS.

Notes:

Many people have asked why the Lego autopilot moves the whole servo back and forth, rather than just controlling the servo arm the way a R/C receiver would. There are two answers to this: 1) we always want to have a manual override, so in this case you can manually control the rudder servo arm even as the autopilot is moving the whole assembly back and forth to control the rudder another way. 2) there is no good commercially available way to communicate directly from the NXT brick to a R/C servo. That said, there are some products in development that will make this possible. Stay tuned....

E-mail me when people leave their comments –

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

Join diydrones

Comments

  • how far can this thing fly
  • ive got a 4' wingspan is this large enough?
  • 3D Robotics
    Craig,

    Yes, we use an IR-stabilized mount now for most still imaging:
    http://diydrones.com/profiles/blog/show?id=705844%3ABlogPost%3A2525

    We haven't bothered for video, because it's just for fun. But it would work for that, too.
  • Chris,

    Have you looked into any mechanisms for video stabilization during flight? Just curious after watching your video.
  • 3D Robotics
    Tom,

    Those files are all part of the RobotC package (put the UAV files in the RobotC for Mindstorms/sample programs/NXT folder) and should load at compile time. If you don't have RobotC, I'd suggest using the Mindstorms NXT-G version of the compass-driven autopilot code. If you're using GPS, you have to use RobotC, since NXT-G doesn't support BT GPS.
  • Did a quick 'preflight' of hyper-linked software code which referenced some #include files such as "Compass Sensor Driver.c" Do you have hyper-links to all necessary files posted somewhere?
  • 3D Robotics
    You can't get much cheaper than the UAV above, especially if you already have Mindstorms. It's probably going to cost you at least $500 more, unless you already have an airframe large enough for the Mindstorms NXT brick and motor. Adding video makes it considerably more expensive yet.

    I'd pick and choose from the features above. Although this isn't the least expensive hobby you can find, you can take solace in the fact that these are some of the cheapest UAVs in history.
  • Hi, I'm a budding airplane hobbyist and I'm wondering what would be the cheapest way to build a UAV. I'm really excited about this, but I'm not really sure what to do. I already have a lego mindstorms brick, but what is the cheapest way to go about this?
  • 3D Robotics
    Chris,

    The Stamp system has not flown autonomously yet. The iPaq has only flown semi-autonomously. If you've got room in your Predator you may indeed want to go the Lego route. I have it on good authority that there's something coming out soon that may make part of it much lighter/smaller. Can't say more now, but by the time your airframe is ready we might be able to help.
  • 3D Robotics
    Chris,

    The Stamp system has not flown autonomously yet. The iPaq has only flown semi-autonomously. If you've got room in your Predator you may indeed want to go the Lego route. I have it on good authority that there's something coming out soon that may make part of it much lighter/smaller. Can't say more now, but by the time your airframe is ready we might be able to help.
This reply was deleted.