Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/upc-pre-202402-si572-wv71/iot-custom-chip-gas-detector-on-esp32-embedded-app-wv71

IoT Embedded Application illustrating the creation and use of a custom chip. The chip is an MQ2 Gas Detector Module. The C++ Sketch Application reads values from sensor and display the Gas % and Safe status.
https://github.com/upc-pre-202402-si572-wv71/iot-custom-chip-gas-detector-on-esp32-embedded-app-wv71

arduino cpp esp32 mq2-gas-sensor wokwi

Last synced: 6 days ago
JSON representation

IoT Embedded Application illustrating the creation and use of a custom chip. The chip is an MQ2 Gas Detector Module. The C++ Sketch Application reads values from sensor and display the Gas % and Safe status.

Awesome Lists containing this project

README

        

# IoT Custom Chip Gas Detector on ESP32 Embedded App

## Summary
IoT Embedded Application illustrating the creation and use of a custom chip. The chip is an MQ2 Gas Detector Module. The C++ Sketch Application reads values from sensor and display the Gas % and Safe status.

## Components
- ESP32
- LiquidCrystal 16x2 I2C display.
- MQ2 Module (Custom Chip)

## Libraries
- LiquidCrystal I2C.
- MQUnifiedsensor Library