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: 3 months ago
JSON representation
A gateway and controler for Arduino nodes with nrf24l01 (demo nodes included)
- Host: GitHub
- URL: https://github.com/wilmsn/rf24hub
- Owner: wilmsn
- License: mit
- Created: 2018-01-29T11:36:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-13T17:55:53.000Z (7 months ago)
- Last Synced: 2026-01-03T16:28:52.311Z (6 months ago)
- Topics: arduino, daemon, esp8266, iot, linux, mariadb, node, raspberry-pi, rf24
- Language: C++
- Homepage:
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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.**