Skip to content

leonardonels/lora-gpiozero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lora-gpiozero

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.

🏃 To install and use on a raspberrypi

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages