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?
ESP32-C3 mouse emulation
-
- Posts: 1725
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: ESP32-C3 mouse emulation
USB: no.thetitaniumtitan wrote: ↑Fri Sep 27, 2024 8:13 pmis it possible to emulate mouse using usb or bluetooth on esp32-c3 ... ?
Bluetooth: yes, see https://github.com/espressif/esp-idf/tr ... evice_demo
Who is online
Users browsing this forum: No registered users and 222 guests