Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By ESPgomi
#93493 Hello I have a ESP8266 CH340 version. I want to put my usb 2.0 keyboard to my chip and send pressed characters.
I made a simple usb socket which directily passes GND,3V3, D+,D- to board. I do not think this will work. I seen they use extra board which contains chip which converts pulses for ESP8266.

I seen one on this page:https://www.hackster.io/usini/plug-any-usb-device-on-an-esp8266-e0ca8a

also I seen something for KB but I do not know if I can use this with ESP8266 or Idk what's that:
https://www.hobbytronics.co.uk/usb-host-keyboard

Are there any onther options?

Thanks. :mrgreen:
User avatar
By ESPgomi
#93514
rpiloverbd wrote:Here is also an elaborate video if you want to make Wifi keyboard and mouse:
https://www.youtube.com/watch?v=tz7tK7O42Tw

Alright video looks like hours length. I guess that passes keyboard data trough network and sends to the device. That's a good idea. In my case I need a cable connection.