Project
# | Title | Team Members | TA | Documents | Sponsor |
---|---|---|---|---|---|
52 | Heated Bridge System + Seeking one partner |
Adriel Taparra James Raue Kahmil Hamzat |
Jiankun Yang | proposal1.pdf |
|
# Heated Bridge Safety System **Team Members:** - Kahmil Hamzat (khamza2) - Adriel Taparra (taparra2) - James Raue (jdraue2) ## Problem During winter, bridges freeze faster than regular roads due to their exposure to cold air from all sides, making them hazardous for drivers. Existing solutions rely on passive warnings such as "Bridge Ices Before Road" signs, which do not actively prevent ice formation. Our goal is to create an active heating system that prevents ice and snow buildup on bridges, improving safety and reducing accidents caused by icy road conditions. ## Solution Our project will implement a heated bridge system using an array of nichrome heating wires embedded in a simulated bridge surface. The simulated bridge will be a plywood model, with a metal sheet simulating the road surface and nichrome wires beneath the sheet for heat generation. The system will be controlled by a microcontroller that monitors real-time weather conditions via **temperature, moisture, and precipitation sensors**. If freezing conditions and moisture are detected, the system will activate the heating elements to prevent ice formation. A MOSFET-based power switching circuit will be used to regulate power delivery to the heating wires efficiently. When the microcontroller outputs HIGH, the MOSFET allows current to flow, heating the wire. ## Solution Components ### **Heating Subsystem** - Nichrome wire heating elements embedded in a plywood bridge surface to simulate real-world conditions. - MOSFET switching circuit to control power delivery based on microcontroller input. - 12V/24V DC power source, either from a wall adapter or a rechargeable battery with a DC-DC converter. ### **Sensing and Control Subsystem** - **Temperature sensor** to monitor surface temperatures. - **Moisture sensor** to detect the presence of water on the surface. - **Precipitation sensor** to determine if snow or rain is present. - **Microcontroller** to process sensor data and activate the heating system accordingly. ### **Power and PCB Subsystem** - **Custom PCB** designed to integrate the microcontroller, MOSFET power control circuit, and sensor connections. ## Criteria for Success 1. **Accurate sensing** – The system must reliably detect temperature, moisture, and precipitation to determine when heating is necessary. 2. **Effective heating** – The nichrome wire should generate enough heat to prevent ice formation on the bridge surface. 3. **Power efficiency** – The heating system should activate only when necessary to conserve power. 4. **Demonstrable functionality** – The prototype should successfully operate in a simulated environment (e.g., an ice box) and respond appropriately to changing conditions. |