This commit is contained in:
cpu
2026-05-14 23:41:19 +02:00
parent ff2fe7daff
commit 9a6d35d5ef
18 changed files with 22231 additions and 316 deletions
+1
View File
@@ -0,0 +1 @@
/home/martin/proj/Flow_Controller/_autosave-Flow_Controller.kicad_sch
+1
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
+1 -1
View File
@@ -623,7 +623,7 @@
}, },
"net_format_name": "", "net_format_name": "",
"page_layout_descr_file": "", "page_layout_descr_file": "",
"plot_directory": "", "plot_directory": "images/",
"space_save_all_events": true, "space_save_all_events": true,
"spice_current_sheet_as_root": false, "spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"", "spice_external_command": "spice \"%I\"",
+444 -314
View File
File diff suppressed because it is too large Load Diff
+3 -1
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
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB