Monday 10 July 2017

How to measure AC voltage without a voltage divider using microcontroller


I have to measure AC voltage of the mains supply 180-220 VAC through a microcontroller. I have been wondering how to measure it without using a voltage divider. Since the resistance may wear out with time, doesn't sound like a good design.


I can use a transformer but that design would be too bulky. Isn't there any other way? Even the voltage sensing IC's use a resistive network to divide the voltage.



Answer



More sane/safe solutions typically use linear (high linearity) optocoupler, which provides several kilovolts of isolation. But designing with these is not exactly a piece of cake. Here's an article on one such design: http://www.edn.com/design/test-and-measurement/4344950/Optocoupler-simplifies-power-line-monitoring (note this for 110VAC, but can be probably be adapted for 230VAC with some care.)


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...