A simple implementation of LoRa for the raspberry pi5,
utilising gpiozero and spidev already installed on Raspberry Pi OS.
Tested with a sx1278 lora module at 433MHz.
Create a virtual environment that can access system packages
python3 -m venv .venv --system-site-packages
source .venv/bin/activate
Install with pip
pip install lora-gpiozero