Project ยท June 2022

Home Office Temperature

An end-to-end Raspberry Pi pipeline collecting minute-level temperature and humidity readings.

  • Python
  • Automation
  • Data Visualization
Home office temperature dashboard

This was my first Raspberry Pi project and an opportunity to work through the complete data lifecycle. A sensor records temperature and humidity once per minute, a Python process stores the readings, and a dashboard turns the history into an accessible view.

The project helped me learn hardware integration, Linux administration, scheduling, database operations, and deployment. The current dashboard is available through the Analytics Hub.

Related