Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vruivo/pico_read_usb_keyboard_pio
Read input from a USB keyboard through the Raspberry Pi Pico PIO interface
https://github.com/vruivo/pico_read_usb_keyboard_pio
pio raspberry-pi-pico raspberry-pico rp2040 usb
Last synced: about 1 month ago
JSON representation
Read input from a USB keyboard through the Raspberry Pi Pico PIO interface
- Host: GitHub
- URL: https://github.com/vruivo/pico_read_usb_keyboard_pio
- Owner: vruivo
- Created: 2023-04-15T09:20:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-15T09:21:22.000Z (over 1 year ago)
- Last Synced: 2024-10-01T04:06:26.717Z (about 1 month ago)
- Topics: pio, raspberry-pi-pico, raspberry-pico, rp2040, usb
- Language: C
- Homepage:
- Size: 81.1 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Read input from a USB keyboard connected to the Raspberry Pi Pico via an extra USB port, using Pico_PIO_USB
Based on code from https://github.com/sekigon-gonnoc/Pico-PIO-USB/tree/main/examples/host_hid_to_device_cdc
https://www.hobbytronics.co.uk/usb-connector-pinout
VCC, D-, D+, GNDinit submodule Pico-PIO-USB
* cd pico-sdk
* git -C lib/tinyusb/ submodule update --init hw/mcu/raspberry_pi/Pico-PIO-USBNote: the HC-05 board is just serving as a raw bluetooth serial console