Skip to content
Discussion options

You must be logged in to vote

For the saola_wrover, try replacing $MODDABLE/build/devices/esp32/sdkconfig-s2-psram/sdkconfig.defaults with the contents of this gist:

https://gist.github.com/mkellner/b244fa68827cef830236f956b09db8c6

My max98357 is connected to pins 1, 2 and 3.

In the defines section of $MODDABLE/build/devices/esp32/targets/saola_wrover/manifest.json, I have:

    "defines": {
        "audioOut": {
            "bitsPerSample": 16,
            "numChannels": 1,
            "volume_divider": 2,
            "i2s": {
                "bitsPerSample": 16,
                "bck_pin": 2,
                "lr_pin": 3,
                "dataout_pin": 1
            }
        }
    }

With that, I can run mp3-http-stre…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@ptunstall
Comment options

@phoddie
Comment options

Comment options

You must be logged in to vote
1 reply
@ptunstall
Comment options

Comment options

You must be logged in to vote
3 replies
@ptunstall
Comment options

@mkellner
Comment options

@ptunstall
Comment options

Answer selected by ptunstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants