ESP32 + USB Keyboard using MOD-USB-RS232

Started by GeorgeFlorian, February 21, 2020, 12:50:33 PM

Previous topic - Next topic

GeorgeFlorian

Hello !

I need to hook up a keyboard to an ESP32. The keyboard has USB and I found an OLIMEX USB to RS232 converter.
Can the keyboard send, through the serial, some signals on key press that I can read using the ESP32 ?

Should I try to do that or it will be easier to use a Raspberry ?

My ESP board: https://www.olimex.com/Products/IoT/ESP32/ESP32-EVB/open-source-hardware
The keyboard: https://www.aliexpress.com/item/32319513912.html
The converter: https://www.olimex.com/Products/Modules/Interface/MOD-USB-RS232/open-source-hardware

Brian

The easy way is to use PS/2 port of keyboard.

GeorgeFlorian

Quote from: Brian on February 21, 2020, 03:59:17 PMThe easy way is to use PS/2 port of keyboard.

This keyboard does not have a PS/2. It only has USB and I only have this one keyboard.