Skip to content

An Arduino library for sending and receiving data using LoRa radios.

License

Notifications You must be signed in to change notification settings

goran-mahovlic/arduino-LoRa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino LoRa

Build Status

An Arduino library for sending and receiving data using LoRa radios.

Compatible Hardware

Semtech SX1276/77/78/79 wiring

Semtech SX1276/77/78/79 Bluepill
VCC 3.3V
GND GND
DIO0 PA0
DIO1 PA1
DIO2 PA2
NRESET PA3
NSS PA4
SCK PA5
MISO PA6
MOSI PA7

NSS, NRESET, and DIO0 pins can be changed by using LoRa.setPins(ss, reset, dio0). DIO0 pin is optional, it is only needed for receive callback mode.

Using Git

cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-LoRa LoRa

API

See API.md.

Examples

See examples folder.

License

This libary is licensed under the MIT Licence.

About

An Arduino library for sending and receiving data using LoRa radios.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%