Can anyone please help build a WiFi switch for a servo motor? Willing to pay for this!
Use case: The servo motor will turn 180 degrees as long as the wireless button is pressed. When the wireless button is released, the servo will go back to its original position.
This setup seems to be exactly what I need, but the transmitter is way to big, it’s for RC Cars/planes This receiver seems to be perfect - https://www.youtube.com/watch?v=qh9WkWXM_1g
Would want to have a simpler switch, just on an off, much like this one
Which bit needs to be wireless, the servo, the button or both? Is latency between the button being pressed and it moving important? Does it need to be wifi, or could it be something else?
Yeah, get the Pololu controller - it’s pretty straightforward. More details here:
They’re pretty decent little things!
Here’s how to wire up the switch (see Button or switch) - NB you’ll want to hook up positive and negative to your relay terminals so you don’t need a pullup/down resistor)
Then, with it connected to your PC with USB, configure it in the software:
Then create a script to control the servo based on the input (see Using an analog input to control servos )
Just ordered the part and will try what you suggested, tomorrow.
Is there any chance to make the receiver even smaller? The receiver from my switch coupled with the Maestro Servo Controller gets to double the size of what would be ideal.
Do you know if we can find a significantly smaller controller?
Do you think we can find or make a simple and small switch to work with this receiver?
Again, thanks so much, your help is highly appreciated!
Depends on how much time you want to invest, but you can get the 433Mhz OOK Rx modules on their own and they’re pretty small , but you would need to design a microcontroller board to do the coding/decoding. The advantage there is that you can control the servo directly from the microcontroller and eliminate that step.
Or go the other direction and build a transmitter that sends DSM2 to an off the shelf RC reciever like the one you linked to. I think that’s likely to be more complicated !