Skip to content

roshub/lorawan_rn2xxx_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rn2xxx-driver

Serial driver for the Microchip RN2xx LoRa Module Serial API.

This library works with any RN2xxx { RN2903 & RN2483 } based radio and supports LoRa and LoRaWAN operations.

Supported Hardware

  • Custom
  • LoRaLink - From RosHub/SourceParts

Examples lorawan-ping

This example joins a LoRaWAN network and sends a packet every 10seconds. See examples/lorawan-ping.js

Configure

Update/Export environment variables in .env

LORAWAN_DEVEUI=0000000000000000
LORAWAN_APPEUI=0000000000000000
LORAWAN_APPKEY=00000000000000000000000000000000

Run

yarn lorawan-ping

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published