jeroennijhof / LoRaWAN

LoRaWAN implementation in python
116 stars 85 forks source link

Important function #8

Open and-kushnir opened 3 years ago

and-kushnir commented 3 years ago

I have spent a lot of times, to understand why I cannot correct decode message from Lora server. Payload on server's log and my payload on device wasn't be similar

ex:
server:-> 60B7B498008C3A000708389D8450070928F9835001B2BEA667D04DB2374D8D1429DFA1E240B560CA9FB3
device:-> 60b7b4f89c11af7d8e78af41abbbc9fbe67bf0da1c4ab124e9631cd16af6f20838238b2d4c972eb26ad2

And I have found this function with the help of which everything worked: self.set_modem_config_3(True, True)

I hope this issue will help someone else