Skip to content

Releases: VojislavM/NodeMCU_weather_display

First release

30 Mar 20:55
Compare
Choose a tag to compare

Setup

  1. Download the repository git clone https://github.com/VojislavM/NodeMCU_weather_display
  2. 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
  3. Set your SSID, PASSWORD, WUNDERGRROUND API KEY, CITY and COUNTRY in file StationCredentials.h
  4. Compile and flash the firmware