ESP32 implementation for HID over GATT Keyboard and Mouse (Bluetooth Low Energy). Including serial API for external modules (similar to Adafruit EZKey HID)
Stars
877
Forks
126
Watchers
877
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
66
commits
3
commits
3
commits
2
commits
1
commits
Added BT4.2 features, avoid linker errors in esp-idf >= 5
ae7c6aaView on GitHubmodule type must be selected on compilation now (either esp32_miniBT or Arduino Nano RP2040 Connect); fixed linking error with BLE & esp idf 5
9adbb79View on GitHubChanged HID report map; windows is VERY picky (works on Android & Linux, but driver error in Win10)
33210c2View on GitHubMerge branch 'gamepad2022' of https://github.com/asterics/esp32_mouse_keyboard into gamepad2022
56a0824View on GitHubFixed for esp-idf v4. Warning: this code does not work with idf v5 + windows, no idea why...
1f3de22View on GitHubStripped down HID report map; still no luck with win10
03c5b24View on GitHubFixed compile error with joystick data array; enabled joystick in sdkconfig.defaults
daf9a4aView on GitHub