项目作者: preechaim

项目描述 :
ESP8266 + DHT22 --> ThingSpeak
高级语言: Arduino
项目地址: git://github.com/preechaim/esp8266-dth22-ts.git
创建时间: 2016-07-04T12:18:14Z
项目社区:https://github.com/preechaim/esp8266-dth22-ts

开源协议:

下载


esp8266-dth22-ts

Mini DIY low-powered weather sensor, ESP8266-01(ESP-01) connected with DHT22 temperature/humidity sensor, that publish data to ThingSpeak channel.

Requirement

Instruction

  1. Change Thingspeak API key, Wifi SSID and password.
    • Also change the sensor type if you are not using DHT22.
  2. Hardwire ESP XPD_DCDC pin (bottom right corner of the mcu) to RST pin. This is neccessary for ESP-01 to wakeup from deepsleep.
  3. Upload the code to ESP using Arduino IDE.
  4. Connect ESP with DHT22 and power.
    • DHT22 data pin to ESP GPIO2.
    • DHT22 Vcc pin to ESP GPIO3(RX).
    • 3.3V to ESP’s Vcc, ESP’s CH_PD.
    • (recommend) Pull-up ESP’s GPIO0,GPIO2,RST pins with 10K resistors.
    • (recommend) A 47uF capacitor between 3.3V and GND.
    • All GND to ground.

Testing and result

The sensor wakes up, reads and sends data to Thingspeak server, then goes to deepsleep for 5 minutes and repeats.

  • Powered with 2x AA batteries (average alkaline, 3V.), directly connected without regulator.
    It operated for about one week until the battery voltage is dropped below working level of DHT22.