Tag: Arduino

Beginner Robotics: Dagu Magician Chassis DG007

Automonous Bot: Arduino, Ardumoto board, and the Dagu Magician Chassis

Automonous Bot: Arduino, Ardumoto board, and the Dagu Magician Chassis

Late am I with this posting, but life gets in the way and takes over. The Little Weed wanted to delve into robotics, so we bought an Arduino Uno and the Dagu Magician Chassis. This chassis is a robot platform for a three wheeled vehicle, complete with two wheels and two motors, a single ball caster, and all the nuts and bolts to put it together. Programming of the robot is done with the Arduino IDE or in Eclipse. This posting steps you through our experience putting together this robot platform.

Installing Arduino and Eclipse on Xubuntu 10.04 LTS

There is a whole lot of information on the internet about using the Arduino with Eclipse on Xubuntu 10.04 LTS, much of it out of date. Here I document my experience in the hope that this process becomes more smooth.

I followed documentation from a couple of very key people, which helped a lot. Still, there are certain issues that threw me off. I have added my experiences where I had issues. The Arduino IDE is the standard method to connect to and program the Arduino. It is simple to use. If you want a more rich programming environment you can also use Eclipse, with the Arduino plugin. Either method can be used to program and run the Arduino. Here are the steps: