IoT based Tampered Energy Meter Monitoring

Published on . Written by

IoT based Tampered Energy Meter Monitoring
Generally we have a very good system of measuring the power consumption. But the only problem is the energy used to measure the power consumption can be tampered. Through this project you are going to build a unique tampered energy meter monitoring based on IoT.

Read more..
You will need Arduino to interface the microcontroller with Wi-Fi Module and LDR. Generally there is a chance to tamper the energy meters in order to reduce the bill. But to tamper the energy meter, it needs to be opened. So if we can find who is opening, then we can stop people from tampering the energy meter. For finding who is opening the Energy Meter, we will place a LDR which can detect change in the light focussing on that. You will program the microcontroller in such a way that say whenever there is a change in the value of the LDR (which means the energy meter is opened), the data regarding the LDR value will be updated in the remote server. From there you can find whoever is opening the Energy meter. You can also innovate the system further to send a notification to respective authorities at any part of the world via sms or email.

Project Description:

  1. Arduino Uno: Arduino Uno: The digital and analog input/output pins equipped in this board can be interfaced to various expansion boards and other circuits. Serial communication interface is a feature in this board, including USB which will be used to load the programs from computer.
  2. Wi-Fi Module: ESP8266 Wi-Fi module is generally used to establish the wireless communication between the devices. But this module is not capable of 5-3V logic shifting and will require an external logic level converter
  3. LDR (Light Dependent Resistor): An LDR can be called as variable resistor controlled by intensity of light. Whenever the LDR is in very low light, the resistance value of the LDR will be very high (in Mega Ohms). Similarly Whenever the LDR is under normal light the resistance value of the LDR will be very less comparatively (in order of 10^2 Ohms).

Project Implementation:

  1. Interface the LDR and Wi-Fi module to the Arduino
  2. Power the components and Upload the code
  3. Test your system by opening the Energy meter door
  4. The data regarding whether Energy meter is opened or not will be updated in the remote server for further analysis

Software requirements:

  1. Arduino IDE : You will be needing Arduino IDE software to write and upload the programming logic onto the Arduino Uno board
  2. Thingspeak : Also, you need to create an account in the ThinkSpeak IoT platform to integrate the system onto the cloud and store the data online

Skyfi Labs Projects
Programming language: Arduino Programming (C++)

Kit required to develop IoT based Tampered Energy Meter Monitoring:
Technologies you will learn by working on IoT based Tampered Energy Meter Monitoring:


Any Questions?


Subscribe for more project ideas