
Simple Weather Station.
In this Instructable I will be sharing how to use ESP8266 to get data like Temperature, Pressure, Climate etc. And YouTube data like Subscribers & Total view count. and display the data on Serial monitor and on LCD. The data will be fetched online so no additional sensors are needed for this one. Check out the previous Instructable about RemoteMe here if you haven’t already.
So lets get started…
What You Need ?
For this instructable all you will need is a microcontroller, it could be Arduino or raspberry pi or as I have used ESP8266. I have used the Node MCU which is based on ESP8266, If you are using arduino, you will need ESP WiFi module.
Hardware Components :-
- NodeMCU or Arduino (If you are using arduino, you will need this module)
or Raspberry pi - LCD display. x 1
- Breadboard. x 1
- Momentary Switch x 1 ( Push Button).
- 220 ohm resistor x 1.
- 10k ohm potentiometer x 1 (optional).
Software :-