Posts

Bluetooth control

Image
A better way of controlling the robot would be with a bluetooth controller. Connecting a cheap HC-05 or HC-06 bluetooth module to the Me Orion board will allow you to send information via the serial connection to the robot. Then using a free bluetooth controller on your phone, you can control the robot movements. Here is a link to a tutorial on arduino bluetooth control

Ultrasonic range finder

Image
The ultrasonic range finder is great for autonomous control of the robot. The way it works is to send an ultra sonic wave out. When that wave hits an object, the wave is reflected back.  When the sensor detects that reflected signal, it will calculate the distance the sensor is from that object (using the time difference and the speed of sound in air). For the most part this is a pretty accurate device.  However its not without issues.  First, the sensor doesn't know what object it's looking, it just knows wether something is in front or not.  So this could not really be used to track objects.  A better use is in object avoidance. The other issue I've had with these is that they will sometimes pickup random signals and give crazy measurements.  So you should always take about 5 measurements and average them to get a more accurate reading.

Make Block Robot starter kit

Image
This little robotics kit from Makeblock is a great starting point for getting into robotics.  It comes with everything you would need to build one of two version of a robot. Contents: aluminum structural parts two DC motors IR sensor with remote Ultrasonic range finder AA battery holder MeOrion board The Me Orion board is arduino based board and can be programed with the Arduino IDE or mBlock, a block style program.