-
Notifications
You must be signed in to change notification settings - Fork 190
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
The ESP32 S3 does not have a built-in DAC, but it has been identified as an ESP32 device and cannot use PWM analog output. Is there any way to solve the problem of using ESP32S3 normally without external or internal DAC #278
Comments
Hi, |
Later, I tried to use the ESP32 to connect to an external DAC (PCM5102) to get sound, but it is not the S3. However, strangely enough, even when I don't perform any operations and simply include #include <Mozzi.h>, my ESP32 keeps rebooting. Below is my code.
|
The information returned by the serial is as follows:
|
Ok, let's try to narrow down a bit the problem:
|
Additionally, have you tried narrowing down the reboot reason by using for instance the technique described here: https://forum.arduino.cc/t/esp32-esp-wroom-32-and-wdt/1005179/4 ? |
This is probably the same issue as #261 . |
I'm sorry, due to a job transfer, I don't have time to experiment with this issue at the moment. Thank you very much for your reply. I will conduct another test in a while. |
The ESP32 S3 does not have a built-in DAC, but it has been identified as an ESP32 device and cannot use PWM analog output. Is there any way to solve the problem of using ESP32S3 normally without external or internal DAC
The text was updated successfully, but these errors were encountered: