-
-
Notifications
You must be signed in to change notification settings - Fork 67
100. Keyboard ‐ Teclado
For adding CARDKB you need to just add it as a I2C module.
So it will be parallel to the Oled Screen:
(Red to VCC, Black to GND, White to SCL (IO22) and Yellow to SDA (IO21) on the LoRa32 board for example. Look at /src/boards_pinout.h for the specific pins for I2C on your board
The Firmware will know when its is connected. And if not connected or disconnected on purpose , the middle button (IO38) will continue to do all its job as usual.
Para añadir un teclado CARDKB sólo se necesita agregarlo como un módulo I2C.
Por lo tanto, será conectado paralelo a la pantalla Oled:
(Rojo a VCC, Negro a GND, Blanco a SCL (IO22) y Amarillo a SDA (IO21) en la placa LoRa32 por ejemplo. Revisa /src/boards_pinout.h para averiguar los pines específicos de cada placa que uses.
El firmware ya sabrá cuándo está conectado. Y si está conectado o desconectado a propósito, el botón central de gestión (IO38) seguirá funcionando como siempre.