Post

Paper Igloo Climate Control

A simple programmable climate control system for a paper igloo

For my advanced embedded systems class, I designed the Digital Paper Igloo Climate Control System, a compact and interactive project that demonstrates temperature regulation using an embedded controller. The system features a TMP36 thermometer, a heating element, and a fan housed inside a small “igloo.” An LCD screen displays the current temperature and user-defined setpoint, with real-time updates smoothed by a 100-sample moving average for improved readability. LEDs provide visual feedback, with one indicating power to the heating element and the other representing the PWM signal controlling the fan.

Using simple buttons, users can adjust the setpoint, activating the heating and cooling components when needed. While the design works, I realized an oversight in placing the heating element outside the airflow, unintentionally creating an air conditioner effect instead of a heater. Future iterations would improve mechanical integration by placing the heating element closer to the thermometer for better thermal diffusion.

Watch the system in action here:

This post is licensed under CC BY 4.0 by the author.