Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/wilmsn/rf24hub
- Owner: wilmsn
- License: mit
- Created: 2018-01-29T11:36:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T15:36:54.000Z (about 2 months ago)
- Last Synced: 2024-12-15T16:35:45.478Z (about 2 months ago)
- Topics: arduino, daemon, esp8266, iot, linux, mariadb, node, raspberry-pi, rf24
- Language: C++
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 3
- 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![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.**