-
Notifications
You must be signed in to change notification settings - Fork 26
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
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1) #7
Comments
after around 30 seconds it keep rebooting. I have to press the reset button to have it work for anther 30s. Please see the serial logs bellow. thx 11:26:24.080 -> ets Jun 8 2016 00:22:57 |
I integrated this code in ESP8266Audio. You might try that. |
Thank you @Martin-Laclaustra. Could you point me which sample is using the ULP sound? https://github.com/earlephilhower/ESP8266Audio/tree/master/examples |
These are the generic instructions:
Just pick any example, include the I would recommend starting with: Replace line 10 with Then replace line 17 as follows: |
Thank you @Martin-Laclaustra. I successfully run your talkingClock with AudioOutputULP, but it keep rebooting again if I use timer to call the sound every minute. Do you think ULP works with timer call? thx |
It seems that you are trying to run too many instructions within the timer interrupt. |
Thanks @Martin-Laclaustra. do you think what is the best way to implement talkingClock to let it speak every hour or any pre-configured interval if we can't use timer to call the saytime() function. I am currently use timer call every minute to update the clock handles in a VGA monitor. |
Use CronAlarms, which runs by pooling in the main loop (without interrupts). |
Thank you @Martin-Laclaustra for the suggestion. Yes I use ESP32Lib and have remove the audio part from it. only include ESP32Video.h is very good suggestion. I just want to re-use a dust-covered monitor so far. not sure if it's permanent on or not ;-o) |
Hello,
the ULPSound is fantastic. But I got error "Guru Meditation Error: Core 1 panic'ed" when I try the stereo sound for a minute or two. the Mono example is perfect. I tried to change the sound for Mono. it's perfect when it's short and got the same error if it's long.
Could you give some advice ?
thx
The text was updated successfully, but these errors were encountered: