Output of the SEN0211 20A Current Sensor
DouglasFalkenburg 2025-10-29 04:27:31 15 Views0 Replies Recently I purchased x6 SEN0211's. I have read the spec's and looked at several versions of the arduino code by Berinie Chen to measure ac current and I am mystified. The hardware spec states that the output is “Analog Output Voltage: 0.2V - 2.8V (DC)”. Does this mean that the output will be 0.2VDC when the CT measures 0.0 Amps and 2.8VDC when measuring 20A?
Chen computers the average of 5 readings, divides by 2, adjusts peak-to-peak to RMS and multiplies by the 20A detection range. This would suggest that a one volt RMS range corresponds to 20A of current. Is this what is going on: the output is an AC value offset from 0 by 1.5Vpp
Other versions of Chen's arduino code on your wiki lead me to believe that the output is a sine way centered around an offset voltage. The version of the code in the wiki samples the output for 200ms, looks at the maximum AND the minimum raw values, computes the difference, divides by 2 and adjust to RMS (multiply by .707). They then multiply by a parameter called mVPerAmp which has been set to 100. But if that parameter is 100, that would imply that the 2V is the range, not 1V.
Please clarify kindly the output spec and what is delivered to the arduino. Thank you. I have learned over many years of programming not to blindly copy someone's code without first understanding it.

