├── .gitattributes ├── HLK LD2410生命存在感应模组说明书 V1.06.pdf ├── PCB打样相关文件 ├── BOM清单.xlsx ├── PCB打样文件.zip ├── pcb工程(立创eda专业版直接导入).zip └── 电路原理图.pdf ├── README.md ├── esphome固件&源码 ├── esphome编译注意事项.txt ├── ld2410.yaml └── ld2410_uart.h ├── homekit固件&源码 └── Motion-Sensor-GPIO │ ├── Motion-Sensor-GPIO.ino │ ├── Motion-Sensor.bin │ └── my_accessory.c ├── 外壳 ├── 3d外壳_B.stl ├── 3d外壳_T.stl └── 注塑铜滚花螺母 │ ├── 3DShell_B.stl │ └── 3DShell_T.stl └── 必读!.wps /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/.gitattributes -------------------------------------------------------------------------------- /HLK LD2410生命存在感应模组说明书 V1.06.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/HLK LD2410生命存在感应模组说明书 V1.06.pdf -------------------------------------------------------------------------------- /PCB打样相关文件/BOM清单.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/PCB打样相关文件/BOM清单.xlsx -------------------------------------------------------------------------------- /PCB打样相关文件/PCB打样文件.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/PCB打样相关文件/PCB打样文件.zip -------------------------------------------------------------------------------- /PCB打样相关文件/pcb工程(立创eda专业版直接导入).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/PCB打样相关文件/pcb工程(立创eda专业版直接导入).zip -------------------------------------------------------------------------------- /PCB打样相关文件/电路原理图.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/PCB打样相关文件/电路原理图.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/README.md -------------------------------------------------------------------------------- /esphome固件&源码/esphome编译注意事项.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/esphome固件&源码/esphome编译注意事项.txt -------------------------------------------------------------------------------- /esphome固件&源码/ld2410.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/esphome固件&源码/ld2410.yaml -------------------------------------------------------------------------------- /esphome固件&源码/ld2410_uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/esphome固件&源码/ld2410_uart.h -------------------------------------------------------------------------------- /homekit固件&源码/Motion-Sensor-GPIO/Motion-Sensor-GPIO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/homekit固件&源码/Motion-Sensor-GPIO/Motion-Sensor-GPIO.ino -------------------------------------------------------------------------------- /homekit固件&源码/Motion-Sensor-GPIO/Motion-Sensor.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/homekit固件&源码/Motion-Sensor-GPIO/Motion-Sensor.bin -------------------------------------------------------------------------------- /homekit固件&源码/Motion-Sensor-GPIO/my_accessory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/homekit固件&源码/Motion-Sensor-GPIO/my_accessory.c -------------------------------------------------------------------------------- /外壳/3d外壳_B.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/外壳/3d外壳_B.stl -------------------------------------------------------------------------------- /外壳/3d外壳_T.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/外壳/3d外壳_T.stl -------------------------------------------------------------------------------- /外壳/注塑铜滚花螺母/3DShell_B.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/外壳/注塑铜滚花螺母/3DShell_B.stl -------------------------------------------------------------------------------- /外壳/注塑铜滚花螺母/3DShell_T.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/外壳/注塑铜滚花螺母/3DShell_T.stl -------------------------------------------------------------------------------- /必读!.wps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foggyhlw/Motion-Sensor/HEAD/必读!.wps --------------------------------------------------------------------------------