Skip to content
/ RF24Hub Public

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

License

Notifications You must be signed in to change notification settings

wilmsn/RF24Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

More details (mainly german only): rf24hub on github.io

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

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