Chat freely about anything...

User avatar
By churchill
#43863 Hello,

I plan to make an USB password wallet controllable by wifi. I imagine an esp8266 as AP sending the password emulating an USB keyboard.
What kind of HID USB interface do you think I can -easily- use ?

François
User avatar
By villTech
#43865 easily use.

use esp + arduino micro. or
esp + pic18f2550.

arduino got sample sketch for usb keyboard emulation you can use with a micro.
same with pic18f2550 under its application library.
User avatar
By churchill
#43879 I know a little the arduino, but I was thinking in something more "compact" to build a sort of "dongle".
Actually I don't have pic programmer (only Atmel), but it can be a solution.