Skip to content

First release

Latest
Compare
Choose a tag to compare
@VojislavM VojislavM released this 30 Mar 20:55
· 12 commits to master since this release

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