This weather station uses a BME280 sensor that is capable of measuring temperature, humidity and atmospheric pressure with a very good precision.
The special thing about this project, is that it is powered by a solar panel, so we do not have to be continuously checking the battery level and charging it.
In order to view all the data, we connect to Thingspeak server and in future projects, we will code an OLED display to view the data.
All is coded using the Arduino IDE and an ESP8266.
The data that we uploaded is: temperature, humidity, atmospheric pressure, and dew point.
The only things that you need to change in the Arduino code are: ssd, password, ChannelNumer and WriteAPIKey.
Not finished yet! π§π¨π
Comments