20A CT Sensor

Hello,
I just wanna know if it's possible to build an energy monitor like this one:
http://openenergymonitor.org/emon/buildingblocks/how-to-build-an-arduino-energy-monitor-measuring-current-only

but not using the CT sensor used in that project, i want to use this one (cheaper):
http://store.ecofront.biz/catalog/product_info.php?products_id=35

thanks a lot!

Just calculate the proper burden resistor using the instructions on this page:

http://openenergymonitor.org/emon/buildingblocks/ct-sensors-interface

Thanks a lot!
I tried to calculate the proper burden resistor but i need to know the turns of the CT. How is possible to find it out?

radickal:
Thanks a lot!
I tried to calculate the proper burden resistor but i need to know the turns of the CT. How is possible to find it out?

I followed the link that says "For more detailed specifications see the ecofront.com.au". Once there I followed the link to the page of sensors: http://www.ecofront.com.au/energy-monitor-sensors.php

That page says 2000 turns.

You could also calculate it if you had the input current and output current. If the output current at 20A was 10 mA (0.01 A) you would divide 20 by 0.01 to get 2000.

Thanks again.
I calculated the burden resistor and the result was 177 Ohms resistance.

  • What resistor is better, 174 Ohms or 178 Ohms resistor?
  • Is it ok if I use a 10K resistor as a biasing voltage divider (Rvd) as is shown in the tutorial?
  • In this schematic (Home | OpenEnergyMonitor) there is a capacitor (C1). What's his value?

Thanks in advance

radickal:
Thanks again.
I calculated the burden resistor and the result was 177 Ohms resistance.

  • What resistor is better, 174 Ohms or 178 Ohms resistor?
  • Is it ok if I use a 10K resistor as a biasing voltage divider (Rvd) as is shown in the tutorial?
  • In this schematic (Home | OpenEnergyMonitor) there is a capacitor (C1). What's his value?

Thanks in advance

I'd use the lower resistor to keep the voltage from going over 5V.

The first article you pointed to says:

"Current sensing electronics
1x CT sensor yhdc SCT-013-000
1x Burden resistor 18 Ohms if supply voltage is 3.3V or 33 Ohms if supply voltage is 5V.
2x 10kOhm resistors (or any equall valued resistor pair upto 470kOhm)
1x 10uF capacitor"

So I think 10K is a good choice for RDV and 10 uF for the capacitor.

hello!

I was wondering if this project would also work for an DC voltage?
I'm thinking of making one myself and i'm new in arduino and Ct sensors.
i'm planning to use this one http://www.pdfdoc.ru/process-control/sensors-and-transducers/current-transducers/current-transformers/as-100-current-transformer-15a-20-200khz-as-100-400-8575.

could you please help me.
thank you.

joie:
hello!

I was wondering if this project would also work for an DC voltage?
I'm thinking of making one myself and i'm new in arduino and Ct sensors.
i'm planning to use this one http://www.pdfdoc.ru/process-control/sensors-and-transducers/current-transducers/current-transformers/as-100-current-transformer-15a-20-200khz-as-100-400-8575.

could you please help me.
thank you.

CTs are true transformers (the T part of CT) and as such only work with AC currents of a specific frequency range the transformer is designed to handle. DC current cannot pass through a transformer or a capacitor.

Lefty