Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.27 KB

File metadata and controls

60 lines (39 loc) · 1.27 KB

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