Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dkurt/nino_h2s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Hydrogen Sulfide (H2S) concentration control

Topics

Resources

Stars

Watchers

Forks