This commit is contained in:
cpu
2026-05-14 23:49:29 +02:00
parent ff2fe7daff
commit 2383ee1fad
17 changed files with 23296 additions and 317 deletions
+1
View File
@@ -4,6 +4,7 @@
*.kicad_sch-bak
*.kicad_pcb-bak
*.sch-bak
*-backups
*~
_autosave-*
*.tmp
+1 -1
View File
@@ -623,7 +623,7 @@
},
"net_format_name": "",
"page_layout_descr_file": "",
"plot_directory": "",
"plot_directory": "images/",
"space_save_all_events": true,
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
+465 -315
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.
![Flow Controller Schema](images/schema.png)
![Flow Controller Schema](images/Flow_Controller.svg)
![Front](images/Flow_Controller_front.png)
![Back](images/Flow_Controller_back.png)
![ZJ-S401](images/Sensor_ZJ-S401.png)
Designed in **KiCad v9**.
## Features
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB