using PICO as HID Keyboard #15381
Replies: 2 comments
-
Damien gave a talk on USBDevice a couple of months ago and, just last week, gave a talk on how to implement a keyboard with the higher-level usb modules; the video isn't up yet but should be in a couple of days. I'll share it as soon as it's available! It's still a new feature and there's not yet a heap of examples or documentation. |
Beta Was this translation helpful? Give feedback.
-
We shipped a USB build of Pimoroni MicroPython (for Pico, not W) with the core USB libraries baked in, specifically for this purpose: https://github.com/pimoroni/pimoroni-pico/releases/download/v1.23.0-1/pico_usb-v1.23.0-1-pimoroni-micropython.uf2 I used this when writing the firmware for my whacky keyboard project: https://github.com/isoxliis/firmware-micropython/blob/main/isoxliis.py I want to get Keybow 2040 up and running with similar code, too, though these aren't very exciting examples. |
Beta Was this translation helpful? Give feedback.
-
I am trying to build a simple keypad; which is based on the following example code : keyboard example. I did grab the following firmware version: v1.24.0-preview.83.g0dd25a369. does this not support usb yet? I am getting no module named 'usb'
Beta Was this translation helpful? Give feedback.
All reactions