Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wilmsn/rf24hub

A gateway and controler for Arduino nodes with nrf24l01 (demo nodes included)
https://github.com/wilmsn/rf24hub

arduino daemon esp8266 iot linux mariadb node raspberry-pi rf24

Last synced: 4 days ago
JSON representation

A gateway and controler for Arduino nodes with nrf24l01 (demo nodes included)

Awesome Lists containing this project

README

        

RF24Hub
=====

A gateway and controler for Arduino nodes with nrf24l01 (demo nodes included)

Main features:

- The Hub should run on every Linux System
- The Gateway sould run on Linux or ESP32/ESP8266 Systems with a connected nrf24l01 transceiver
- On Linux: runs as a bachground service (deamon) or in interactive mode
- Controls the communication to the nodes using the RF24 library
- all informations are stored in a MariaDB database (easy to change to another database system)
- can be controled by telnet commands
- can send telnet commands to a third party controler (i use FHEM)
- configuration via config file
- a node will run aprox. 1..2 years on 2 AA Batteries

![alt text](https://raw.githubusercontent.com/wilmsn/RF24Hub/master/doc/overview.png "RF24Hub overview")

More details (mainly german only): [rf24hub on github.io](http://wilmsn.github.io/rf24hub/index.html)

## Environment:
- Server: Linux host (eg. Raspberry PI or your Linux computer)
- Gateway: Raspberry Pi or ESP8266/ESP32
- Nodes: "Arduino" like build with minimal cost based on ATmega328P

## Aim of the project:
Build up a network of sensors and store and process the data on a server with:

- minimal hardware cost
- only free software
- low energy cost

## Guides and Documentation Parts

[rf24hub on github.io](http://wilmsn.github.io/rf24hub/index.html)

**Now its up to you:**
**Feel free to fork, use or modify it.**