Skip to content

oknow23/AirBox-for-Raspberry-PI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBox for Raspberry PI

Detect Air quality ,humidity , temperature and calculation comfort level.

Referance material

Prerequisites

This sh131 implimentation depends on i2c dev lib

  • sudo apt-get install libi2c-dev

Below is also a good one to have while debugging, but be careful i2cdump from the below cause the sht31 interface to become unstable for me and requires a hard-reset to recover correctly.

  • sudo apt-get install i2c-tools

Download lcdi2c library

install pip and line-bot-sdk for Line bot

Build

  • make will output AirBox execute file.

Execute

put AirBox and lcdi2c in the same place.

  • ./AirBox

LCD result show case

  • ──────────────────
  • ∣ 25°C 49% 10.6PP ∣
  • ∣ Comfo ok Bad ∣
  • ──────────────────

Explain:

  • 25°C ← Temperature
  • 49% ← Humidity
  • 10.6PP ← PPM
  • Comfo ← Comfort level
  • ok ← Humidity level
  • Bad ← Air quality

About

Detect Air quality ,humidity , temperature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published