Proxima Star Logo

Weather Monitoring Project

This Raspberry Pi Pico W system collects temperature, humidity, and pressure data using a combination of sensors. Measurements are displayed on dual SSD1306 OLED screens and served via an integrated web interface and JSON endpoint. A Grafana dashboard visualizes readings in real-time.

📊 Open Grafana Dashboard
Pico Weather Device

📄 Main Firmware – main.py

The firmware handles all core operations: sensor initialization, Wi-Fi connection management, OLED display updates, live data serving (HTML and JSON), and watchdog timing. It provides the foundation for data collection and visualization.

Loading main.py…

⬇ Download main.py

📦 Required Python Libraries

This is a reference list of library files used by the firmware. They are not yet available for download.

âš™ Hardware Overview

âš  Disclaimer

All code and documentation are provided as is without warranty or guarantee. Use at your own risk.