Search found 1 match

by thetitaniumtitan
Fri Sep 27, 2024 8:13 pm
Forum: General Discussion
Topic: ESP32-C3 mouse emulation
Replies: 1
Views: 914

ESP32-C3 mouse emulation

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...