Tag Archives: Weather Station

Portable Arduino Barometric Weather Station

In this video lesson we take you through the project of building an Arduino Barometric Pressure Weather Station. It builds on the last two lessons in this series. We measure and display instantaneous Barometric Pressure, normalized to Sea Level. Then in the lower portion on the OLED SSD1306 display, we show a graph of the barometric pressure over the last 24 hours.

 

Arduino Altimeter
Schematic for the Portable Arduino Barometric Pressure Sensor

Below we include the code we develop in the above video. Make sure to set the ‘alt’ variable to your elevation at your location, in meters.

 

Sensorless Remote Weather Station Project

In this video lesson we show you step-by-step instructions on how to build a sensorless weather station on your Raspberry Pi Pico W. We show how to download real-time weather data from the internet, how to parse the data, and then display it. For your convenience, we include the code below which we develop in the video.