Releases: VojislavM/NodeMCU_weather_display
Releases · VojislavM/NodeMCU_weather_display
First release
Setup
- Download the repository
git clone https://github.com/VojislavM/NodeMCU_weather_display
- Add libraries to the Arduino\libraries folder on the computer:
git clone https://github.com/adafruit/Adafruit_Sensor
git clone https://github.com/adafruit/DHT-sensor-library
git clone https://github.com/squix78/esp8266-oled-ssd1306
git clone https://github.com/squix78/esp8266-oled-ssd1306
git clone https://github.com/squix78/esp8266-weather-station
git clone https://github.com/squix78/json-streaming-parser
- Set your SSID, PASSWORD, WUNDERGRROUND API KEY, CITY and COUNTRY in file StationCredentials.h
- Compile and flash the firmware