Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config for Sparkfun Pro Mini esp32? #290

Closed
sensorium opened this issue Nov 28, 2024 · 2 comments
Closed

Config for Sparkfun Pro Mini esp32? #290

sensorium opened this issue Nov 28, 2024 · 2 comments

Comments

@sensorium
Copy link
Owner

I can't get audio from the Sparkfun Pro Mini esp32. It worked 6 months ago (before Mozzi 2.0?). I don't remember any special config back then, and there's nothing in the sketches. But I expect the issue is with my brain rather than the software....

Should this work, at the top of the sketch?
#include "MozziConfigValues.h"
#define MOZZI_AUDIO_MODE MOZZI_OUTPUT_INTERNAL_DAC
#define MOZZI_AUDIO_CHANNELS MOZZI_MONO

@tomcombriat
Copy link
Collaborator

Hi @sensorium

I'm not completely sure it is your brain, there was a few reports of problems with ESP32 lately (#278 #261 ). Unfortunately I do not have the hardware yet to reproduce.

One thing is sure (even though the main webpage is wrong) is that the default output mode for ESP32 should be the internal dac (

#define MOZZI_AUDIO_MODE MOZZI_OUTPUT_INTERNAL_DAC
) so normally no config should be needed… You do not get any sound on any pin? No warning or errors on compilation? Have you tried with Mozzi1?

@sensorium
Copy link
Owner Author

I'll close this and open a new issue as it seems just including Mozzi.h stops normal operation of the board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants