I have a project that requires combining pico-audio-pack and pico-RGB-keypad.
But MicroPython does not support the I2S interface pico-audio-pack.
My question is where can I find the pico-RGB-keypad example for CircuitPython?
sorry. I searched for the same topic from:
Hey folks,
i downloaded the adafruit-circuitpython-raspberry_pi_pico_w-de_DE-8.0.0-beta.4.uf2 to the pico w, then i flashed the example sketch with the pins adopted to the pico audio and after that i only hear noise on high gain and nothing on low gain.
Can someone help me?
Best nanu
import time
import array
import math
import audiocore
import board
import audiobusio
audio = audiobusio.I2SOut(board.GP10, board.GP11, board.GP9)
tone_volume = 0.1 # Increase this to increase the volume of th…
Now I’m reading and testing.
The Circuit Python stuff for the RGB Keypad is here,
pimoroni/pmk-circuitpython (github.com)
It’s what I setup on mine. I use mine as a USB HID keypad on my Windows PC.