This project contains MOARstack interface layer for LORA interface. Layer support only Semtech SX1276/7/8/9 and Raspberry Pi.
- MOARStack main repository
- wiringPi
- Build and install wiringPi
- Copy this repository inside
layerssubdirectory of main stack repository. Rebuild whole stack, it will include LORA interface layer.
To avoid build errors, path to wiring pi can be specified -D WIRING_PI_INC_PATH=<path>
By default this layer is not added to layers loaded by stack. There are two ways to add them:
- Copy
interface_lora_rpi.conffromconfig/moarstack/layers_availabletoconfig/moarstack/layers_enableddirectory - Add
-D IFACE_LORA_RPI_ENABLED=1key to cmake while building whole stack
Run stack with moard and check output,that layer should be loaded and started.
(c) 2016 MOARstack