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.
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