0.0.0 • Published 7 years ago

sx127x v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

node-sx127x

Node.js driver for Semtech SX1276/77/78/79 based LoRa radios.

Requires a Linux computer with SPI hardware, like a Raspberry Pi.

Built on top of @fivdi's onoff and spi-device modules.

Prerequisites

Hardware Wiring

Semtech SX1276/77/78/79Generic LinuxRaspberry Pi
VCC3.3V3.3V
GNDGNDGND
SCKSCKSCK (pin 11)
MISOMISOMISO (pin 10)
MOSIMOSIMOSI (pin 9)
NSSChip enable/selectCS0 (pin 8) or CS1 (pin 7)
NRESETGPIO pinGPIO pin
DIO0GPIO pinGPIO pin

Installation

npm install sx127x

API

See API.md.

Examples

See examples folder.

License

This libary is licensed under the MIT Licence.