Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Is this thread worth a thumbs up?
automatic electric meter reading - preethamreddy1989 - Sep 29 13:50:44 2012
hello friends
anybody has a code of electronic meter reading for lpc2149
plz mail me
(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: automatic electric meter reading - Ron Sheely - Sep 29 14:27:03 2012
The code below should work for you.
1
It's the number of books you should read on the subject before asking
a question.
Sent from my iPhone
(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: automatic electric meter reading - Kevin - Sep 29 17:18:00 2012
Apart from just asking for code, which most of the time doesn't work. Your
request also lacks the information about what kind of meter.
You should first know that there are a lot of different meters and quite a
number of used protocols. Find out which one you need to use.
Then gather information about this protocol, this can be difficult because most
of these protocols are either proprietary or behind an NDA.
Having said that, most digital meters have a LED that blinks when x amount of
energy is used. And that is simple, count the time between blinks and use the
value that is listed on the meter (kWh/blink) to calculate what you need to
know.
--
Kevin
--- In l..., "preethamreddy1989" wrote:
>
> hello friends
>
> anybody has a code of electronic meter reading for lpc2149
> plz mail me
>
(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: automatic electric meter reading - Preetham Reddy - Oct 1 1:30:44 2012
i m using lpc2148 microntroller with ade7757 metering ic
(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: automatic electric meter reading - roelof 't Hooft - Oct 1 3:12:11 2012
On Mon, 2012-10-01 at 13:30 +0800, Preetham Reddy wrote:
> i m using lpc2148 microntroller with ade7757 metering
ic
Good for you, now start reading the documentation.
I looked up the documentation from the manufacturers
website and found out that Kevin gave you more then
enough information to get started.
roelof
(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: automatic electric meter reading - misterhershel - Oct 2 23:05:03 2012
--- In l..., "preethamreddy1989" wrote:
>
> hello friends
>
> anybody has a code of electronic meter reading for lpc2149
> plz mail me
>
Maybe you could get Siemens or ABB to send you their code.
(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )