...
|
...
|
@@ -4,15 +4,20 @@ ESP8266 project:
|
4
|
4
|
- Connecting one DHT11 sensor to the ESP
|
5
|
5
|
- Connection to MQTT broker
|
6
|
6
|
- Webserver
|
7
|
|
-- Print results on OLED screen
|
|
7
|
+- Print Temperature & Humidity on OLED screen
|
|
8
|
+- OTA support
|
8
|
9
|
|
9
|
10
|
# Configuration
|
10
|
11
|
- my_wifi.h : Add your WiFi credentials
|
11
|
12
|
- my_mqtt.h : Add you broker details (ip, username, password)
|
12
|
13
|
|
|
14
|
+# Dependencies
|
|
15
|
+- **PubSubClient** by Nick O'Leary (v2.7.0+)
|
|
16
|
+- **DHT sensor library** by Adafruit (v1.3.8)
|
|
17
|
+
|
13
|
18
|
# Board tested
|
14
|
19
|
- ARDUINO_ESP8266_WEMOS_D1MINI : **LOLIN(WEMOS) D1 R2 & Mini**
|
15
|
|
- - ESP DevBoard with onboard direct connector for DHT & OLED
|
16
|
|
- - ESP Devboard with no screen
|
|
20
|
+ - [ESP DevBoard with onboard direct connector for DHT & OLED](https://sea.banggood.com/Geekcreit-ESP8266-IoT-Development-Board-DHT11-Temperature-and-Humidity-Yellow-Blue-OLED-Display-SDK-Programming-Wifi-Module-p-1471313.html)
|
|
21
|
+ - [ESP Devboard with no screen](https://sea.banggood.com/Geekcreit-WiFi-ESP8266-Starter-Kit-IoT-NodeMCU-Wireless-I2C-OLED-Display-DHT11-Temperature-Humidity-Sensor-Module-p-1544116.html)
|
17
|
22
|
- ARDUINO_ESP8266_WEMOS_D1R1 : **Wemos D1 R1**
|
18
|
|
- - ESP DevBoard with Battery holder
|
|
23
|
+ - [ESP DevBoard with Battery holder](https://sea.banggood.com/Geekcreit-D1-ESP-Wroom-02-Motherboard-ESP8266-Mini-WiFi-NodeMCU-Module-p-1224577.html)
|