-
Notifications
You must be signed in to change notification settings - Fork 964
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
[Bug]: MCU freezes on init radio. #2369
Comments
Does this module and MCU work with firmware before 2.1.0? |
firmware 2.0.23 infinite loop with reboot see this log: //\ E S H T /\ S T / C INFO | ??:??:?? 0 Booted, wake cause 0 (boot count 1), reset_reason=reset Core 1 register dump: Backtrace: 0x402122ea:0x3ffd8e60 0x400e18d1:0x3ffd8e90 0x400de6bc:0x3ffd8ec0 0x401312b9:0x3ffd8ee0 #0 0x402122ea:0x3ffd8e60 in _svfwprintf_r at /builds/idf/crosstool-NG/.build/HOST-x86_64-apple-darwin12/xtensa-esp32-elf/src/newlib/newlib/libc/stdio/vfwprintf.c:1284 (discriminator 85) |
this kind of crash is often an incorrect pin assignment/setup. It's waiting for a state change that never happens, or double-uses I/O lines and tangles them up. |
Hmm, .... this mean current firmware have incorrect modem check |
please try 2.1.4 - there was a change regarding EU_433 |
I did a lot of tests and think the issue with reboots is related to hardware (not good power for module) |
This was a bug in recent RadioLib - will be fixed in Firmware 2.1.7 or in current Master branch |
HI @caveman99 @ INFO | ??:??:?? 1 //\ E S H T /\ S T / C DEBUG | ??:??:?? 1 Filesystem files: |
Category
Other
Hardware
DIY
Firmware Version
2.1.3
Description
MCU freezes on init radio.
I have DYI hardware + E22 400M30S module (SX1268)
after flash firmware MCU work well, but when I setting region EU433 - MCU going to infinite loop with freeze and reboot by watchdog
I changed couple modules - i have always same trouble.
Relevant log output
The text was updated successfully, but these errors were encountered: