building a long range system to analyze measurement without internet connection.
with LoRa connection we can transfer data from all the feather's sensors to the raspberry-pi.
the raspberry pi build as a thread per task server.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- Raspberry-pi
- Adafruit RFM69HCW Transceiver Radio Breakout
- Adafruit RFM69HCW Transceiver Radio Bonnet - 868 or 915 MHz - RadioFruit
To get a local copy up and running follow these simple steps.
- enable SPI using
sudo raspi-config
>Interfacing Options>SPI
- arduino IDE
- Clone the repo
git clone https://github.com/CiTRuS93/arduino-raspi-lora.git
cd raspberry-pi
pip install -r requirements.txt
- install LowPowerLab RFM69 from arduino IDE
- mount feather_lora.ino
Project Link: https://github.com/CiTRuS93/arduino-raspi-lora