Replies: 3 comments 2 replies
-
I'm not aware of anything major in the LR1110 that is significantly different from SX126x - definitely not something that could be impacting this. I guess more information is needed. Waht is the behavior of the receiver when the message fails to "get through"? Does it simply not not receive the packet, or is there some error? |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for your quick response.I am using the interrupt driven receive, so basically I see nothing.Maybe I should switch temporarily to the blocking receive and see if I can spot any error occurring .I have the device connected through the Nordic Power Profiler. Normally, I see a flat line followed by a peak when the receive occurs. My code at that point is trivial as I just reset a timer. When this ‘failure’ occurs I see nothing other than a flat line which I guess is the current taken by the radio in receive mode. So I assume it is just not receiving the packet. Thanks againAlan Ward07508 935833On 15 Apr 2025, at 16:55, Jan Gromeš ***@***.***> wrote:
I'm not aware of anything major in the LR1110 that is significantly different from SX126x - definitely not something that could be impacting this. I guess more information is needed. Waht is the behavior of the receiver when the message fails to "get through"? Does it simply not not receive the packet, or is there some error?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I don’t know where to get that information . I am using the Semtech packet forwarder and that uses standard LoRaWan settings. All I have changed is Public to Private. Thanks Alan |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a setup that uses a LR1110 (firmware 4.1) on the device end and an SX1302 on the base station end.
I'm using Radiolib on the device and the Semtech message forwarder on the gateway.
The device is a tracker and sends a (24 byte) fix once per minute. The gateway then responds with a short (5 byte) ACK.
If the device doesn't receive a response it tries again up to 3 times
This all works fine. It's a mechanism I have been using for several years, but with a SX1262 on the device end.
However, occasionally I need to send configuration update data to the device from the gateway. This message is 29 bytes.
It takes a number of attempts (maybe 10) before the message gets through.
Is there a compatibility problem between the LR1110 and the SX1302 that you are aware of?
Thanks
Alan
Beta Was this translation helpful? Give feedback.
All reactions