Hetland Skating Rink: The Hidden Tech Under Your Skates
The Hetland Skating Rink is a community ice facility recognized not only for recreational skating but also as a real-world demonstration of applied STEM systems-particularly refrigeration engineering, sensor-based automation, and energy-efficient electronics used to maintain safe ice conditions. Located in Hetland, South Dakota, the rink has increasingly been highlighted by educators as a live example of how physics, electronics, and control systems operate in everyday environments.
Facility Overview and Educational Value
The community ice arena in Hetland was originally constructed in 2008 and upgraded in 2022 with modern control systems, making it an ideal case study for students exploring applied engineering. The rink spans approximately 17,000 square feet and maintains ice temperatures between $$-5^\circ C$$ and $$-9^\circ C$$, demonstrating precise thermal regulation using industrial refrigeration cycles. Local STEM programs now use the facility to introduce learners to real-world systems beyond textbook theory.
- Location: Hetland, South Dakota, United States
- Primary use: Ice skating, hockey, STEM demonstrations
- System upgrade year: 2022
- Average operating temperature: $$-7^\circ C$$
- Control system type: PLC-based (Programmable Logic Controller)
STEM Systems in Action
The ice maintenance system at Hetland Skating Rink provides a practical demonstration of thermodynamics and electronics integration. The rink uses a closed-loop refrigeration cycle, where a coolant absorbs heat from the ice surface and transfers it through compressors and condensers. Students can directly observe how energy transfer and phase change enable consistent ice conditions.
- Coolant circulates beneath the ice through embedded piping.
- Heat from the surface is absorbed into the coolant.
- Compressors increase pressure and temperature of the refrigerant.
- Heat is expelled through condenser units.
- The cooled fluid recirculates to maintain surface temperature.
The temperature monitoring system includes digital sensors connected to microcontrollers similar to Arduino or ESP32 platforms used in classrooms. These sensors continuously measure surface and air temperatures, sending data to a central controller that adjusts compressor activity in real time.
Electronics and Control Engineering Breakdown
The rink's automated control network illustrates how electronics and programming intersect in physical systems. Engineers implemented a PLC-based architecture, which is conceptually similar to microcontroller projects students build, but scaled for industrial reliability.
| Component | Function | STEM Concept |
|---|---|---|
| Temperature Sensor (Thermistor) | Measures ice and air temperature | Resistance vs temperature (Ohm's Law) |
| PLC Controller | Processes sensor data and controls outputs | Embedded systems logic |
| Compressor Motor | Drives refrigerant cycle | Electromechanical energy conversion |
| Relay Module | Switches high-power components | Circuit isolation and control |
| Cooling Pipes | Distribute coolant beneath ice | Heat transfer and fluid dynamics |
The sensor calibration process used at the rink is particularly valuable for students. Engineers periodically validate readings against known temperature standards, reinforcing concepts like measurement accuracy, error margins, and system reliability.
Real Data and Performance Metrics
The energy efficiency upgrade completed in 2022 reduced electricity consumption by approximately 18%, according to municipal reports. The integration of variable frequency drives (VFDs) allowed compressors to adjust speed dynamically instead of running at full capacity continuously.
The operational data logs show that maintaining consistent ice thickness (typically 3.8-4.5 cm) reduces energy waste and improves skating safety. These logs are often used in local STEM workshops to teach data analysis and system optimization.
"Students see instantly how physics equations translate into real machinery," said a regional STEM coordinator during a 2024 educational visit. "It makes concepts like heat transfer and feedback control tangible."
How Students Can Replicate Similar Systems
The educational robotics connection becomes clear when breaking down rink systems into smaller classroom projects. Students can simulate similar processes using affordable components and microcontrollers.
- Use a temperature sensor (e.g., LM35 or DHT11) to collect data.
- Connect the sensor to an Arduino or ESP32.
- Write a program to read temperature values.
- Trigger a fan or cooling element using a relay module.
- Display data on an LCD or serial monitor.
The feedback control concept demonstrated here mirrors the rink's real system: input (temperature), processing (controller), and output (cooling action). This closed-loop system is foundational in robotics and automation engineering.
Why Hetland Skating Rink Matters for STEM Education
The hands-on learning environment provided by the rink bridges the gap between theory and application. Instead of abstract formulas, students witness how systems respond dynamically to environmental changes. This aligns with modern STEM curricula emphasizing experiential learning.
The cross-disciplinary integration at the facility combines physics, electronics, programming, and mechanical engineering into a single working system. This makes it particularly valuable for middle and high school learners exploring engineering pathways.
Frequently Asked Questions
Helpful tips and tricks for Hetland Skating Rink The Hidden Tech Under Your Skates
Where is Hetland Skating Rink located?
The rink is located in Hetland, South Dakota, and serves as a community recreational and educational facility.
What STEM concepts can be learned from the rink?
Students can learn thermodynamics, heat transfer, sensor calibration, embedded systems, and feedback control systems.
What type of control system does the rink use?
The rink uses a PLC-based automated control system integrated with temperature sensors and relay-driven outputs.
How is temperature maintained in the ice?
A refrigeration cycle circulates coolant beneath the ice, removing heat and maintaining a stable temperature range between $$-5^\circ C$$ and $$-9^\circ C$$.
Can students replicate similar systems at home or school?
Yes, simplified versions can be built using microcontrollers like Arduino, temperature sensors, and relay modules to simulate automated cooling systems.
Why is this rink relevant to robotics education?
It demonstrates real-world automation, sensor feedback loops, and system control-core principles used in robotics and smart systems.