Main Content

Do you want to know the current weather? This article will show you how to build a simple weather station with NODEmcu board and HD44780 i2c display. The board uses the ESP8266 chip in order to connect to the internet and we are going to program it using the Arduino IDE. The project gets weather data from the openweathermap.org website and displays some of the data on the display. The display is connected to Nodemcu via the i2c module, so connection is very simple. All we need is the address of module.”

Link to article