Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 10:09:51 10:09


Login with username, password and session length


Pages: [1] 2  All
Print
Author Topic: Energy Meter  (Read 12581 times)
0 Members and 1 Guest are viewing this topic.
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« on: April 18, 2012, 05:41:42 05:41 »

Hi,
I want to build a Energy Meter(KWH Meter) for 220V input. Please help me in getting started.
Logged
sfiga69
Active Member
***
Offline Offline

Posts: 186

Thank You
-Given: 193
-Receive: 159


In the order is preserved, in the mess is created.


« Reply #1 on: April 18, 2012, 08:45:29 08:45 »

You can start from here:

AVR465: Energy Meter using tinyAVR and megaAVR devices

http://www.atmel.com/Images/doc2566.pdf

Bye
Logged
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« Reply #2 on: April 18, 2012, 10:35:07 10:35 »

hey, thanks .. but can i have the pcb designs. Any links more?
I'm a kind of new person to this, so can i use Atmega 16.
Logged
kayvee
Active Member
***
Offline Offline

Posts: 172

Thank You
-Given: 98
-Receive: 101


« Reply #3 on: April 18, 2012, 10:40:14 10:40 »

..or, if you have a foot in the Microchip camp you can try the MCP3905A.

http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en028189.

I would certainly recommend a dedicated front end chip such as these, a lot easier to get going with.
Logged
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« Reply #4 on: April 18, 2012, 11:57:07 11:57 »

Similar to what i was looking for. Can i have it's diagram and PCB Layout?
I had seen somewhere in this board, where there was complete PCB Layout and microcontroller code.
The system had an LCD Display.
Logged
Pasca
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 27
-Receive: 42


« Reply #5 on: April 19, 2012, 10:10:00 10:10 »

I have completed project of Energy Meter a few year ago, with atmega324, LCD 4x20, 2 ads7813 and very sophisticated software + bootloader.
It measure Veff, Ieff, A, P, Q, PF, frequency, Vthd%, Ithd% and energy.
Energy is accounted for by time slots (italian F1 F2 F3) and stored day by day.
The maximum measurable power is 4.5kW and has configurable acustic alarm that emits an audible beep every 1 wh or costant beep when power level exceeds 4kW.
The accuracy achieved by this instrument is very high about 0.5% for P> 4W.
I don't have the layout of the PCB, I have made ​​on "millefori" (I dont know english name may be breadbord?).
The schematic needs a few tweaks, couples phototransistor infrared LEDs should be replaced with commercial optocouplers.
Bye
Pasca
Logged

More I know, more I need to know. Less I know, meglio sto!!!
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« Reply #6 on: April 19, 2012, 02:50:09 14:50 »

I want to use an LED display instead of LCD.
Logged
Pasca
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 27
-Receive: 42


« Reply #7 on: April 19, 2012, 04:43:08 16:43 »

Hi vittalkiran,
This project is a good start point, if you prefer remove LCD and connect driver for LED display.
I think that LCD can visualize more information, and more other i'd like to show.
I am thinking to start new energy meter project with 18 bits ADC, ARM Cortex M3 and graphic LCD for visualize daily load chats.
I have to clean-up the code, if someone is interested i can share it in a few days, take in account that code is compiled with IAR EWAVR and bootloader is compiled with WinAVR.
Some photos of the prototype.
Bye
Pasca
« Last Edit: April 19, 2012, 05:14:50 17:14 by Pasca » Logged

More I know, more I need to know. Less I know, meglio sto!!!
alexisnik
Junior Member
**
Offline Offline

Posts: 58

Thank You
-Given: 25
-Receive: 6


« Reply #8 on: April 19, 2012, 05:38:30 17:38 »

Hello,

I would be interested in developing a wireless based energy meter, could you share the code for the project so I can have it as reference?

Thanks!
Logged
Pasca
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 27
-Receive: 42


« Reply #9 on: April 19, 2012, 05:54:52 17:54 »

OK!!! alexisnik
but you have to remember that I share it only for non commercial purpose and remember that you have to share your project, too.
Give me a few days.
Bye
Pasca
Logged

More I know, more I need to know. Less I know, meglio sto!!!
alexisnik
Junior Member
**
Offline Offline

Posts: 58

Thank You
-Given: 25
-Receive: 6


« Reply #10 on: April 19, 2012, 07:50:53 19:50 »


Yes of course, but remember I don't intend to start this project in the following months, I will let you know once I get started...

Did you try to connect them to a central metering system, so that you can monitor the total power consumption?
Logged
Pasca
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 27
-Receive: 42


« Reply #11 on: April 19, 2012, 09:41:01 21:41 »

Currently, with the energy meter, control energy consumption of my whole house, including its own consumption (about 3W).
The serial port allows you:
1 to read all the measurements
2 to download the records of daily consumption
3 to make the calibration
4 to change some settings eg. display light always on, set value of energy counter, data and time, etc.
5 to update the firmware
It would be possible to connect the meter to a central energy measurement, but it was not necessary for me.
If you want to control energy consumption in a large building, you need more energy meter, then it makes sense to connect them to a central measurement. I would suggest, however, the connection through power line or bus RS485 or Ethernet.
Bye
Pasca
Logged

More I know, more I need to know. Less I know, meglio sto!!!
alexisnik
Junior Member
**
Offline Offline

Posts: 58

Thank You
-Given: 25
-Receive: 6


« Reply #12 on: April 20, 2012, 12:28:16 00:28 »

You said that the maximum power consumption which can be measured is 4.5KW, which is lower than the power consumption of a medium house at peak times (unless all your power hungry appliances use alternative forms of energy). I was thinking of low-cost, low-power wireless modules which can measure energy in different parts of the house and then upload them online through a gateway (Zigbee home automation - WiFi gateway for example). And maybe at the same time you can control the measured appliance, for example the lights or the air-conditioning.

As I said, at this point these are just thoughts, so feel free to comment! Smiley

PS: Nice job with all the extra software features, like firmware update!
Logged
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« Reply #13 on: April 20, 2012, 04:08:48 04:08 »

http://www.ebay.com/itm/Plug-USA-Energy-meter-Watt-Voltage-Volt-Meter-Monitor-Analyzer-power-meter-/190668078144?pt=LH_DefaultDomain_0&hash=item2c64b3fc40
For those who have a confusion, i wanted to build a Energy Meter like one here. The price seems pretty competitive, so i think it'll be economical to buy rather than to build. But, i want to learn by doing the project. Can anyone start posting the Code, Diagram, PCB layouts here, so that we can decide which is better. I know there are many out there, but i'm ain't able to find any energy meter project anywhere. Any place where i can find it? A Simple, Basic Energy meter would help me to start.
Logged
enzine
Junior Member
**
Offline Offline

Posts: 83

Thank You
-Given: 643
-Receive: 57



« Reply #14 on: April 20, 2012, 07:18:56 07:18 »

@r.vittalkiran:

PIC based project with code , diagram, pcb layout at

http://www.siliconchip.com.au/cms/A_102045/article.html (issue 190)
http://www.siliconchip.com.au/cms/A_102163/article.html (issue 191)

and new chip and firmware at:

http://geoffg.net/energymeter.html

OR:

EPE Magazine May 2007 and June 2007


Ciao
 
« Last Edit: April 20, 2012, 07:27:15 07:27 by enzine » Logged
darksky
Junior Member
**
Offline Offline

Posts: 51

Thank You
-Given: 183
-Receive: 5


« Reply #15 on: April 20, 2012, 08:31:45 08:31 »

I have a number (66) of Analog Devices single phase meter chips.  Think they are ADE7762 if anyone is interested.

Prepared to donate a few free if requester pays postage.

Send me an email.
Logged
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« Reply #16 on: April 20, 2012, 04:12:36 16:12 »

enzine, will have a look at it. I guess it's available on many blogs on internet.
BTW, is this the Old version wherein a special chip(MCP3905A) isn't used?
I need both the projects, so that i can compare with the two and understand them.
BTW, which do you suggest me to do?
Logged
tanveerriaz
Active Member
***
Offline Offline

Posts: 103

Thank You
-Given: 42
-Receive: 298


« Reply #17 on: April 20, 2012, 05:54:20 17:54 »

i found russian side 2 wattmeter project use google for translate.
http://dmitrstas.ucoz.ru/publ/chasy/izmerenie/izmeritel_aktivnoj_moshhnosti_mnogokanalnyj_schetchik_vattmetr_mk_atmega8/9-1-0-119

http://radiokot.ru/forum/viewtopic.php?f=20&t=46464
Logged
Pasca
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 27
-Receive: 42


« Reply #18 on: April 20, 2012, 10:36:25 22:36 »

hi all,
As promised here there is the source of energy meter, make it good use, I worked hard for more than four months to get to this point.

@alexisnik
Your ideas are very interesting, if you want I'd like to collaborate with you about The Energy Management System for Smart Home, innovative method for rationalize energy consumption in the home.

Bye
Pasca
Logged

More I know, more I need to know. Less I know, meglio sto!!!
enzine
Junior Member
**
Offline Offline

Posts: 83

Thank You
-Given: 643
-Receive: 57



« Reply #19 on: April 20, 2012, 10:41:41 22:41 »

@r.vittalkiran:

Both the  projects (Silicon Chip and EPE) are the same.

The schematic of this project has already been published on sonsivri:

http://www.sonsivri.to/forum/index.php?topic=1929.0


The main components are PIC16F628 and ADE7756AN

Ciao
Logged
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« Reply #20 on: April 21, 2012, 03:12:39 03:12 »

enzine, thanks. That was what i was looking for. I had gone through that thread sometime ago.
This Energy Meter can only be used to measure resistive loads, and can't be used to measure power of inductive loads. So, i'm now thinking whether it's worth of doing it.
Quote from the other topic
here is project for you but be Undecided  carefulness

Appliance Energy Meter


....

link part one http://www.siliconchip.com.au/cms/A_102045/article.html
link part two http://www.siliconchip.com.au/cms/A_102163/article.html

download of pcb,hex,asm ....  

at: http://www.siliconchip.com.au/cms/attachments/show.html?year=2004

look at : July 2004 and August 2004

So here it is, everything that's required to get started!
Logged
enzine
Junior Member
**
Offline Offline

Posts: 83

Thank You
-Given: 643
-Receive: 57



« Reply #21 on: April 21, 2012, 05:29:20 17:29 »

@r.vittalkiran:

This Energy Meter can only be used to measure resistive loads, and can't be used to measure power of inductive loads.

I think this is incorrect:
I will reprint a statement the article by EPE:

"The result is an accurate power measurement which takes into account the phase angle and the shapes of the voltage and current waveforms."

Ciao Smiley Smiley Smiley

Logged
r.vittalkiran
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 4
-Receive: 2


« Reply #22 on: April 21, 2012, 05:40:02 17:40 »

Oh okay, Can you spray some information on it's working?
How/Where can i make the suitable box for it? I'm not doing this for commercial purpose, but the Energy meter works along hazardous voltages. So, i thing i need a box too. One Box of that type will be to costly. It'll be better to buy the energy meter for 7$ on Ebay. What will you say?
Logged
enzine
Junior Member
**
Offline Offline

Posts: 83

Thank You
-Given: 643
-Receive: 57



« Reply #23 on: April 22, 2012, 08:39:30 20:39 »

@r.vittalkiran:

I am attaching the two parts of the article published by EPE.
It also contains detailed information on the theory of operation of the circuit, constructive description  and mechanical assembly.
I suggest you also read the datasheet of the ADE7756AN (Analog Devices).

I recommend you, be very careful with the voltages in the circuit.
I do not know the product sold on ebay, but since the price may be cheaper to buy it. Wink

Ciao
Logged
Ichan
Hero Member
*****
Offline Offline

Posts: 833

Thank You
-Given: 312
-Receive: 392



WWW
« Reply #24 on: April 23, 2012, 05:42:40 17:42 »

Microchip has some good application notes and reference design for 1 phase and 3 phase energy meter.

-ichan
Logged

There is Gray, not only Black or White.
Pages: [1] 2  All
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC