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.

I also want to use AVR mcu to build a power meter

Status
Not open for further replies.

alphi

Advanced Member level 1
Joined
Dec 23, 2001
Messages
413
Helped
11
Reputation
24
Reaction score
10
Trophy points
1,298
Activity points
3,212
I also want to use AVR mcu to build a power meter
 

Humm, don't you like those questions that arn't anything more than a few words lucky enough to bearely qualify to be a sentence, but not even enough to qualify as a question (was that a question)?

No offence, but what kind of power meter (electrical, RF, ...)? What do you whish to know about using an AVR to do it (interface, AVR programing, ...)?

You would need some sort of sensor, that convert power to a voltage. Then, an ADC (for which some AVR does have). And, finally, a user output (something to display the result or to communicate it to the user, like a LCD display, a LED display, a serial port...).

You can separate your project in 3, and really learn about each sections independently.
- Analog part, which are the converter (the sensor). Which convert power to an analog value, let's say, from 0V to the limit of the ADC input.

- Digital MCU part, which start at the ADC, convert the voltage to a digital value, and sent it to the output

- Output. For serial port, simply have a serial comm module. For LED, you could have some circuitry that take some AVR IO pins convert to 7-segment display. For character LCD display, there are modules easy to use, it's just a matter of using a small communication library. There are some already done for AVR.

Big Boy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top