Skip to content

Measure temperature, humidity, atmospheric pressure, and CO2 concentration using Atom Lite.

Notifications You must be signed in to change notification settings

hsmtta/env_monitor_iii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Enviroment monitor

Measure temperature, humidity, atmospheric pressure, and CO2 concentration using Atom Lite. The measurements are pushed to Ambient IoT server. The data can be visualized and seen in the web app.

Preparation

Prepare below devices and connect them to Atom Lite.

How to use

Specify below configuration depending on your environment, then upload the program to your device.

// WiFi
#define WIFI_SSID "ssid"
#define WIFI_PASSWD "passwd"

// Measurement interval in second
#define INTERVAL 9
#define WINDOW 20

// Ambient
#define IS_USE_AMBIENT true
#define CHANNELID -1
#define WRITEKEY "writekey"

About

Measure temperature, humidity, atmospheric pressure, and CO2 concentration using Atom Lite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages