Skip to content

Arduino firmware for the Wemos D1 Mini (ESP8266) and the SHT30 temperature and humidity sensor shield

License

Notifications You must be signed in to change notification settings

koss822/wemos-d1-mini-esp8266-mqtt-sht30-temp-sensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Wemos-D1 mini ESP8266 WiFi MQTT SHT30 temperature and humidity sensor

Arduino firmware for the Wemos D1 Mini (ESP8266) and the SHT30 temperature and humidity sensor shield

Uses:

The Wemos D1 mini ESP8266 dev board: https://wiki.wemos.cc/products:d1:d1_mini

The SHT30 sheild: https://wiki.wemos.cc/products:d1_mini_shields:sht30_shield

An mqtt server

A backend to make use of the mqtt temperature and humidity messages.

Messages have the following format:

{"location":"lounge","temperature":23.25628,"humditiy":57.82254} {"location":"office","temperature":24.01465,"humditiy":56.94514}

Location and WiFi login details are all set in firmware and uploaded to each node.

About

Arduino firmware for the Wemos D1 Mini (ESP8266) and the SHT30 temperature and humidity sensor shield

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%