Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Gsm based energy meter reading and theft control

Status
Not open for further replies.

shivdasbankar@gmail.com

Newbie level 1
Newbie level 1
Joined
Feb 10, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
10
Hallo friends...
Please help me in my project.
My project has the following objectives:
1. Be able to display the meter readings and the cost for power use in an lcd.
2. Be able to send the units consumed after a certain time to the energy provider/operator via sms.
3. Be able to send charges for energy consumed to the consumer.
4. Be able to cut-off power incase the customer does not pay the energy charges within a given time.
5. Be able to send message when theft is done by consumer .For the Theft detection I used IR sensor.
So for that I used PIC18 Micro controller and programming in MPLAB IDE .

Please send me Program code for this
 
Last edited by a moderator:

Hallo friends...
Please help me in my project.
My project has the following objectives:
1. Be able to display the meter readings and the cost for power use in an lcd.
2. Be able to send the units consumed after a certain time to the energy provider/operator via sms.
3. Be able to send charges for energy consumed to the consumer.
4. Be able to cut-off power incase the customer does not pay the energy charges within a given time.
5. Be able to send message when theft is done by consumer .For the Theft detection I used IR sensor.
So for that I used PIC18 Micro controller and programming in MPLAB IDE .

Please send me Program code for this
Hello
Just search the LCD interfacing program.and gsm interfacing program in the forum

- - - Updated - - -

U easily get idea about ur project.
First u complete the LCD interfacing.then monitor the reading and display it on LCD.

- - - Updated - - -

U easily get idea about ur project.
First u complete the LCD interfacing.then monitor the reading and display it on LCD.
 

Use a I2C LCD + RTC like DS3231 which gives accurate timings. Both are I2C devices and needs only two wires. The eneryy meter will give pulses and you have to read these pulses and do the maths to find out units consumed and cost for the units. Add SIM908 which has both GSM and GPS. Add a vibration sensor. The vibration sensor will be used for anti-theft feature. If the system detects any vibration when it is active then it has to send SMS like meter no., date, time, latitude, longitude, etc., to owner and electricity department. and it should also log the data to a SD card in encrypted form which cannot be read by owner buy by a PC software by electricity department.

This RTC can be used.

https://www.banggood.com/DS3231-AT2...al-Time-Clock-Module-For-Arduino-p-81066.html

Buy make the complete circuit on a single board using SMD components. This is to avoid tampering. If DIP ICs are used people can tamper with it.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top