【E708】基于STM32、ZigBee协调器的工业粉尘远程监测系统

2021-08-26 20:52:29      索炜达电子      1358     

项目编号:E708

文件大小:5M

源码说明:带中文注释

开发环境:C编译器

简要概述:

远程无线工业粉尘监测仪采用高精度激光粉尘传感器对工厂内的空气粉尘浓度进行监测,特别适合应用于汽车轮毂厂、铝镁打磨厂、抛光车间、电镀车间、面粉厂等易发生粉尘爆Zha的地方。粉尘监测仪采用STM32控制粉尘传感器并将数据通过串口传输到ZigBee终端设备,ZigBee终端设备通过ZigBee网络传输到ZigBee协调器,ZigBee协调器通过串口传输到gokit2,Gokit2连接到路由器最终通过以太网连接到云服务器。做为公司的管理层能够通过手机远程实时的对工厂粉尘浓度进行监管,同时工厂管理室放置的ZigBee协调器连接着语音报警系统,现场便能通知粉尘超标报警信息。除此之外,作品还扩展了对温湿度监测的功能、太阳能充电及供电系统。

【E708】基于STM32、ZigBee协调器的工业粉尘远程监测系统

目录│文件列表:

 └ 基于STM32、ZigBee协调器的工业粉尘远程监测系统

    ├ STM32代码

    │  └ STM32代码

    │     ├ CMSIS

    │     │  │ core_cm3.c

    │     │  │ core_cm3.h

    │     │  │ stm32f10x.h

    │     │  │ system_stm32f10x.c

    │     │  │ system_stm32f10x.h

    │     │  └ startup

    │     │     │ startup_stm32f10x_cl.s

    │     │     │ startup_stm32f10x_hd.s

    │     │     │ startup_stm32f10x_hd_vl.s

    │     │     │ startup_stm32f10x_ld.s

    │     │     │ startup_stm32f10x_ld_vl.s

    │     │     │ startup_stm32f10x_md.s

    │     │     │ startup_stm32f10x_md_vl.s

    │     │     └ startup_stm32f10x_xl.s

    │     ├ FWlib

    │     │  ├ inc

    │     │  │  │ misc.h

    │     │  │  │ stm32f10x_adc.h

    │     │  │  │ stm32f10x_bkp.h

    │     │  │  │ stm32f10x_can.h

    │     │  │  │ stm32f10x_cec.h

    │     │  │  │ stm32f10x_crc.h

    │     │  │  │ stm32f10x_dac.h

    │     │  │  │ stm32f10x_dbgmcu.h

    │     │  │  │ stm32f10x_dma.h

    │     │  │  │ stm32f10x_exti.h

    │     │  │  │ stm32f10x_flash.h

    │     │  │  │ stm32f10x_fsmc.h

    │     │  │  │ stm32f10x_gpio.h

    │     │  │  │ stm32f10x_i2c.h

    │     │  │  │ stm32f10x_iwdg.h

    │     │  │  │ stm32f10x_pwr.h

    │     │  │  │ stm32f10x_rcc.h

    │     │  │  │ stm32f10x_rtc.h

    │     │  │  │ stm32f10x_sdio.h

    │     │  │  │ stm32f10x_spi.h

    │     │  │  │ stm32f10x_tim.h

    │     │  │  │ stm32f10x_usart.h

    │     │  │  └ stm32f10x_wwdg.h

    │     │  └ src

    │     │     │ misc.c

    │     │     │ stm32f10x_adc.c

    │     │     │ stm32f10x_bkp.c

    │     │     │ stm32f10x_can.c

    │     │     │ stm32f10x_cec.c

    │     │     │ stm32f10x_crc.c

    │     │     │ stm32f10x_dac.c

    │     │     │ stm32f10x_dbgmcu.c

    │     │     │ stm32f10x_dma.c

    │     │     │ stm32f10x_exti.c

    │     │     │ stm32f10x_flash.c

    │     │     │ stm32f10x_fsmc.c

    │     │     │ stm32f10x_gpio.c

    │     │     │ stm32f10x_i2c.c

    │     │     │ stm32f10x_iwdg.c

    │     │     │ stm32f10x_pwr.c

    │     │     │ stm32f10x_rcc.c

    │     │     │ stm32f10x_rtc.c

    │     │     │ stm32f10x_sdio.c

    │     │     │ stm32f10x_spi.c

    │     │     │ stm32f10x_tim.c

    │     │     │ stm32f10x_usart.c

    │     │     └ stm32f10x_wwdg.c

    │     ├ Listing

    │     │  │ startup_stm32f10x_hd.lst

    │     │  └ STM32-DEMO.map

    │     ├ Output

    │     │  │ core_cm3.crf

    │     │  │ core_cm3.d

    │     │  │ core_cm3.o

    │     │  │ ExtDll.iex

    │     │  │ lcd12864.crf

    │     │  │ lcd12864.d

    │     │  │ lcd12864.o

    │     │  │ led.crf

    │     │  │ led.d

    │     │  │ led.__i

    │     │  │ main.crf

    │     │  │ main.d

    │     │  │ main.o

TAG监测系统
  • 9 次
  • 1 分