arduino-raspi-lora
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
Table of Contents
About The Project
Components
- Raspberry-pi
- Adafruit RFM69HCW Transceiver Radio Breakout
- Adafruit RFM69HCW Transceiver Radio Bonnet - 868 or 915 MHz - RadioFruit
Getting Started
To get a local copy up and running follow these simple steps.
Connections
Prerequisites
Raspberry pi
- enable SPI using
sudo raspi-config
>Interfacing Options>SPIFeather
- arduino IDE
Installation
Raspberry pi
- Clone the repo ```sh git clone https://github.com/CiTRuS93/arduino-raspi-lora.git
2.
```sh
cd raspberry-pi
pip install -r requirements.txt
feather
- install LowPowerLab RFM69 from arduino IDE
- mount feather_lora.ino
Contact
Project Link: https://github.com/CiTRuS93/arduino-raspi-lora