From 6b53d39fffb7b5d881cd9ce38d886845d13c9c2f Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 13 Nov 2025 21:44:57 +0000 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6535ffc..ef86790 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # Esp32-Bulk-Keyboard -A Bulk Keyboard scripter. One Transmitter and Multi Receivers \ No newline at end of file +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 + +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. \ No newline at end of file