-->
Page 1 of 1

How USB HID with ESP8266

PostPosted: Wed Mar 23, 2016 6:20 am
by churchill
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

Re: How USB HID with ESP8266

PostPosted: Wed Mar 23, 2016 7:00 am
by villTech
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.

Re: How USB HID with ESP8266

PostPosted: Wed Mar 23, 2016 9:06 am
by churchill
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.