After some loops the sound stops - AudioKitEs8388V1 board #2258
-
|
Hello, What am I doing? My code is based on this example: https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-player/player-sd-audiokit/player-sd-audiokit.ino The code: i have attached the full code, if you want to check the way that I'm turning on/off the lights (it's just an ugly array with the mapping for the things that I turn on/off) Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Not sure what would cause this: I suggest that you monitor the available RAM and/or activate PSRAM Finally I would also suggest to move the copy into the loop, so that you can also handle events while you are playing the audio. |
Beta Was this translation helpful? Give feedback.
Not sure what would cause this: I suggest that you monitor the available RAM and/or activate PSRAM
Also initialize the Logger, so that you can monitor better what is happening.
Finally I would also suggest to move the copy into the loop, so that you can also handle events while you are playing the audio.