ESP32-C3 mouse emulation

thetitaniumtitan
Posts: 1
Joined: Fri Sep 27, 2024 8:07 pm

ESP32-C3 mouse emulation

Postby thetitaniumtitan » 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?

MicroController
Posts: 1725
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

Re: ESP32-C3 mouse emulation

Postby MicroController » Sat Sep 28, 2024 8:07 pm

thetitaniumtitan wrote:
Fri Sep 27, 2024 8:13 pm
is it possible to emulate mouse using usb or bluetooth on esp32-c3 ... ?
USB: no.
Bluetooth: yes, see https://github.com/espressif/esp-idf/tr ... evice_demo

Who is online

Users browsing this forum: kaxx1975 and 213 guests