Updated README

This commit is contained in:
Daniel Eichhorn
2017-06-25 14:01:39 +02:00
committed by GitHub
parent 361aeea961
commit d54554e53f

View File

@@ -14,25 +14,29 @@ By buying the kit from me you are supporting future development. Thank you!
## Software Requirements/ Libraries ## Software Requirements/ Libraries
* Mini Grafx by Daniel Eichhorn
* Arduino IDE with ESP8266 platform installed * ESP8266 WeatherStation by Daniel Eichhorn
* [Weather Station Library](https://github.com/squix78/esp8266-weather-station) or through Library Manager * Json Streaming Parser by Daniel Eichhorn
* [Adafruit ILI9341](https://github.com/adafruit/Adafruit_ILI9341) or through Library Manager * simpleDSTadjust by neptune2
* [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/ You also need to get an API key for the Wunderground data: https://www.wunderground.com/
## Wiring ## Wiring
| ILI9341 | NodeMCU | ![Wiring](resources/PlaneSpotterWiring.png)
| Wemos D1 Mini | ILI9341 |
| ------------- |:-------------:| | ------------- |:-------------:|
| MISO | - | | D4 | T_IRQ |
| LED | 3V3 | | D6 | T_DO |
| SCK | D5 | | D7 | T_DIN |
| MOSI | D7 | | D3 | T_CS |
| DC/RS | D4 | | D5 | T_CLK |
| RESET | RST | | D6 | SDO |
| CS | D2 | | D8 | LED |
| D5 | SCK |
| D7 | SDI |
| D2 | D/C |
| RST | RESET |
| D1 | CS |
| GND | GND | | GND | GND |
| VCC | 3V3 | | 3V3 | VCC |