I’m looking to add some remote controls to my Mojo Elite dove decoys. I found an old YouTube video on adding them to the Mojo Voodoo dove decoys. I don’t need anything super special, just turning the motors on/off would be fine. https://www.youtube.com/watch?v=daD9_dsRUJs …but he does something weird using one remote to turn it off and another to turn it on…which seems odd.
Ultimately, I don’t wanna burn up the motors and am looking for some someone to walk me through it. I don’t mind doing it myself, I just don’t know anything about the components to know if they would be compatible. Mojo makes remotes but only for their duck decoys and they are fancy bluetooth ones only compatible with Elite line of duck decoys, not the dove decoys.
I recommend a book: “Making Thing Move” by Dustyn Roberts. It covers adding motion to items from a non-electronics-nerd perspective. The target audience is artists wanting to add animation to projects rather than folks wanting to become EE majors.
It covers simple to more elaborate, complicated approaches - you can probably find something to match your technology comfort level.
You could probably make it work using a Node MCU (arduino-like micro with built-in WiFi support that costs less than $10 on Amazon). You’d need an H-Bridge motor controller to control DC motors. The arduino tells the H-bridge to activate the motor and the H-Bridge then handles the heavier current that the motors require.
The Node MCU could run a web server: your phone could then connect to the server and and click on simple “on off” buttons on a web page to activate/deactivate the decoys.
The Node MCUs don’t have a huge WiFi range, though - 30 feet or so - perhaps more when out on the water with no other interference.