Buffer Size Problem - Audio Stream w/ EspNow and Ble - ESP32 #807
-
Hi! (Sorry for my bad english) Monitor Serial (2°ESP32): Using a backtrace decoder, i got this: Decoding stack results: The three the highlighted lines point to the following code lines: Buffers.h line 297 --> _aucBuffer = new T[max_size]; This is all related to the buffer size, so I think this is the problem. How can I solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I agree, you are running out of RAM! You should also try to optimize the I2S buffer parameters... |
Beta Was this translation helpful? Give feedback.
-
Hi. Good luck and if you get it to work let us know! |
Beta Was this translation helpful? Give feedback.
I agree, you are running out of RAM!
Why don't you just decrease the buffer size of buffer count used by esp-now ?
Did you ever look at the available configuration parameters ?
You should also try to optimize the I2S buffer parameters...