这是一个无需焊接的ESP32毫米波雷达外壳,方便初学者轻松组装,这也是我设计这款外壳的原因。
- USB-C接口
- 背板螺孔 - 此外壳在背板上设有螺孔,可选用螺钉固定安装。
- 双层外壳 - 此外壳有两个盖子,一个前面板和一个后面板,便于安装。
- 抗震设计 - 此外壳可以将ESP32板和毫米波传感器固定到位,防止在安装或使用过程中移动、滑动或振动。
- 无需焊接 - 此外壳设计的重点是让像您这样的新手/专业工程师跳过焊接过程,只需将ESP板/传感器插入,并通过外壳背面使用杜邦线连接即可。HLK-LD2410C插槽内置电缆穿孔,方便设置。
零件清单
- 前面板(3D打印)
- 机身(3D打印)
- 后面板(3D打印)
- NodeMCU-32S(使用此ESP32开发板以确保完美契合,并通过以下说明轻松进行ESP Home设置)
- 杜邦线
- HLK-LD2410C(毫米波传感器)
esphome:
name: mmwave-sensor
friendly_name: 毫米波传感器esp32:
board: esp32dev
framework:
type: arduinologger:
api:
encryption:
key: "fpqkStB5FyhIkBNFhcxPhcNdLwbBKZl+57IxX3XtiM0="ota:
- platform: esphome
password: "ddd1e0ac8c1b4f495f0c0ed23e3f31db"wifi:
ssid: "WIFI Name"
password: "Wifi Password"ap:
ssid: "Bathroom-Sensor Fallback Hotspot"
password: "lm9DMvI8oRIr"captive_portal:
uart:
id: ld2410_uart
tx_pin: 1
rx_pin: 3
baud_rate: 256000
parity: NONE
stop_bits: 1
debug:
direction: BOTH
dummy_receiver: false
after:
delimiter: [0xF8]ld2410:
uart_id: ld2410_uartbinary_sensor:
- platform: ld2410
has_target:
name: 目标存在
has_moving_target:
name: 移动目标
has_still_target:
name: 静止目标
out_pin_presence_status:
name: 输出引脚目标状态sensor:
- platform: ld2410
light:
name: 光线强度
moving_distance:
name: 移动距离
still_distance:
name: 静止距离
moving_energy:
name: 移动能量
still_energy:
name: 静止能量
detection_distance:
name: 探测距离
g0:
move_energy:
name: g0移动能量
still_energy:
name: g0静止能量
g1:
move_energy:
name: g1移动能量
still_energy:
name: g1静止能量
g2:
move_energy:
name: g2移动能量
still_energy:
name: g2静止能量
g3:
move_energy:
name: g3移动能量
still_energy:
name: g3静止能量
g4:
move_energy:
name: g4移动能量
still_energy:
name: g4静止能量
g5:
move_energy:
name: g5移动能量
still_energy:
name: g5静止能量
g6:
move_energy:
name: g6移动能量
still_energy:
name: g6静止能量
g7:
move_energy:
name: g7移动能量
still_energy:
name: g7静止能量
g8:
move_energy:
name: g8移动能量
still_energy:
name: g8静止能量number:
- platform: ld2410
timeout:
name: 超时
light_threshold:
name: 光线阈值
max_move_distance_gate:
name: 最大移动距离门限
max_still_distance_gate:
name: 最大静止距离门限
g0:
move_threshold:
name: g0移动阈值
still_threshold:
name: g0静止阈值
g1:
move_threshold:
name: g1移动阈值
still_threshold:
name: g1静止阈值
g2:
move_threshold:
name: g2移动阈值
still_threshold:
name: g2静止阈值
g3:
move_threshold:
name: g3移动阈值
still_threshold:
name: g3静止阈值
g4:
move_threshold:
name: g4移动阈值
still_threshold:
name: g4静止阈值
g5:
move_threshold:
name: g5移动阈值
still_threshold:
name: g5静止阈值
g6:
move_threshold:
name: g6移动阈值
still_threshold:
name: g6静止阈值
g7:
move_threshold:
name: g7移动阈值
still_threshold:
name: g7静止阈值
g8:
move_threshold:
name: g8移动阈值
still_threshold:
name: g8静止阈值
태그
모델 소스
