https://github.com/leech001/leakcontrol
System for controled leak (flood)
https://github.com/leech001/leakcontrol
Last synced: 10 months ago
JSON representation
System for controled leak (flood)
- Host: GitHub
- URL: https://github.com/leech001/leakcontrol
- Owner: leech001
- License: gpl-3.0
- Created: 2020-09-12T14:27:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T12:38:44.000Z (over 5 years ago)
- Last Synced: 2025-05-15T19:09:25.139Z (about 1 year ago)
- Language: Python
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leak protection system
The system is implemented as a group of interrelated devices (modules):
* NodeMCU main unit (ESP8266) - designed for direct control of the actuators (valves) for covering the fluid;
* wired module - wired water leakage detector;
* wireless (NRF24L01) module (STM32F030F4P6) - wireless leakage detector.
## System modules
### Main unit
Detailed sensor description https://github.com/leech001/LeakControl/tree/master/main_module
### Wired sensor
It is intended for leak detection.
Detailed sensor description https://github.com/leech001/LeakControl/tree/master/wired_module
### Wireless sensor
It is intended for leak detection and alarm signal transmission to the head unit.
Detailed sensor description https://github.com/leech001/rf-leak-module