项目作者: CiTRuS93

项目描述 :
Iot project when internet connection is an issue. using feathers, raspberry-pi and aws iot-core
高级语言: Python
项目地址: git://github.com/CiTRuS93/arduino-raspi-lora.git
创建时间: 2020-07-05T09:39:42Z
项目社区:https://github.com/CiTRuS93/arduino-raspi-lora

开源协议:MIT License

下载


Contributors
Forks
Stargazers
Issues
MIT License
LinkedIn





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

Getting Started

To get a local copy up and running follow these simple steps.

Connections

GitHub Logo

Prerequisites

Raspberry pi

  • enable SPI using sudo raspi-config>Interfacing Options>SPI

    Feather

  • arduino IDE

Installation

Raspberry pi

  1. Clone the repo
    ```sh
    git clone https://github.com/CiTRuS93/arduino-raspi-lora.git
  1. 2.
  2. ```sh
  3. cd raspberry-pi
  4. 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

GitHub Logo