Skip to content

PhilippeSimier/SX1278-LoRa-RaspberryPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SX1278-LoRa-RaspberryPi

It's just for P2P transmissions. Not for LoRaWAN.

May work with all sx127x chips, I didn't test it on these chips

This source uses wiringPi. Installation on raspbian:

apt install git
git clone https://github.com/WiringPi/WiringPi.git
cd WiringPi
./build

Vérifier la version

gpio -v
  1. Wire raspberry and lora chip by the table below
Raspberry Pi SX1278
GPIO 0 RESET
GPIO 22 DIO 0
SPI CE0 (GPIO8, pin 24) NSS
MOSI (GPIO10, pin 19) MOSI
MISO (GPIO9, pin 21) MISO
CLK (GPIO11, pin 23) SCK
  1. Clone the repo

  2. Enter cloned repo dir

  3. make all

  4. Try file ./test_unitaire_RA02

It uses continuous mode on module. Radio module will continiuously receive packets and each time execute user callback.

API

API.md

Changelog

**11/07/2024 : ** Creation du README.md

Notes :

  • Licence : licence publique générale enter image description here
  • Auteur Philippe SIMIER - F4JRE enter image description here

About

Library to work with sx1278 LoRa chips on Raspberry pi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published