Search found 4 matches

by Spr00l
Fri Feb 26, 2021 1:14 pm
Forum: Raspberry Pi microcontroller boards
Topic: Control Neopixel strip from keypad?
Replies: 1
Views: 1366

Control Neopixel strip from keypad?

Am currently shoehorning 2 small programs together, one is a series of loops controlling a neopixel strip with different types of patterns and colours, the other is a basic 4 x 4 matrix keypad controller. I want to be able to select which patterns and which colours via a press of the keypad buttons,...
by Spr00l
Sun Feb 14, 2021 2:10 pm
Forum: Raspberry Pi microcontroller boards
Topic: HID USB Button box controller?
Replies: 8
Views: 6485

Re: HID USB Button box controller?

Yup, we do have HID support. You can get CircuitPython for the Pico here: https://circuitpython.org/board/raspberry_pi_pico/ and the getting started guide is here: https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython We don't currently support rotary encoders but it's on ...
by Spr00l
Wed Feb 10, 2021 1:29 pm
Forum: Raspberry Pi microcontroller boards
Topic: HID USB Button box controller?
Replies: 8
Views: 6485

Re: HID USB Button box controller?

Thanbks - we had some dialog in the Discord over last few days. I tried rotaryio on pico using circuitpython but it returned an error. Now I understand why. The rotary encoders are pretty much fundamental to my project, looking forward to some updates :)
by Spr00l
Tue Feb 02, 2021 3:57 pm
Forum: Raspberry Pi microcontroller boards
Topic: HID USB Button box controller?
Replies: 8
Views: 6485

HID USB Button box controller?

I have a 6 x 5 matrix button box as USB game controller, with 4 rotary encoders, its driven by a Teensy2 but there's pin limitations. I want to build one with more buttons and rotaries so I bought a Pi Pico, and am now searching for examples of suitable code I can adapt to get the project running. S...