The AudioTools basic-a2dp-i2s example crashes #1022
-
Hi, I am playing with your audio library, great fun, thank you. Most examples are working very well, but I found an example that keeps crashing-restart (core1panic, dividebyzero error): arduino-audio-tools/examples/examples-basic-api/basic-a2dp-i2s The ESP32-A2DP/examples/bt_music_receiver_simple is properly working, so the hw and probably the compiler settings are OK. Any idea, what is the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I would recommend that you uncomment the partition setting: A2DP usually does not fit into the default setting any more! The correct way to resolve the issues with the playback is to set the log level to Warning. |
Beta Was this translation helpful? Give feedback.
-
I am not really familiar with these boards. So far I have tested some VROOM, WROVER and A1S based boards. |
Beta Was this translation helpful? Give feedback.
-
This could also be related to this - though it's strange that you did not get any linker error using platformio |
Beta Was this translation helpful? Give feedback.
I would recommend that you uncomment the partition setting: A2DP usually does not fit into the default setting any more!
If this does not help maybe try another board.
The correct way to resolve the issues with the playback is to set the log level to Warning.