This commit is contained in:
cpu
2026-05-14 23:04:00 +02:00
parent ff2fe7daff
commit 03c1b59f5c
15 changed files with 17441 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
*.kicad_sch-bak *.kicad_sch-bak
*.kicad_pcb-bak *.kicad_pcb-bak
*.sch-bak *.sch-bak
*-backups
*~ *~
_autosave-* _autosave-*
*.tmp *.tmp

View File

@@ -2,11 +2,13 @@
A fail-safe water flow monitoring module designed to protect CNC spindles and laser cutter tubes. It reads impulses from a ZJ-S401 water flow sensor, displays the real-time flow rate on an I2C OLED display, and triggers an active-low alarm to the CNC controller if the flow drops below a user-defined threshold. A fail-safe water flow monitoring module designed to protect CNC spindles and laser cutter tubes. It reads impulses from a ZJ-S401 water flow sensor, displays the real-time flow rate on an I2C OLED display, and triggers an active-low alarm to the CNC controller if the flow drops below a user-defined threshold.
![Flow Controller Schema](images/schema.png) ![Flow Controller Schema](images/Flow_Controller.svg)
![Front](images/Flow_Controller_front.png) ![Front](images/Flow_Controller_front.png)
![Back](images/Flow_Controller_back.png) ![Back](images/Flow_Controller_back.png)
![ZJ-S401](images/Sensor_ZJ-S401.png)
Designed in **KiCad v9**. Designed in **KiCad v9**.
## Features ## Features

17437
images/Flow_Controller.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 326 KiB

BIN
images/Sensor_ZJ-S401.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB