Skip to content

Problem with internal DAC's #239

Description

@bastian187

@schreibfaul1
Hello,
I want to use the internal 8bit DAC's of the ESP32 with this library with the arduino IDE, to have a simple internet radio.
I used the "audio I2S" example and I added to the setup:
Audio audio(true, I2S_DAC_CHANNEL_BOTH_EN); audio.setInternalDAC(true);
And I delted: audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);
If I load this to my ESP32, the serial Monitor shows:
" ERROR A stack overflow in task loopTask has been detected.
abort() was called at PC 0x40088a60 on core 1 "
I connected earphones to the DAC pins and I hear nothing!
Could anyone help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions