LoRa Raspberry Pi Hat is an extension for Raspberry Pi that lets you send data over long distances with an extremely low data rate. This board is compatible with Raspberry Pi 2 Model B and Raspberry Pi 3 which is perfect for you--makers--who wants to experiment with LoRa and LoRaWAN.
Detail on Makestro's Shop.
-
Frequency band of 868 MHz/433 MHz (factory pre-configured).
-
Low power consumption.
-
External antenna via I-Pex connector.
-
On-board 8-channel analog-to-digital converted (ADC) via I2C.
-
Compatible with Raspberry Pi 2 Model B/Raspberry Pi 3.
-
LoRa™ Modem.
-
FSK, GFSK, MSK, GMSK, LoRa™and OOK modulation.
Before you use the board, you'll have to enable SPI from raspi-config first. See this link for the tutorial.
Then, install the bcm2835 library on your Raspberry Pi. See this link for tutorial and library source code.
bcm2835 is required for code examples that we're about to show you.
Note that when you're using LoRaWAN, you need to plug the jumper to the GPIO8 and NSS header.
- Simple LoRa Gateway
- Single Channel Packet Forwarder (LoRaWAN).
- RadioHead by hallard. You can check for the code at the
examples/raspi/rf95
directory.