Society of Robots - Robot Forum
Electronics => Electronics => Topic started by: prasanga17 on July 14, 2012, 02:04:11 AM
-
I am developing a robot for a robot competition and since i am familiar with arduino platform I am going to use that. But no off-shelf kits are allowed for this competition and that means i cant use my arduino mega board for this task. Guidelines specify that everything must be build by competitors alone. Is there a way to build my own arduino kit for my robot. I need few inputs and outputs only.
-
Hi,
Is there a way to build my own arduino kit for my robot. I need few inputs and outputs only.
Yes, the Arduino is open source and you can find schematics etc. on the Arduino site.
-
You can use ATmega1284P is a 40 pins DIP have 32 IO pins, 2 UART
http://arduino.cc/forum/index.php/topic,80483.0.html (http://arduino.cc/forum/index.php/topic,80483.0.html)
http://maniacbug.wordpress.com/2011/11/27/arduino-on-atmega1284p-4/ (http://maniacbug.wordpress.com/2011/11/27/arduino-on-atmega1284p-4/)
-
The Arduino has a lot of wonderful electronic "glue" that makes tinkering easy. The good news is you only need a minimal amount of circuitry to run the Amtel microcontroller without the whole Arduino package.
This will allow you to develop with the Arduino but still be able to be 100% home built. It also requires a lot less space.
The Arduino hacking page is http://arduino.cc/en/Hacking/HomePage (http://arduino.cc/en/Hacking/HomePage).
An example of a minimal crystal-driven microcontroller setup is http://itp.nyu.edu/physcomp/Tutorials/ArduinoBreadboard (http://itp.nyu.edu/physcomp/Tutorials/ArduinoBreadboard).