1.4 KiB
1.4 KiB
esp8266-weather-station-color
ESP8266 Weather Station in Color using ILI9341 TFT 240x320 display
Hardware Requirements
This code is made for an 240x320 65K ILI9341 display with code running on an ESP8266. Since it was sometimes complicated to find the right parts I created a kit which contains all the parts including the connector PCB: https://blog.squix.org/product/esp8266-wifi-color-display-kit-2-4 By buying the kit from me you are supporting future development. Thank you!
Squix ESP8266 Color Display Kit
Software Requirements/ Libraries
- Arduino IDE with ESP8266 platform installed
- Weather Station Library or through Library Manager
- Adafruit ILI9341 or through Library Manager
- Adafruit GFX or through Library Manager
- WifiManager
You also need to get an API key for the Wunderground data: https://www.wunderground.com/
Wiring
| ILI9341 | NodeMCU |
|---|---|
| MISO | - |
| LED | 3V3 |
| SCK | D5 |
| MOSI | D7 |
| DC/RS | D4 |
| RESET | RST |
| CS | D2 |
| GND | GND |
| VCC | 3V3 |