Can anyone point me in the right direction to help get me started with this project?
My goal is to control my Servos wirelessly through a simple push button tap. What do I need to accomplish this? Please feel free to put a parts list.
Can anyone point me in the right direction to help get me started with this project?
My goal is to control my Servos wirelessly through a simple push button tap. What do I need to accomplish this? Please feel free to put a parts list.
Decide what kind of remote You want to use. Bluetooth is common but various RF, Wifi, are also possible.
Then, get a controller and a remote receiver of the kind You need.
You have given us very little information.
It will make it very much easier to help if you describe the project you want to create rather than simply asking a question about a small part of the project.
I use nRF24L01+ wireless transceivers for radio control for model trains. They are cheap and very effective and have plenty of range for most indoor projects.
"My goal is to control my Servos wirelessly through a simple push button tap."
So what is a "push button tap"? have you considered using a simple RC Tx/Rx setup?
The Arduino way: two Arduinos and a wireless link of sorts.
One Arduino to read the button press and put a command on the wireless link; the second arduino to receive the command through the wireless link and control the servo.