ESP32-BLE-Mouse icon indicating copy to clipboard operation
ESP32-BLE-Mouse copied to clipboard

Good suggestion for developers use wifi

Open okbach opened this issue 2 years ago • 4 comments

Wi-Fi is faster than Bluetooth, the response time in Bluetooth is 60ms, but Wi-Fi is 20ms, 3 times faster If wifi is supported then the library can be used more widely with other chips, like esp8266, which is cheaper than esp32, but it doesn't have bluetooth.

okbach avatar Feb 13 '23 01:02 okbach

Is it possible to use Wi-Fi to connect HID devices to a computer / phone? That seems quite rare. Do you have any example demo code you've seen before? I am quite curious.

fish1968 avatar Mar 19 '23 01:03 fish1968

It is true that this is a rare topic, and this page presents the same problem wireless-hid-device One of the problems I think is that the company's system has become very restrictive, everything related to HID Human interface devices under the pretext of security reasons I think that the beginning will be by making a virtual driver program based on a Wi-Fi network, where the formatting of the chart receives the movement of the mouse or simulates a pressure At the moment I don't have the full code but I do have links that might help get you started . drivers/hid kmclassdll)

okbach avatar Mar 29 '23 00:03 okbach

Unfortunately, I got my idea wrong, and I discovered that the wireless mouse in the market depends on a load with it, I cut USB WiFi and an additional circuit to simulate the wireless mouse, and not just a regular WiFi Even wireless headphones are the same technology, because systems and computers do not allow human input technology except through Bluetooth.

okbach avatar May 11 '23 22:05 okbach

You simply need a circuit built-in USB communication It communicates with the computer to simulate clicks

okbach avatar May 11 '23 22:05 okbach