📦 归档:唐磊输出的环路车检器 KiCad 工程统一移入 pcb/ 目录

This commit is contained in:
2026-08-21 18:18:38 +08:00
parent 1e33f0c73a
commit f8a3f726fc
14 changed files with 20 additions and 1 deletions
+20 -1
View File
@@ -11,7 +11,26 @@
## 当前项目 ## 当前项目
(待补充——环路检测板 / 道闸控制板方案落地后按项目建子目录) ### loop-detector(环路车检器)— 2026-08-21 唐磊产出
KiCad 7.0.11 工程,A3 单页原理图,完整信号链:
**线圈端子 → TVS 浪涌保护 → 匹配变压器 → 考毕兹振荡 → 比较器整形 → MCU 测频 → 光耦隔离 → 继电器输出**
目录结构:
```
pcb/loop-detector/
├── loop-detector-kicad/ ← KiCad 工程
│ ├── loop-detector.kicad_sch ← 原理图
│ ├── loop-detector.kicad_pro ← 工程文件
│ ├── loopdet.kicad_sym ← 自定义符号库(12 符号)
│ ├── loop-detector.pdf ← 导出 PDF
│ ├── loop-detector-preview.png ← 预览图
│ └── gen_sch.py ← 程序化生成脚本
├── loop-detector-principle.html ← 原理图网页版(交互)
├── fig1-methods.svg/png ← 检测方法对比图
├── fig2-schematic.svg/png ← 系统框图
└── inline_svg.py ← SVG 内联化工具
```
--- ---

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 140 KiB