Login
Start Free Trial Are you a business?? Click Here

Pico Audio Pack (Line-Out and Headphone Amp) Reviews

4.8 Rating 28 Reviews
Read Pimoroni Ltd Reviews

About Pimoroni Ltd:

The ultimate Maker store — a curated range of the best of breed Maker products. Worldwide delivery. Personal support.

Visit Product Page
Jason Harris
Verified Reviewer
Works fine. You can use the sine_wave demo in the pico-playground repo as example code. You'll need to change the pins being used for i2s control: diff --git i/audio/sine_wave/sine_wave.c w/audio/sine_wave/sine_wave.c index c6f62c7..04f41f0 100644 --- i/audio/sine_wave/sine_wave.c +++ w/audio/sine_wave/sine_wave.c @@ -54,8 +54,8 @@ struct audio_buffer_pool *init_audio() { const struct audio_format *output_format; #if USE_AUDIO_I2S struct audio_i2s_config config = { - .data_pin = PICO_AUDIO_I2S_DATA_PIN, - .clock_pin_base = PICO_AUDIO_I2S_CLOCK_PIN_BASE, + .data_pin = 9, //PICO_AUDIO_I2S_DATA_PIN, + .clock_pin_base = 10, //PICO_AUDIO_I2S_CLOCK_PIN_BASE, .dma_channel = 0, .pio_sm = 0, }; That demo runs at 24000 samples/sec with 16 bit samples.
Helpful Report
Posted 3 years ago
Masato Wakabayashi
Verified Reviewer
Nice Raspberry pi pico and pico audio. I made the video that I make the pico audio. I listen to high quality audio. https://youtu.be/giZs_7-lJQA
Helpful Report
Posted 3 years ago
Manfred Haak
Verified Reviewer
Author didn't leave any comments.
Helpful Report
Posted 3 years ago
Sean Dunlevy
Verified Reviewer
Great product - will buy more.
Helpful Report
Posted 3 years ago