micropython/lora sync word #13309
-
The README.md says that it is set to a default of 0x12. Where does this happen? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
I guess all of this: |
Beta Was this translation helpful? Give feedback.
-
Good call. I'll re-open because I have searched through all the source code and can not find where the default is set. |
Beta Was this translation helpful? Give feedback.
-
Dave |
Beta Was this translation helpful? Give feedback.
-
I must apologise, at the time this question was asked The fixes for this are included here: |
Beta Was this translation helpful? Give feedback.
Yes you're right but I think lora_cfg is created at the init of the lora modul and there is a 'get_configuration' (as in others lora library) which implemented it.. As lora boards are all differents, the 0x12 is inside the lora modul (mostly semtech ..) and for sx126x boards it's 0x1424 (16 bits of 0x12)
For lorawan, lora commercial network it's 0x34 (or 0x3444 16bits)