How to Make a Rotary Encoder Remote Control Using ESP-NOW

by kokensha_tech in Circuits > Microcontrollers

606 Views, 3 Favorites, 0 Comments

How to Make a Rotary Encoder Remote Control Using ESP-NOW

How to make a Remote rotary encoder using ESP-NOW (any esp32 dev board)

Watch the video first, you will get a general idea, what this project is really do.

Step1 : Prepare the Hardware

IMG_3025.jpeg

You need two ESP32 dev boards. you don't have to use the same board as mine. Any ESP32 dev board will work

Step2 : Upload the Software!

I open sourced this project to GitHub! Feel free to make your own one! and modify it! let me know what you do about it! Questions and pull request are welcome!  https://github.com/kawashimaken/esp32_rotary_enco...

you can find detailed instructions when you make your version of the code. Go and check it out!

Finish

IMG_3018.jpeg

Now you get it!

you can modify it to any form of remote control, on receiver side, you can add servos, motors, and use the data you received to control them.

Let me you what wonderful ideas you have using this project!