Keyboard library on Nano33

Is the Keyboard library supported on the Nano 33 BLE ?

Hi @pjrebordao. No, it is not.

The "Arduino Mbed OS Nano Boards" platform of the Nano 33 BLE comes with a different style of keyboard and mouse emulation library called "USBHID". You already have it installed on your computer if you are using the Nano 33 BLE. You can find the example for keyboard emulation under File > Examples > USBHID > Keyboard in the Arduino IDE menus.

Thanks ! It solved the issue.

You are welcome. I'm glad if I was able to be of assistance. Enjoy!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.