mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #362] BLE only - kernel panic - BTC_TASK stack overflow #213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JT-DE on GitHub (Aug 24, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/362
Thanks you all for this great project, do you have an idea what I can do to stop regular reboots?
I am running the ble only version on a ESP32-S3 N16R8 flashed using the webpage
And it is connected to three tags with stock firmware.
Once in a while, it seems to lose the ability to connect to the tags but from what I read, this is still an experimental feature, so no worries.
Looking at the logs, I see regular reboots due to kernel panics like these: sometimes every half an hour, sometimes running fine for half a day.
The console output points to a stack overflow in the bluetooth task:
As far as I can tell, there is plenty of memory left
free heap: 138.95 kB ┇ free PSRAM: 7.89 MB ┇ db size: 558 bytes ┇ db record count: 3 ┇ filesystem free: 6.06 MB ┇ uptime: 6h 57m 40sDo you have any suggestions for me?
Thanks
JT-DE
@atc1441 commented on GitHub (Sep 4, 2024):
This is the current state of the BLE Implementation.
Crashes and overheating do happen every now and then, the AP should recover from it.
It is currently advised to use the ZigBee OEPL Connection variant if possible