LoRa project information #13233
Replies: 6 comments
-
With point-to-point LoRa (and other modulations) you need to worry about reliability with transmissions, otherwise it's a bit fire-and-forget. LoRaWAN has a concept of Confirmed Uplinks, where it can be configured to repeatedly attempt sending the same payload until it receives a confirmation (downlink). Could pinch some ideas from here when building custom P2P solutions. That blog's an interesting read, thanks for sharing |
Beta Was this translation helpful? Give feedback.
-
The phantom bytes thing is new, haven't seen that before. Re data integrity I like to use internal consistency validation as a last line of defence. eg check that analog quantities are within range, that redundant copies of on/off control bits all agree, that a new flow pulse total is not less than the previous value, etc. |
Beta Was this translation helpful? Give feedback.
-
Thanks dave very nice Site and travel with balloon! ☺ |
Beta Was this translation helpful? Give feedback.
-
Some interesting information there. One thing that astonished me was the point that a single bit error would cause the RX to ignore the checksum. On the face of it that's a real rookie error in the LoRa protocol design. Unless you can program the RX to require a checksum regardless of the state of the bit? The NRF24L01 solves several of these problems in silicon, but of course the range is short. |
Beta Was this translation helpful? Give feedback.
-
This reminds me of phantom EPCs from UHF RFID tags. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much Davy, Site is amazing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Came across this blog and thought it that this guy seems to be a good source of LoRa information.
https://stuartsprojects.github.io
Especially, some articles on reliable comms.
https://stuartsprojects.github.io/2021/08/25/Reliable-Packets-Part1.html
https://stuartsprojects.github.io/2021/08/26/Reliable-Packets-Part2.html
Beta Was this translation helpful? Give feedback.
All reactions