⚡ Transformer Fault Detection using GSM Module
📌 Project Overview
The Transformer Fault Detection using GSM Module is an IoT-based monitoring system designed to detect critical faults in power distribution transformers and instantly notify the concerned authority via SMS alerts.
This system continuously monitors important transformer parameters such as temperature, voltage, current, and oil level. If any parameter exceeds the predefined safe threshold, an alert message is automatically sent using a GSM module.
This project enhances transformer safety, reduces downtime, and enables quick preventive action.
⸻
🎯 Objectives • Monitor transformer health parameters in real-time • Detect faults such as: • Over Temperature • Over Voltage • Over Current • Low Oil Level • Send SMS alerts using GSM module • Improve reliability and reduce maintenance delay
⸻
🧠 System Architecture
Sensors → Arduino → GSM Module → SMS Alert to Operator
⸻
🛠️ Hardware Components • Arduino Uno • SIM800L GSM Module • Temperature Sensor (LM35 / DHT11) • Current Sensor (ACS712) • Voltage Sensor Module • Oil Level Sensor (Float Sensor) • 16x2 LCD Display (Optional) • Buzzer (Optional) • Power Supply • Connecting Wires
⸻
⚙️ Software Requirements • Arduino IDE • Embedded C (Arduino Programming) • Serial Monitor for Testing
⸻
🔄 Working Principle 1. Sensors continuously measure transformer parameters. 2. Arduino reads sensor values and compares them with predefined threshold values. 3. If any parameter exceeds the safe limit: • GSM module sends an SMS alert. • LCD displays the fault message. • Buzzer activates (if connected).
⸻
📩 Example SMS Alerts • ALERT: Transformer Overheated! • ALERT: Overcurrent Detected! • ALERT: Oil Level Low! • ALERT: Overvoltage Condition!
⸻
📂 Project StructureTransformer-Fault-Detection-Using-GSM/ │── code/ │ └── transformer_fault.ino │── circuit-diagram/ │ └── diagram.png │── images/ │── README.md🚀 Features
✔ Real-time monitoring ✔ Automatic SMS notification ✔ Multi-parameter fault detection ✔ Low-cost and scalable design ✔ Easy to deploy in rural power systems
⸻
🔮 Future Enhancements • Integration with IoT cloud platforms • Web dashboard for live monitoring • Mobile application support • Data logging using SD card • AI-based predictive maintenance
⸻
🧪 Applications • Power distribution transformers • Substations • Industrial electrical systems • Rural electrification monitoring
⸻
📊 Advantages • Reduces transformer failure risk • Minimizes manual inspection • Faster fault response time • Cost-effective solution
⸻
👨💻 Developed By
Gaurav Kumar Diploma Student Final Year Project
⸻
📜 Conclusion
The Transformer Fault Detection System using GSM technology provides a reliable and efficient solution for monitoring transformer health parameters. By implementing automated fault detection and SMS-based alerts, this system significantly improves operational safety and response time in electrical distribution networks.