Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raj-tyagi/arduino-environment-monitoring
This Arduino project enables real-time monitoring of environmental parameters such as temperature and gas levels using sensors. The project is designed to provide continuous updates on the ambient temperature and gas concentration, with alerts triggered when predefined thresholds are exceeded.
https://github.com/raj-tyagi/arduino-environment-monitoring
Last synced: 9 days ago
JSON representation
This Arduino project enables real-time monitoring of environmental parameters such as temperature and gas levels using sensors. The project is designed to provide continuous updates on the ambient temperature and gas concentration, with alerts triggered when predefined thresholds are exceeded.
- Host: GitHub
- URL: https://github.com/raj-tyagi/arduino-environment-monitoring
- Owner: raj-tyagi
- License: mit
- Created: 2024-03-18T03:19:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T03:53:09.000Z (9 months ago)
- Last Synced: 2024-05-09T04:41:14.309Z (9 months ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino Environment Monitoring
This Arduino project enables real-time monitoring of environmental parameters such as temperature and gas levels using sensors. The project is designed to provide continuous updates on the ambient temperature and gas concentration, with alerts triggered when predefined thresholds are exceeded.
## Components Used
- Gas sensor
- Temperature sensor
- Arduino board (e.g., Arduino Uno)
- LED
- Piezo buzzer## Functionality
The Arduino sketch reads data from the gas sensor and temperature sensor, converting analog readings into meaningful measurements. When the gas concentration surpasses a set threshold, indicated by the gas sensor, an LED and a piezo buzzer alert the user. Additionally, the ambient temperature readings are displayed via the serial monitor.## Usage
To use this project:
1. Connect the gas sensor, temperature sensor, LED, and piezo buzzer to the Arduino board following the circuit diagram.
2. Upload the provided Arduino sketch (`environment_monitoring.ino`) to the Arduino board.
3. Monitor the gas concentration and temperature readings through the serial monitor in the Arduino IDE.
4. Ensure proper ventilation if gas levels exceed the defined threshold.## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.