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've been looking into extending the board to handle configurations outside of the loRaWAN protocol. I'm assuming here that the hardware is capable of capturing this data?
I'm using:
rpi 4b
seed studio wm1302 concentrator
seed studio wm1302 pihat
From the docs it wasn't clear whether the sync word is configurable from the configuration files - from the looks of the source code it is not. I narrowed it down to this function
This may be a complete coincidence, hence the question.
On top of this, I would also want the option to set a custom preamble length. From the source code it appears that this would need to be set in sx1302_lora_modem_configure:
Hi,
I've been looking into extending the board to handle configurations outside of the loRaWAN protocol. I'm assuming here that the hardware is capable of capturing this data?
I'm using:
From the docs it wasn't clear whether the sync word is configurable from the configuration files - from the looks of the source code it is not. I narrowed it down to this function
sx1302_hal/libloragw/src/loragw_sx1302.c
Line 1111 in 4b42025
What value would be required in the second parameter of
lgw_reg_w()
here? It seems from the other sync words that, for sync word0x {val1} {val2}
RX_TOP_FRAME_SYNCH0_SF7TO12_PEAK1_POS_SF -> 2 * {val1}
RX_TOP_FRAME_SYNCH0_SF7TO12_PEAK1_POS_SF -> 2 * {val2}
This may be a complete coincidence, hence the question.
On top of this, I would also want the option to set a custom preamble length. From the source code it appears that this would need to be set in
sx1302_lora_modem_configure
:sx1302_hal/libloragw/src/loragw_sx1302.c
Line 971 in 4b42025
A couple questions,
Thanks in advance :)
The text was updated successfully, but these errors were encountered: