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
Hi every one,
I am facing to the downlink issue on RAK7248.
I have written a simple program in RAK7248 to send message (ie ping message) periodically. The tx_ptk is as following and lgw_send return success.
In end device side, I use Lora_E5_mini to receive the message on same frequency. But it did not receive any message.
I am wonder if i am wrong in tx configuration? In RAK7248, I can receive uplink message from Lora_E5_mini.
Does anyone have same issue or can help me in this case?
Thank you very much!
Hai Pham
The text was updated successfully, but these errors were encountered:
Hello,
One thing that could be wrong, depending on how the end-device is configured to receive, is that you have set "no_header" to true. This means that you are sending a LoRa packet without header (IMPLICIT HEADER), so the end-device has to be configured accordingly.
If it is not intentional, you should set no_header to false.
Best regards,
Michael
Hi every one,
I am facing to the downlink issue on RAK7248.
I have written a simple program in RAK7248 to send message (ie ping message) periodically. The tx_ptk is as following and
lgw_send
return success.In end device side, I use Lora_E5_mini to receive the message on same frequency. But it did not receive any message.
I am wonder if i am wrong in tx configuration? In RAK7248, I can receive uplink message from Lora_E5_mini.
Does anyone have same issue or can help me in this case?
Thank you very much!
Hai Pham
The text was updated successfully, but these errors were encountered: