LoRaRF-Python
LoRaRF-Python copied to clipboard
Python library for basic transmitting and receiving data using LoRa and FSK modem
Im trying to run the reciver.py in examples but is getting the error "no module name gpiod" Its the same in ["this issue"](https://github.com/chandrawi/LoRaRF-Python/issues/19).. I have tried to write this `(LoRa)...
My system works with E220-400M22S and E220-400MM22S on various controllers like STM32F7, ESP32 with LoRaRF Arduino library. I am able to receive and transmitt. Trying to make it work with...
thank you for such amazing project, please provide receiver transmitter examples for LORA FSK modem too.
Hi! I try to get the library running on an RPi 3b+ with the 64bit OS headless. The board I am using is the waveshare board with SX1262 via SPI...
Hi, first of all, thank you for this library! I found a little typo and would like to fix it. Additionally I also removed a bunch of trailing whitespaces.
We are trying to send mpu6050 data over lora Sx126x using raspberrypi zerow , in a list of float using struct method. Error: ``` Traceback (most recent call last): File...
I was installing the network node from network folder , but it throws this error when pressed run. Can anyone resolve it?
Hi, I'm currently working on a project that involves sending data from SX126x (connected to raspberry pi 4b) to a Mikrotik Lora Gateway and then to ChirpStack. Browsing through multiple...
Hi, I am using LoRa SX1262 Raspberry Hat with Raspberry Pi. This is the issue I am getting when using the Network Examples reciever.py code Begin LoRa radio Traceback (most...
Hi, I'm trying to run the proyect on a Raspberry Pi 4 with Raspberry OS 32 bits with the Semtech SX1262 LoRa Module. When running the receiver_listen.py or receiver_continuous.py shows...