https://github.com/dkurt/nino_h2s
Hydrogen Sulfide (H2S) concentration control
https://github.com/dkurt/nino_h2s
air-quality arduino h2s raspberry-pi
Last synced: about 1 month ago
JSON representation
Hydrogen Sulfide (H2S) concentration control
- Host: GitHub
- URL: https://github.com/dkurt/nino_h2s
- Owner: dkurt
- Created: 2020-10-05T18:31:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T19:23:07.000Z (over 5 years ago)
- Last Synced: 2025-04-03T06:48:27.063Z (about 1 year ago)
- Topics: air-quality, arduino, h2s, raspberry-pi
- Language: HTML
- Homepage: http://dkurt.github.io/nino_h2s
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains source code for outdoor air quality control.
Sensor is not calibrated for now so we can report just raw values.
However it's already useful to track gas concentration dynamics.
live chart: http://dkurt.github.io/nino_h2s
## Setup
In my experiment, there are
* MQ-136 Hydrogen Sulfide (H2S) sensor
* Arduino Nano (to read analog output from sensor)
* Raspberry Pi 3 board with Wi-Fi module
```
python -m pip install -r requirements.txt
nohup python run.py --token xxxx --port /dev/ttyUSB0 &
```
(specify private GitHub token and connected Arduino serial port)