So here's my first attempt to build something that resembles a robot, this is just, let's say a pre-alpha version, as it's controlled via a simple Visual Vasic program via pc so it needs physical connections to the pc, the next step will be an autonomous version with an IR sensor, and the last version will be a remote controlled one.
It's moved by two micro metal gearboxes powered by a lead-acid battery 6v 4Ah, they are controlled by a toshiba driver and all the thing is handled by an Arduino Uno R3.
P.S. sorry for my bad English, I'm Italian :P
09/08/2012
Here's a little video to show you how the robot and the Visual Basic program work!
10/08/2012
Another little video to show the robot controlled by a SNES joystick, next step will probably be adding the IR sensor and maybe one or two more axis for the tracks as Stormbringer suggested. It will probably be the last update to this project
thanks!! however I didn’t use visual basic to program the arduino, just to control it via the serial port, for the arduino I used its own IDE! I hope to post a video sooner or later to show how it works!
I had experience with these tamiya tracks. One advice: if you put another 2 or 3 axis in the middle, you will get less friction, making the robot easy to turn without compromise the ability to transpose obstackes…
Hello! I’m trying to connect the SNES control with Arduino, already searched the internet and I did the same, however, is not working … could you give me a help, I’ve done tests with codes I found in internet, but nothing worked?
Hello, could you tell me please how to make the VB program to respond to direction keys?, I made my own, but i control my robot clicking on the buttons of my app. Using keyboard keys would be a nice improvement!