1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-19 13:02:14 +03:00
2016-08-21 14:35:33 -04:00
2016-08-21 14:35:33 -04:00
2016-08-21 14:35:33 -04:00
2016-08-21 14:35:33 -04:00
2016-08-21 14:35:33 -04:00
2016-08-20 09:19:25 -04:00
2016-08-20 08:19:09 -04:00
2016-08-20 10:00:35 -04:00

Arduino LoRa

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

Compatible Hardware

Semtech SX1276/77/78/79 wiring

Semtech SX1276/77/78/79 Arduino
VCC 3.3V
GND GND
SCK SCK
MISO MISO
MOSI MOSI
NSS 10
NRESET 9

NSS and NRESET pins can be changed by using LoRa.setPins(ss, reset).

Installation

Using the Arduino IDE Library Manager

  1. Choose Sketch -> Include Library -> Manage Libraries...
  2. Type LoRa into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

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.

Description
Библиотека Arduino для отправки и получения данных с помощью радиостанций LoRa
Readme MIT 684 KiB
Languages
C++ 100%