ESP32-C3 mouse emulation
Posted: Fri Sep 27, 2024 8:13 pm
I'm trying to emulate a mouse using my ESP32-C3. I can't find out if its possible or not. The code I'm running was working fine on the pico (just some basic move mouse every 2 seconds a little bit) but on the esp32-c3 its missing hid.h. It seems that it might be possible to use bluetooth protocol or something to emulate mouse, but again, not 100% sure.
So TLDR, is it possible to emulate mouse using usb or bluetooth on esp32-c3 or do I have to switch to a different board?
So TLDR, is it possible to emulate mouse using usb or bluetooth on esp32-c3 or do I have to switch to a different board?