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.

Which micro comes with RMS reading for AC voltage?

Status
Not open for further replies.

atomlcp

Newbie level 4
Joined
Mar 19, 2005
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,334
HELP ! Peripheral!!!

Please, anybody please tell me is there any microcontroller come with a RMS reading for a AC voltage?

I need to do a comparation for a control refer to the RMS value for few AC voltage.

Please Help!!

Thank.
 

Reading AC voltage with microcontroller

Use descriptive subject lines for your threads.

There are two options.
You can use a DSP chip with enough MIPS, ADC resoloution and ADC bits to digitise the AC signal and work out the RMS value in software.

Alternativley you can use an RMS to DC converter chip such as LTC1966.

Either way you will probably need some gain/attenuation, isolation, level shift and transient protection for the micro.
 

Re: HELP ! Peripheral!!!

if the AC voltage is in the line frequency range, say, less than few 100Hz, you can use some microcontroller with on-chip adc, like atmega8 and then process the samples to get the RMS value.
 

Re: HELP ! Peripheral!!!

Thanks alot. I think using the RMS convert to DC is better isnt it? Can save more processing time for the microcontroller.
 

Re: HELP ! Peripheral!!!

It would depend, for a multi MIPS processor like the AVR Mega series, that might not be of serious concern. then I prefer to use less components, and make the board more compact :)
 

Re: HELP ! Peripheral!!!

Obviously, reducing component count is one of the design considerations. But the advantage of considering a seperate RMS to DC converter is, independance of frequency range, if it really matters!
 

Re: HELP ! Peripheral!!!

if the AC voltage is in the line frequency range, say, less than few 100Hz, you can use some microcontroller with on-chip adc, like atmega8 and then process the samples to get the RMS value.

I'm working with the atmega32 and a crystal of 12Mhz, do you think that its posible to calculate the rms value? do you have source code?

Please [/quote]
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top