micropython-i2s-examples
micropython-i2s-examples copied to clipboard
Examples for I2S support on microcontrollers that run MicroPython
Can i use this library with PCM5100A ?
Hello, We've run into a dead end with regard to the above unfortunately. It particularly seems that WS isn't implemented to my mind so I was unsure how to call...
Your examples work nicely on the Seeed Arch Mix iMXRT1052 board. This pull request updates the README to add the pin configuration for the Seeed Arch Mix.
I'm trying to play my own wav files using wavplayer.py from an SD card using a Pimoroni Pico Lipo in conjunction with an Adafruit microSD SPI or SDIO card (in...
I'm using easy_wav_player as driver. Pico 2 with micropython V1.24.1.uf2. I download this repo Jan 12, 2025. The os.listdir(self.root) doesn't like the trailing '/' in self.root resulting in the title...
Hello Mike, Thonny's picture only shows that the "side-to-side-8k-16bits-stereo.wav" is in the Pico's flash memory. But I still have no sound with "play_wav_from_flash_blocking.py". I took measurements with an oscilloscope. With...
I have made a WAV music player based on RP2 and asyncio. Because of the issue with allocations I am using the nonblocking I2S driver with a two phase buffer....