Hi DFRobot,In Malaysia, we use 240VAC from residence power supply and as per specification stated that, the AC Signal Input Range is in between 0 - 1V (AC). Does this means that i ...
JaneYu 2016-07-11 11:17:52 13 Views24 Replies Hi DFRobot,
In Malaysia, we use 240VAC from residence power supply and as per specification stated that, the AC Signal Input Range is in between 0 - 1V (AC). Does this means that i can't hook this sensor to 240VAC, because the signal input range is only 0-1VAC or this have different meaning from what i understand?
Best regards,
Thank you.
Hey there,
Is it possible for you to share raspberry pi code as well?
JaneYu This sensor is analog output , and Raspberry Pi has no analog input PIN.
So it is recommand to use the ADS module with it:
https://www.dfrobot.com/pro...
You could find the Raspberry Pi code in the wikipage of the ADS module.
Can I use this conversion module with the 100 amp range sensor? Can you make a conversion module for the 100 amp sensor? I will buy 200. thxs
JaneYu Hi,
I bought your kit, it's great.
Can I connect a 30A or 100A sensor? Need to change something in the code?
Best Regards
JaneYu Hello, in the sample code in the wiki you evaluate the Current value with the following formula:
/*The circuit is amplified by 2 times, so it is divided by 2.*/
voltageVirtualValue = (voltageVirtualValue / 1024 * VREF ) / 2;
ACCurrtntValue = voltageVirtualValue * ACTectionRange;
where the voltageVirtualValue is the voltage reading from the board and ACTectionRange is the maximum current value.
If so, should the ACCurrtntValue be measured as follows?
ACCurrtntValue = (voltageVirtualValue / VREF) * ACTectionRange;
In your formula you're multiplying Voltage and Ampere, so that the result cannot be a current.
JaneYu Hello, I have the 10A version, and I've used this code for Arduino Mega, and works perfectly. When I used the same code, for an ESP-WROOM32 (modifing the vref value, the pin and the 1024 division) I get no values at all.
Same circuit, same sketch, (with thoose few tweaks): I get different results. ¿do you know why? Thanks in advance. (please write to me at diegosancho -a- gmail )
JaneYu Hi,
Please make sure that the vref value is set to 3.3 for ESP-WROOM32 and the value 1024 is changed to 4096.
Hi,
You know it can clamp only one AC wire. How do you measure the power plug?
JaneYu Any guides or instructions on how to use this with a raspberry pi 2 or 3? Thank you
JaneYu When will it be back in stock?
JaneYu You can contact [email protected] now to purchase.
Hi, I would like to know what chip was used on the PCB. Is it some TrueRMS to DC chip + AD converter?
JaneYu Thank you for your reply.
It seems that dividing by 4 simply makes the meter less accurate. I am unable to detect smaller currents, only large ones (over 500mA). Is that expected?
My HW voltages are as follows:
Vref = 3.3V
V+ = 3.3V
JaneYu Yes I started with that code, but the problem is beyond that. The sensor is not even causing a blip on the analog pin, which I verified to be working. I've also verified the AC current exists with a multimeter.
JaneYu What is the current and voltage you measured. If the sensor can not work correctly you can have a replacement of the sensor.
Hi, can I use the same module with the yhdc transformer to 100A? (which has, 5v peak - peak), and about the programation, you use a delay of 50ms for high and low, if my AC current frequency is 60hz, should I change something?
JaneYu It should work with 100A HYDC probe, you can use this code first to see if it works, or depends on your module,do some change according to the comment in the code.
Hi,
I know that the sensor board can't be sell itself, but can i buy the sensor board and 30A current sensor as a pack? Can DFRobot sell it?
JaneYu Normally we can't sell items separately, but you said you want to buy the sensor board and the sensor, why don't you buy this whole product, it's just one cable more.
Hi, sorry for the confusing, this is output signal for the probe, not detecting range. It is totally OK for 240V. Actually it makes no sense to consider the voltage of cable, there is no datum point.
JaneYu 

