Asuro educational robot
Vendor's Description:
This is an educational robot kit produced by Dagu electronics based on the atmega 8 processor. The kit comes with all parts including a manual, CD, serial cable and IR serial link for wireless programming / data transfer. The robot comes with sensors for line following, oddometry (measuring the distance travelled by each wheel) and 6 bumper switches.
You will need soldering skills and a knowledge of "C" programming. An optional USB interface is available. Arduino users should be able to program this robot easily as earlier Arduinos used this processor.
There are add on modules available that allow for things such as ultrasound.
See more of their products here: http://www.arexx.com/




@ Tue, 2009-04-07 21:42
even number of revolutions cannot be sensed
when using an oddometer. Ozzie invention, therefore a bit upside down.
Is that your workbench in that picture Russell? Nice economy in the PCB as base and the super simple gear setup, allowing for cheap motors.
@ Wed, 2009-04-08 01:15
This must use an evenometer then since I didn't design it :)
@ Wed, 2009-04-08 11:21
If You are familiar with
If You are familiar with Arduino, a library for the Asuro already exists, called Asurino. The only problem is, you can't flash directly from Arduino IDE, because the Asuro bootloader is using a proprietary protocol and is not open source. Unfortunately, there is no ISP interface to flash the Asuro directly.
So you have to find out where Arduino saves the generated hex Files and flash these with the Asuro Flasher, or you build a wired connection to a PC as shown here.@ Wed, 2009-04-08 11:32
Thanks for the info.
@ Tue, 2009-04-07 20:26
If the firmware code is
If the firmware code is available it should be trivial to upgrade the 'bot to an ATMega168 for double the code space (or a 'Mega328 for quadruple the space!).
OMG! Robots _and_ cigar accessories?! Hehehehe
@ Wed, 2009-04-08 01:21
Firmware?
@ Wed, 2009-04-08 01:35
Ah, okay. I missed that it's
@ Wed, 2009-04-08 01:38
It does come with a selftest