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
I was wondering why IRQ flag ValidHeader is not set after reception of a valid JOIN-ACCEPT.
Based on debugger we use explicit mode, without CRC in downlink.
DS says:
RX SINGLE mode:
The receiver will then await the reception of a valid preamble. Once received, the gain of the receive chain is set.
Following the ensuing reception of a valid header, indicated by the ValidHeader interrupt in explicit mode.
Only RxDone is set and checked. Is it a HW bug in SX1276?
Using this flag could prevent extra AES calculations on noise.
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
-
I was wondering why IRQ flag ValidHeader is not set after reception of a valid JOIN-ACCEPT.
Based on debugger we use explicit mode, without CRC in downlink.
DS says:
Only RxDone is set and checked. Is it a HW bug in SX1276?
Using this flag could prevent extra AES calculations on noise.
Beta Was this translation helpful? Give feedback.
All reactions