You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have sensors in which we are using LoraWan Stack v4.4.1.
Since a few weeks we have observed a strange behavior. After many weeks of operation, some sensors (not all) still sending frames, but nothing is received by the Gateway.
After a deep investigation and sniffing the SPI, we have observed that some SX1272 registers have different and not expected values.
Below the list of registers:
Name / the observed value / the expected one (when everything is OK for a Join or Uplink)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
We have sensors in which we are using LoraWan Stack v4.4.1.
Since a few weeks we have observed a strange behavior. After many weeks of operation, some sensors (not all) still sending frames, but nothing is received by the Gateway.
After a deep investigation and sniffing the SPI, we have observed that some SX1272 registers have different and not expected values.
Below the list of registers:
Name / the observed value / the expected one (when everything is OK for a Join or Uplink)
REG_LR_MODEMCONFIG2 => "0xC0" => expected value: "0xC4"
REG_LR_DETECTOPTIMIZE => "0x03" => expected value: "0x43"
REG_LR_INVERTIQ => "0x01" => expected value: "0x27"
REG_LR_PAYLOADMAXLENGTH => "0x16" => expected value: "0x17"
REG_LR_PAYLOADLENGTH => "0x16" => expected value: "0x17"
When we reboot devices, every thing works fine and we have the good values again.
It is a very rare issue, and we cannot reproduce it.
We do not understand, why the SPI data corruption occurs.
Does anybody already observed this strange behavior?
Regards
Beta Was this translation helpful? Give feedback.
All reactions