DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
626 stars 128 forks source link

Support non BLE operations #96

Closed realhagie closed 1 year ago

realhagie commented 2 years ago

feature request:

I like to use the FreeTouchDeck on my Desktop Computer without BT.

One Option could be have the ESP act as HID , afaik not possible due to missing host mode on esp32 (prior to S3). Other option could be have a small Client/Server on the desktop which connects to FreeTouchDeck via network.

DustinWatts commented 2 years ago

You could use serial to communicate with a host device. But this requires some work. The best thing is to make it compatible with the S3, which I am working on now :D

github-actions[bot] commented 1 year ago

This issue has been stale for a while now