cnlohr / espusb

Software-only ESP8266 USB Device
Other
1.47k stars 230 forks source link

Android app to control the espusb #58

Open GluTbl opened 3 years ago

GluTbl commented 3 years ago

Hi, Recently, i have a need to buy a working USB keyboard to unlock my laptop during boot time. Bluetooth keyboard,which i have,dont work during unlocking the encrypted disk of my Laptop during boot.

Before I buying the keyboard,I found this amazing project to use esp8266 as USB HID device. So without hasitating,i make one for me. But,the WebUI is not user freindly. And i could not acheive my speed of doing stuff with the mobile keyboard.

So i modified an opensource Remote Pc control app [for android] to work with espusb.

https://github.com/DroidForked/Remote-Control-PC

prebuild apk: app-debug.apk

have a look if you are interested.

I also include a python script to control espusb,if you want to use with python to control espusb: main.py