Lora p2p with Raspberry pico and RFM95 SX1272

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
BKuipers
Posts: 1
Joined: Wed Dec 29, 2021 2:22 pm

Lora p2p with Raspberry pico and RFM95 SX1272

Post by BKuipers » Wed Dec 29, 2021 2:45 pm

Hello Micropython Forum,

I am working on a project with 2 Raspberry pico's both connected to there own RFM95 module. And I am trying to create a p2p connection between these 2 modules but can't seem to figure this out. Mainly because I cant find a libary which works with micropython and can both send and recieve data.

I started with the uLoRa library (made by: fantasticdonkey, https://github.com/fantasticdonkey/uLoRa), to first get the SPI bus up and running. I later realised that this library only has the possibility to send data to what i think is the LoRaWAN network.

My question is: if anyone here could maybe help me with getting a better LoRa library for micropython which would work for this project, or maybe have some idea on how i could use this libary to achieve what i need?

Your help is much appreciated, Thanks in advance!

- Bart

Komfibrot
Posts: 7
Joined: Wed Oct 27, 2021 2:08 pm

Re: Lora p2p with Raspberry pico and RFM95 SX1272

Post by Komfibrot » Wed Aug 10, 2022 12:40 pm

I would be interested in a solution as well :)

Post Reply