Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyboard #16

Open
ConstantinoSchillebeeckx opened this issue Aug 9, 2017 · 0 comments
Open

keyboard #16

ConstantinoSchillebeeckx opened this issue Aug 9, 2017 · 0 comments

Comments

@ConstantinoSchillebeeckx
Copy link
Owner

ConstantinoSchillebeeckx commented Aug 9, 2017

I can't use the ESP32 as a HID keyboard since the UART to USB (FT231XS) doesn't support it; my options are:

  • use a different chip as the converter (added hardware)
  • send serial to the host and parse that into keypresses

NOTE: if I use BLE, then I think this isn't an issue ...

https://github.com/fasaxc/arduino-keyboard
https://learn.adafruit.com/introducing-bluefruit-ez-key-diy-bluetooth-hid-keyboard/sending-keys-via-serial

use pyserial to listen to the COM part and simulate a keypress

https://stackoverflow.com/a/11910555/1153897

https://pyautogui.readthedocs.io/en/latest/
https://github.com/PyUserInput/PyUserInput
https://gist.github.com/nzaillian/622181
https://gist.github.com/fredrikw/4078034
https://pypi.python.org/pypi/pynput

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant