Search found 2 matches

by Akpa1
Sun Jan 31, 2021 2:21 pm
Forum: Raspberry Pi microcontroller boards
Topic: Keyboard input
Replies: 2
Views: 13342

Re: Keyboard input

I've found a solution involving using Adafruit's CircuitPython instead of MicroPython. CircuitPython has a beta release for the Pi Pico ( https://circuitpython.org/board/raspberry_pi_pico/ ) that supports usb_hid and Adafruit has a handly library to simplify HID interactions ( https://github.com/ada...
by Akpa1
Sun Jan 31, 2021 12:19 am
Forum: Raspberry Pi microcontroller boards
Topic: Keyboard input
Replies: 2
Views: 13342

Re: Keyboard input

I've got the same question myself. It's definately possible to do it on the Pico itself, since TinyUSB is mentioned in chapter 2.3.6 of the C/C++ SDK document ( https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-c-sdk.pdf ). However, looking at the source for the rp2 module ( https://github.c...