Close
0%
0%

Portable wireless touch Remote

A tiny potable remote that can be customization to do different tasks using touch functionalities of ESP32

Similar projects worth following
An ESP32 module comes with a lot of different features. One of such features is it’s touch capability. In fact it is so well, that you can use the touch functionalities, right out of the box! You just need a piece of metal wire connected to a touch pin and you are good to go. No extra hardware is required. Now, there are 10 such touch enabled GPIOs available on the ESP32 chip. Which you can use to make some amazing projects. Such as this tiny touch remote. You can use this as a mouse for your PC, a remote for your smartphone camera or even you can integrate this in your home automation system to control your smart appliances.

Let’s start with designing the circuit. So this is the schematic of the project. It only consists of a few components. Besides ESP32 we have a micro USB connector along with the USB to Serial IC to program the chip. Then we have the 3.3 volt voltage regulator. A battery connector along with the charging circuit. After designing the PCB i head over to PCBway for manufacturing this PCB. After a few days I got the PCBs at my doorstep. After assembling it I connect the battery to the battery connector to see if we are able to charge the module. Which it does as intended. 

Next I hooked up a micro USB connector to upload a test sketch to get the touch pad readings. And the program gets uploaded successfully. So the programming circuit is also working. And if I open up the serial monitor at this point you will see that we are getting some values. When we touch a pad the value of the corresponding pin is also changed confirming that the touch pins are also working just fine.

Here I have used BLE Mouse Library to control mouse movements over Bluetooth. After uploading the code open bluetooth settings and click on add new device. From there select E.S.P 32 bluetooth mouse and it will be connected and now we can use this module as a wireless mouse emulator to make mouse movements using the touchpads.  We can also use it to communicate with other E.S.P 32 boards to for example turn on and off a light bulb or dim it’s brightness. Therefore you can do a lot of things with it. 

  • 1
    Watch the built video

View all instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates