Python code for a weather station that can detect temperature, light level, wind speed and wind direction.
Copy of an old college project from 2019.
Table of Contents
Python program for a Raspberry Pi weather station circuit that interfaces with various sensors to collect data.
- Humidity sensor
- Temperature sensor
- Light level sensor
- Wind direction
- Wind speed
- Raspberry Pi
- Python
- Breadboard circuit
- Install the RPi OS on a Raspberry Pi
- Ensure sensors are connected to pins described at the top of the python file
- Run the python program
Email: tim.jameswork9800@gmail.com
Project Link: https://github.com/Tim-W-James/Raspberry-Pi-Weather-Station