Skip to content

452/smart-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-sensor

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e nodemcuv2

# Upload firmware for the specific environment
$ pio run -e nodemcuv2 --target upload

# Clean build files
$ pio run --target clean

esp8266 libraries:

#include <MQTT.h> // MQTT by Joel Gaehwiler https://github.com/256dpi/arduino-mqtt
#include <TimeLib.h> // https://github.com/PaulStoffregen/Time
#include <ArduinoJson.h> // arduinojson
Adafruit BME280 Library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages