
- Remove this product from my favorite's list.
- Add this product to my list of favorites.
Pico Audio Pack (Line-Out and Headphone Amp) - Pim 544
Stereo I2S audio add-on board for the Raspberry Pi Pico
Categories
Stereo I2S audio add-on board for the Raspberry Pi Pico
Here's what Pimoroni says about it:
Make some noise with this high quality stereo I2S audio add-on board for your Raspberry Pi Pico, with amplified headphone AND unamplified line level outputs!
Pico Audio Pack uses its PCM5100A DAC to output up to 32-bit, 384KHz stereo audio along its 3.5mm line out connector, ready for plugging into an external amp or powered speakers. If you're after something a little louder for your ears, it can also pump out amplified stereo audio from its 3.5mm headphone jack.
You could generate interesting noises with code on your Pico to output into a lo-fi synth, hook your Pico up to another device and use it as a custom USB sound card, or use it to give your Pico project the ability to play sound effects or short audio clips.
Please note that I2S audio on Pico/RP2040 is not currently supported in MicroPython. You can use Pico Audio Pack with CircuitPython though!
A Raspberry Pi Pico is not included.
Your Pico will need to have male headers soldered to it (with the pins pointing downwards) to attach to our add-on boards.
The labels on the underside of Pico Audio will show you which way round to plug it into your Pico - just match up the USB port with the markings on the board.
[...]
Pico Audio Pack provides a high quality stereo DAC which uses I2S_DATA, I2S_BCK, and I2S_LRCK to recieve audio data.
We also offer a MUTE pin which can be used to silence the output.
You can use Pico Audio Pack with the I2S audio examples provided by Raspberry Pi in their experimental examples (usb_sound_card and sine_wave_i2s). You'll need to #define PICO_AUDIO_I2S_DATA_PIN and PICO_AUDIO_I2S_CLOCK_PIN_BASE to 9 and 10 respectively to tell the examples which pins are being used for the audio data.
[...]