What is the best way to remote control an Arduino Uno. I am trying to wire two stepper motors, and I want to control forward and backward turning remotely say with a button on a wireless remote what will I need to do that? Specifically I need the 6-9 Digital pins to be able to just set bit to 1 or 0 when I click the two buttons on the remote. I am planning on using an EasyDriver as well.
deparisn:
What is the best way to remote control an Arduino Uno. I am trying to wire two stepper motors, and I want to control forward and backward turning remotely say with a button on a wireless remote what will I need to do that? Specifically I need the 6-9 Digital pins to be able to just set bit to 1 or 0 when I click the two buttons on the remote. I am planning on using an EasyDriver as well.
You haven't mentioned your skill level.
If you have not yet figured out how to control stepper motors do that separately from the remote control stuff so you have only one challenge at a time.
Similarly figure out the remote control stuff separately from the motors.
Bring the parts together after you know how each works.
You haven't said what sort of remote transmitter you will be using or what range it needs to operate over
If it is a PC or a phone you could probably use bluetooth.
If you want to use another Arduino as the controller you could use bluetooth or IR
You can also use some of the key-fob devices - not sure if they use IR or wireless.
There are Arduino libraries that can interpret commands from TV remotes
There is also 433MHz and 2.4GHz wireless.
...R