# esp32_fire_and_smoke_alarm **Repository Path**: stm32-microcontroller-code/esp32_fire_and_smoke_alarm ## Basic Information - **Project Name**: esp32_fire_and_smoke_alarm - **Description**: 39.3.基于ESP32单片机物联网的火灾烟雾报警系统-Arduino-毕业源码案例设计 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-12 - **Last Updated**: 2026-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README (1)硬件端 1. 获取温湿度、烟雾浓度、火焰状态 2. 通过OLED显示的各个传感器设备的数据 3. 当烟雾浓度,温湿度超过设定阈值 蜂鸣器响 4. 通过ESP32自动进行组网功能 5. 设备断网后自动重连机制 (2)APP端 1. 可以查看各个传感器状态 2. 可以修改设备的各个数据阈值 3. 使用数据库进行数据储存与查询(按时间段); 4. 可以远程修改蜂鸣器的状态 (3)云平台使用(阿里云) 只是链接各个设备使用,采用MQTT即时通讯;