Hi guys, i have been playing with the arduino for a while, and I was wondering how to send signals wirelessly. I want to start off by creating a simple remote control car and then go from there.
So, my question is, what do i need to create a remote control?
Not a lot to go on here but I assume you want the arduino to act as a receiver and power the motors.
I would suggest you first look at getting the remote signals into the arduino. Here is a good place to start:-
http://www.arduino.cc/playground/Code/InfraredReceivers
Then you need to control motors, look at:-
http://www.thebox.myzen.co.uk/Workshop/Motors_1.html
Good luck.