-
Notifications
You must be signed in to change notification settings - Fork 795
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
lilygo-rtl_433 crash after chacon remote control button pressed #1655
Comments
In order to further troubleshoot the issue, is it possible to share the serial output from the device when the reboot occurs. And to the output easier to debug, is it possible to add this setting to your platformio build environment ?
This will decode where the exception occurs within the codebase. Tks |
Hello, here is the trace 'Guru meditation': N: Send on /RTL_433toMQTT/Acurite-606TX/207 msg {"model":"Acurite-606TX","id":207,"battery_ok":1,"temperature_C":15.8,"mic":"CHECKSUM","protocol":"Acurite 606TX Temperature Sensor","rssi":-64,"duration":818996} Backtrace: 0x4008df04:0x3ffe1af0 0x4008dd13:0x3ffe1ec0 0x401c6a7a:0x3ffe1f50 0x40123539:0x3ffe1f90 0x400fa393:0x3ffe1fe0 0x400fa645:0x3ffe2000 0x400fa6a1:0x3ffe2020 0x400fa77b:0x3ffe2040 0x40122bda:0x3ffe2090 0x401d0a7a:0x3ffe20d0 0x401122fd:0x3ffe20f0 0x401241b3:0x3ffe3b30 0x40124b95:0x3ffe3b50 0x40122f26:0x3ffe3b90 0x400f8dff:0x3ffe3bc0 #0 0x4008df04:0x3ffe1af0 in _xt_context_save at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/freertos/port/xtensa/xtensa_context.S:126 ELF file SHA256: 52312a0d32e452e7 Rebooting... rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) Have a nice day!! Thank you |
Tks for this The issue is here - Debug exception reason: Stack canary watchpoint triggered (rtl_433_Decoder) As a quick fix you could try adjusting this value slightly larger - https://github.com/NorthernMan54/rtl_433_ESP/blob/f3b148b0a4a305b2acb0f582b60d3b353400870c/src/signalDecoder.cpp#L38 |
Thanks, now it works. I changed 8500 to 10000 in the code below (SignalDecoder.cpp), as OOK_MODULATION is defined to true:
Will that be updated in the next version? Thank you again. |
I've faced with the same issue. "Stack overflow" after 1-3 hours of receiving data from LaCrosse sensor. The solution with increasing 'rtl_433_Decoder_Stack' to 10000 rescued from the complete board hang up. Now it keeps publish MQTT messages with such metrics as MAC, IP, uptime etc. |
Update to rtl_433_ESP 0.3.0 Resolves issue with sx127x chipset and receiving higher frequencies Includes support for receiving FSK signals, requires compiler directive OOK_MODULATION=false to switch to FSK mode Adds unit of measure for rtl_433/battery_ok devices RTL_433_ESP Battery Auto Discovery Missing Unit of Measurement #1644 Updates value template for rtl_433/battery_ok in openHab mode Resolves out of stack space crash lilygo-rtl_433 crash after chacon remote control button pressed #1655
Update to rtl_433_ESP 0.3.0 Resolves issue with sx127x chipset and receiving higher frequencies Includes support for receiving FSK signals, requires compiler directive OOK_MODULATION=false to switch to FSK mode Adds unit of measure for rtl_433/battery_ok devices RTL_433_ESP Battery Auto Discovery Missing Unit of Measurement 1technophile#1644 Updates value template for rtl_433/battery_ok in openHab mode Resolves out of stack space crash lilygo-rtl_433 crash after chacon remote control button pressed 1technophile#1655
Resolved with release 1.6.0 |
Before submitting a problem please check the troubleshooting section
https://docs.openmqttgateway.com/upload/troubleshoot.html
Describe the bug
lilygo-rtl_433 crash after chacon remote control button pressed
To Reproduce
Steps to reproduce the behavior:
Expected behavior
a MQTT message published with remote button details
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: