Skip to content
/ airmon Public

Simple air quality monitor with CO2, temperature and humidity sensors. Based on MSP430 + Energia

License

Notifications You must be signed in to change notification settings

z3q/airmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airmon

Simple air quality monitor with CO2, temperature ang humidity sensors. Based on MSP430 + Energia. Pin-compatible to Texas Instruments' Launchpad (v1.5), but I recommend to use your own soldered PCB because of power quality sensitivity of MH-Z19 sensor with step-up converter. The Dallas Semiconductor DS18B20 sensor is hot-pluggable.

Thank you - This is a mixture of others' projects and example codes

For DS18B20 driver

For AM2320 and i2c LCD drivers: E. N. Timofeev

Hardware

MCU: Texas Intruments' MSP430G2553

Temperature and humidity sensor: AM2320

CO2 sensor MH-Z19

External temperature Sensor: DS18B20

Power: Li-ion battery, solar cell (15s, 7.5V), chinese usb li-ion charger with overcharge/overdischarge protection

LCD 16x2 with i2c module

How to compile and upload to the board

just download the Energia IDE (similar to Arduino), and copy the libs (DS18B20, AM2320) to proper path.

Compile and upload the code to MCU with MSP430G2 Launchpad.