Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/upc-pre-202402-si572-wv71/iot-custom-chip-gas-detector-on-esp32-embedded-app-wv71
- Owner: upc-pre-202402-si572-wv71
- Created: 2024-10-15T14:37:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T12:17:14.000Z (2 months ago)
- Last Synced: 2024-10-23T19:52:41.342Z (2 months ago)
- Topics: arduino, cpp, esp32, mq2-gas-sensor, wokwi
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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