ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

No output sound ESP32-WROOM-32 (AZ-Delivery)

Open MonaChanDev opened this issue 1 year ago • 0 comments

Hi, I used the example code InternalDAC as it is but I have no audio output, neither from pin 25 nor from pin 26.

The board used is this

Below is my configuration on PlatformIO

[env:upesy_wroom]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
monitor_speed = 115200
lib_deps = esphome/ESP32-audioI2S@^2.0.7

And this is the output I have on the serial:

- clk_drv:0x00,q_drv:0x[  1876][E][WiFiMulti.cpp:191] run(): [WIFI] no matching wifi found!
- info        PSRAM not found, inputBufferSize: 6399 bytes
- info        buffers freed, free Heap: 204984 bytes
- info        Connect to new host: "http://mp3.ffh.de/radioffh/hqlivestream.mp3"        
- info        Connect to "mp3.ffh.de" on port 80, extension "/radioffh/hqlivestream.mp3"
- info        Connection has been established in 209 ms, free Heap: 201688 bytes
- info        HTTP/1.0 200 OK
- info        icy-audio-info: ice-samplerate=44100;ice-bitrate=128;ice-channels=2
- info        icy-name: HIT RADIO FFH
- info        content-type: audio/mpeg, format is mp3
- info        MP3Decoder has been initialized, free Heap: 179164 bytes
- info        instance-id: 6c9915242476e09ba94148097642c2f6
- info        server: AIS Streaming Server 9.0.6
- info        Switch to DATA, metaint is 16000  
- info        stream ready
- info        buffer filled in 494 ms
- info        syncword found at pos 0
- info        MP3 decode error -2 : MAINDATA_UNDERFLOW
- info        syncword found at pos 0
- info        MP3 decode error -2 : MAINDATA_UNDERFLOW
- info        syncword found at pos 0
- info        Channels: 2
- info        SampleRate: 44100
- info        BitsPerSample: 16
- info        BitRate: 128000
- info        StreamTitle='Sia & Kylie Minogue - Dance Alone

MonaChanDev avatar May 10 '24 13:05 MonaChanDev