This repository contains the code for the Sensor Lab Net, a system for managing and monitoring sensor nodes in educational environments. It uses Arduino boards, nRF24L01+ modules, the MQTT protocol, and the Node-RED programming tool. The repository is primarily written in C++ with some Python components.
To install the Sensor Lab Network, follow these steps:
- Clone the repository:
git clone https://github.com/bp-santos/sensor-lab-net.git
- Navigate to the repository directory:
cd sensor-lab-net
- Build the project using your preferred C++ compiler.
lab-guides/
: Contains setup and usage guides.main_node/
: Main node source files.sensor_node/
: Sensor node source files.logs.md
: Contains advisor comments, to-do lists, and logs.node-red.json
: Node-RED code example.*.cpp, *.h
: C++ source and header files.
Contributions are welcome! Please fork the repository and create a pull request with your changes. For major changes, open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
For more information, visit the repository on GitHub.