Hi,
for a project I need to connect a USB keyboard to this board https://wiki.wemos.cc/products:d32:d32_pro
The initial idea was to use the simple PS/2 protocol but it's limiting since almost all the keyboards now are USB and not always compatible also with PS/2 adaptors.
I don't know if the USB host shield can be helpful in this case or if there are other ways.
In case of an existing hardware solution I would like to know if there is a guide for the software/libraries part, because every time I look for the words "USB keyboard Arduino" I find 1000 ways of emulating a keyboard and no one to connect a USB keyboard to the most famous board in the world.
Thank you