39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
# 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!
|
|
|
|

|
|
|
|
|
|
|
|
## Software Requirements/ Libraries
|
|
|
|
* Arduino IDE with ESP8266 platform installed
|
|
* [Weather Station Library](https://github.com/squix78/esp8266-weather-station) or through Library Manager
|
|
* [Adafruit ILI9341](https://github.com/adafruit/Adafruit_ILI9341) or through Library Manager
|
|
* [Adafruit GFX](https://github.com/adafruit/Adafruit-GFX-Library) or through Library Manager
|
|
* [WifiManager](https://github.com/tzapu/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 |
|