This commit is contained in:
cpu
2026-05-27 20:05:43 +02:00
parent 0d2e272ed7
commit d7597fb0f1
2 changed files with 22 additions and 6 deletions

View File

@@ -9,8 +9,6 @@ A fail-safe water flow monitoring module designed to protect CNC spindles and la
![ZJ-S401](images/Sensor_ZJ-S401.png)
Designed in **KiCad v9**.
## Table of Contents
1. [Features](#features)
2. [Hardware Design (KiCad)](#hardware-design-kicad)
@@ -57,7 +55,7 @@ The [scripts](scripts) folder contains a guide to panelize the board (`Flow_Cont
The firmware is written in C using the lightweight `ch32fun` framework. All source files and toolchain documentation are located in the `firmware` folder.
**Step-by-step Setup:**
1. Follow the setup guide in [`firmware/Readme.md`](firmware/Readme.md) to install the RISC-V GCC toolchain and `minichlink`.
1. Follow the setup guide in [`firmware`](firmware) to install the RISC-V GCC toolchain and `minichlink`.
2. Connect your **WCH-LinkE** programmer to the 3-pin SWIO header `J1` (+5V, SWIO, GND).
3. Run `make` to compile the firmware.
4. Run `make flash` to upload the code to the CH32V003 microcontroller.