Files
Esp32-Bulk-Keyboard/README.md

23 lines
904 B
Markdown
Raw Normal View History

2025-11-13 21:35:34 +00:00
# Esp32-Bulk-Keyboard
2025-11-13 21:44:57 +00:00
A Bulk Keyboard scripter. One Transmitter and Multi Receivers
Used a Esp32-S2 by wemos from Here:
https://a.co/d/cH3O1xc
There is will be two versions of the transmitter code. A shell version and a Webversion. The web version is to be used with a ESP2-S3 with Ethernet. Supports all keyboard, Mouse, and touch screen inputs.
Wemos Board Instructions:
(Shell Transmitter and Receivers)
Go to this link and flash the boards:
https://circuitpython.org/board/lolin_s2_mini/
After flashing copy all the files in each folder to the drive on the Esp32.
Done
2025-11-13 22:06:09 +00:00
Note:
Receivers will hide their store drive after coping their files and a reboot. To make their drive appear short either pin 16 or 17 to Ground (GND), and press the reset button.
2025-11-13 21:44:57 +00:00
Limitations:
Since the Wemos board is the HID contoller. It is limited to USB 1.0 speeds. Chacters are printed at a rate about 1 / second.