Open niceboat15 opened 5 years ago
I just update the gateway software from 379 to 382 and it works The message comes with "??Ping" How this happen just in 379 version?
Because I changed recently how the packet length is obtained. So both SX1272.cpp and lora_gateway.cpp must be updated. If only one of those is updated, there is the error where len=0 as you can see in your screenshoot. regards,
"??" is an empty line. for some funny reason the arduino console prints them mirrored ⸮, and I have had the same issue here, except moserial doesn't print question marks.
The ?? actually are non-printable characters. There are 0xFF and 0xFE that are the prefix sent by the low-level gateway for the post-processing stage to indicate LoRa data reception.
regards,
Oh, ty for the info.
Hello Dr,
I am using RPI3 with RFM95W module as my gateway, my end device is an Arduino unoR3 and a BME280 with the another RFM95W module.
I set up the gateway as instructed, and I used Arduino_LoRa_Ping_Pong to test it. It worked well on end-device side, it can send ping and receive pong.
At the gateway side, every packet was receive correctly, but there is no ping message display on the terminal. All messages were replaced by "??". No matter what data I want to send to the gateway, the gateway will only receive "??".
Could you help me with this issue? Very appreciate your help.
gateway_log.txt
Best regards !