Skip to content

🌬️ NodeMCU software to collect and send air quality data

Notifications You must be signed in to change notification settings

JeanPoffo/aqm-hardware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project logo

Air Quality Measurement - Hardware

Status Status GitHub Issues GitHub Pull Requests


🌬️ NodeMCU software to collect and send air quality data.

πŸ“ Table of Contents

🧐 About

A project to collect and distribute air quality data.

πŸ’­ How it works

A program for NodeMCU to collect and send air quality data.

🎈 Usage

  • Open the project on Arduino IDE.

  • Replace the follow variable values:

const char *ssid = "wifi-ssid"
const char *password = "wifi-password";
const char *stationId = "station-id";
const char *host = "aqm-host";
const char *hostUrlPost = "aqm-host-dataraw-route";
  • Download the sketch to NodeMCU

🏁 Getting Started

Just clone and follow the steps above.

Prerequisites

Library ESP8266WiFi
Library ESP8266HTTPClient
Library Adafruit_ADS1X15
Library DHT

⛏️ Built Using

For this project, basically used:

And many C++ libraries.

✍️ Authors

About

🌬️ NodeMCU software to collect and send air quality data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages