An open API service indexing awesome lists of open source software.

https://github.com/davidf1000/wican-iot-comp

A Hazard Monitoring System for Manufacture Industry Using IoT-Based Approach and MQTT Protocol. Main purpose of this product is to track and monitor variables that is directly related to worker's health in factory environment. Created for Wican International Instrumentation and Control Competition 2019 in Bandung .
https://github.com/davidf1000/wican-iot-comp

arduino esp32 iot mqtt

Last synced: 3 months ago
JSON representation

A Hazard Monitoring System for Manufacture Industry Using IoT-Based Approach and MQTT Protocol. Main purpose of this product is to track and monitor variables that is directly related to worker's health in factory environment. Created for Wican International Instrumentation and Control Competition 2019 in Bandung .

Awesome Lists containing this project

README

          

# Wican-IOT-Comp
A Hazard Monitoring System for Manufacture Industry Using IoT-Based Approach and MQTT Protocol.
Main purpose of this product is to track and monitor variables that is directly related to worker's health in factory environment.
Created for Wican International Instrumentation and Control Competition 2019 in Bandung .
## Spec
Using 4 Main Sensor :
- Sound
- Gas Leak
- Humidity and Temperature
- Dust particle



Used Analog multiplexer to read multiple analog data because ESP32 only have 1 8-bit analog-IN , and level shifter to shift ESP32's 3,3V HIGH voltage to 5V in order to match sensor's 5V level specification.


Data is read by NodeMCU ESP32 Board , filtered using Averaging measurement and Recursive Exponential Filter
Data is then sent using MQTT Protocol using Adafruit.io as broker , and then displayed in adafruit's dashboard
Use Ticker to precisely read all data in a periodic time and EEPROM to backup filter's constant in case of sudden power spike in ESP32 board to avoid data loss.

![1646238411176](https://user-images.githubusercontent.com/47879766/162869453-f628bf0d-ad1b-4860-877e-a0486d633211.png)

![1646238322762](https://user-images.githubusercontent.com/47879766/162869468-cc84bb4d-ec9f-444f-9011-ecc45902294a.png)

![1001086](https://user-images.githubusercontent.com/47879766/107242285-65a95b80-6a5e-11eb-8d56-3afed4fe9876.jpg)

![1001088](https://user-images.githubusercontent.com/47879766/107242290-67731f00-6a5e-11eb-99de-7bb7a1e53143.jpg)

![1001087](https://user-images.githubusercontent.com/47879766/107242296-680bb580-6a5e-11eb-88e8-03db9491790b.jpg)