Building and Programming an Asuro Robot in Linux?
0R35T35 asks: "I'm currently in the process of building an Asuro mobile robot, and am startled to find (through Google) that there aren't any English speaking community sites for this robot kit. Does anyone know of sites or resources devoted to this cute little guy, or have an Asuro of their own?"
This should help.
Heheheh... After reading through the instructions I realized what microcontroller it ran on. The microcontroller itself has a very large following. Im sure these people will help you program your little bitty robot. http://www.avrfreaks.net/index.php?POSTNUKESID=17f 53fb2c3f81f15a81c3e573d6d8bbc
Ooo man the floppy drive is broken. No wait. The computer is just upside down.
The microcontroller itself has a very large following.
This is why I come to slashdot : )
You can't take the sky from me...
Depends. From what I can gather, the author is trying to send an array of integers to the serial port. To do this, the uC forms a character string from the array of integers using sprintf() then sends the string. This is a pretty inefficient way of doing things (particularly given the bloat in avr-libc's string handling).
A much better idea would be to set the USART to use 8 data bits and then send the array 1 byte at a time - trivial if you are using 8-bit integers, but requires a 16-bit integer to be sent as two bytes - and stitching the data back together at the host PC end. PC resources are cheap, uC resources are scarce.
How about starting a community?
= english
I also found out that there aren't much english forums or websites for the Asuro, though Arexx does have an english forum for their robot : http://www.arexx.com/forum/index.php?c=5&language
But i found out most of the people at http://www.roboternetz.de/phpBB2/index.php wouldn't mind to answer a few questions in english once in a while. (though you might want to babelfish a few words to figure out which forum to post in)
I though already to start a site or forum about the Asuro but figured there wouldn't be much (if any) interest in an english forum or site but maybe i was wrong?