Skip to content

RoyTrenneman/ESP8266-DHT22-MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266-12E

2 modes:

  1. Normal mode : The module send every X secondes[1], temperature, humidity and voltage battery[2] through MQTT.
  2. Configuration mode :By pulling down GPIO13, the module starts in Wifi acces point mode (reachable @ 192.168.4.1) and provide a web page which allows:
  • configure MQTT IP brocker and topics.
  • Set the frequency of sending information from DHT22 sensor in secondes
  • Choose DHT22 or GPIO state
  • Configure the WIFI
  • OTA upgrade
  • Get Info about ESP

[1] sleep mode: After you tell the ESP8266 to sleep, it’ll wait a specified number of microseconds, then trigger the XPD(GPIO16) pin to toggle the reset line(RST). When the ESP8266 wakes up, it’ll begin back at the start of the sketch.

[2] ADC Pin: ESP8266EX also integrates a generic purpose 10-bit analog ADC. The ADC range is from 0V to 1.0V. It is typically used to measure the voltages from the sensor or battery status. The ADC cannot be used when the chip is transmitting. Otherwise the voltage may be inaccurate. (From Expressif datasheet CH 8.5)

Framework used: Arduino

IDE used: PlatformIO Core

For the first upload you need upload the code through the serial port: (GPIO0 -> GND , see wiring_ESP file)

sudo platformio run --target upload

For future upgrade, simply use the OTA upgrade. Build the project:

platformio run 

Then go to upgrade page and select .pioenvs/nodemcuv2/firmware.bin file.

Alt text Alt text Alt text

About

Send through MQTT temp&humidity from DHT22 sensor over WIFI with an ESP8266

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages