Instructions:: WWW - Ekt
Instructions:: WWW - Ekt
Model:SCT-013-000
User Manual
Instructions:
There are several examples for the use of the sensors SCT-013 line with Arduino. There is also much
discussion regarding since found several different circuits and calculations that take into account
internal resistance equipment, signal wavelength, and many other variables.
Here is a short way to do an electricity meter with Arduino, which approached quite the calculations
made using the formula I = P / E shown above.
We set up the circuit below using:
• 2 10 K resistors
• 1 uF capacitor 100
• 1 Display LCD 16 × 2
• 1 Potentiometer 10K for adjusting the display contrast
The SCT sensor comes with a P2 plug, you can connect to the Arduino using an adapter. If you prefer,
remove the plug and use only two wires coming from the sensor:
www.ekt2.com
We created the program based on information from the site Open Energy Monitor using the
libraryEmonLib created by them and available in the software. Unzip the EmonLib folder and place it
inside the Libraries folder Arduino IDE.
delay(1000);
}
www.ekt2.com
Set the mains voltage by changing the variable network. Change the variable Pino_stc to use any other
(analog) input of the Arduino.
An important observation to perform the measurement is that the sensor must involve ONLY ONEof
the wires, as the image above. If we put the two wires within the sensor, the values are canceled and
the display will show the value 0 (zero), or some other incorrect value.
www.ekt2.com