Voltage and Current reading varies alot[Arduino]

Hello,

I am trying to build a Energy Meter. I am using Raspberry pi as Gateway and Arduino to capture the readings. I purchased Hardware exactly as mentioned in the Building Blocks section. My hardware is as below:

  • Arduino Mini
  • 0-9v transformer Sec/ 230v Pri
  • YHDC SCT-103-000 current transformer.
  • 33Ohm burden resistor across CT

Followed the steps here
http://openenergymonitor.org/emon/buildingblocks/measuring-voltage-with-...
and
http://openenergymonitor.org/emon/buildingblocks/ct-sensors-interface

Calibrated the voltage as per the voltage shows on my home Energy meter. used Kill-o-watt to calibrate the Current.

The issue I am facing now is We have a lot of fluctuations in voltage. During day its around 220-225v and at night is goes up to 250v. After calibrating I switched off the device and next day the module shows weird readings. In a span of 10 mins emon reading range from 80v to 150v. So I recalibrated and this time the calibration values are different. Next day the same thing, the voltage reading ranges from 180v-320v which is not true. I am not able to figure out where the issue is. I am using the sketch provided here for Voltage and Current.

My calibration values for Voltage and Current are 240 and 68 respectively.

Please help me figure out what could be the problem. Thanks.

Robert Wall's picture

Re: Voltage and Current reading varies alot[Arduino]

I think the likeliest cause of your problem is a badly soldered joint, or a faulty prototyping board if that is what you used, or it might be a faulty voltage transformer or another component, or even a faulty power supply for your Arduino. Until you measure some voltages and compare them with what you expect, I don't think anyone can give you very much help, because almost anything could cause the symptoms you describe.

sureshmali's picture

Re: Voltage and Current reading varies alot[Arduino]

Thanks Robert for your response.

Yes I did use prefboard. Could you suggest where do I begin with troubleshooting. Maybe some points that I must check for voltage and expected values.

I checked the transformer, on no load I get a reading of 11.9v to 12v.

 

Robert Wall's picture

Re: Voltage and Current reading varies alot[Arduino]

Hint: NEVER assume the same voltage at both ends of a wire, always check.
If you tap, or shake, or gently bend or twist your board, does that affect what the Arduino reads?
If you press on each component in turn, does that affect what the Arduino reads?
If you move the interconnecting wires, does that affect what the Arduino reads?

That voltage sounds right for a small 9 V transformer. Does the output voltage vary exactly in proportion to the mains voltage? It should do.

Start with power supplies and steady voltages. Where does the Arduino power come from? Is the 5 V on the Arduino steady at 5 V d.c. all the time? Is it the same on your prototype board?

Looking at your voltage and current input circuits, they both have a "mid-point" created by two equal resistors and a capacitor to provide a mid-supply voltage of 2.5 V d.c. Are those mid-points both steady at 2.5 V or very nearly? With your meter on the d.c. voltage range still, are the two input pins at the same voltage as their respective mid-points? They should be.

If you have a steady load, e.g. a heater, the current should be exactly proportional to mains voltage. When the voltage varies, does the current indicated by your Arduino remain correct? i.e. is it proportional to the true mains voltage, or is it proportional to the voltage read by your Arduino?

Looking at the voltage input, measure the a.c. voltage between the mid-point and the input pin; that is, across R1. Is that about 1 V and always in exactly the same proportion to the true mains voltage?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.