Replies: 5 comments 10 replies
-
Hello! @markqvist already has worked on a tool to configure off-the-shelf LoRa into functional RNodes: rnodeconfigutil. It currently supports:
I've also had success with using it with a Heltec ESP32 LoRa board. |
Beta Was this translation helpful? Give feedback.
-
Yes, the easiest route to support new LoRa transceiver boards is to add support to the RNode Firmware and RNode Config util. Adding support for the SX1262 family of devices is already on the roadmap, and work on that should start in the not-too-distant future. You can also have a look at this section of the Reticulum repo README for a general overview of where the development is heading. Speaking in broad terms, there is huge potential for adding support for the many hundreds of kinds of transceiver modules available, and it is most definitely the intention to exploit that potential. It needs to be done in the most optimally ordered, generalized and efficient way, so we don't end up needing to maintain 150+ codebases for different transceiver types ;) That is also why LoRa transceiver support currently exists under the RNode umbrella. |
Beta Was this translation helpful? Give feedback.
-
As an aside, I'm going to have a go at getting this open hardware shield working: RFM95, RFM95, RFM97, RFM98. https://github.com/reganhimself/LoRa-Hab-Hat Regan is going to add an open licence to it & post me a couple of the boards. If anyone wants a board to try let me know and I can post one to you. Quite interested in doing a completely open hardware thing, perhaps using https://github.com/Machine-Hum/wifiwart |
Beta Was this translation helpful? Give feedback.
-
What transceiver ICs do the HopeRF modules use? As far as I remember, these are also based on Semtech ICs, aren't they? Either way, I think it would be great to support them in a way that makes them compatible with the on-air protocol of RNodes (which is very simple). That way, all LoRa based boards can actually talk to each other. I'd probably be willing to add support for these directly, if someone can send me a bunch of the boards (and a couple of Pi Zeroes to) to test with. |
Beta Was this translation helpful? Give feedback.
-
I saw that there was support for the author's RNode LoRa device, but would the same Interface work with other LoRa boards?
Like this one, for example: https://www.amazon.com/Frequency-Spectrum-Modulation-Raspberry-Interface/dp/B07VS47RQZ
Would I need to change any of the code from the RNode Interface to use this device?
I saw that the RNode uses a Semtech SX1276 Chip, but the example board uses a SX1262 Chip. Would that change the syntax needed?
Thanks for any replies.
Beta Was this translation helpful? Give feedback.
All reactions