FAQ

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 ...

userHead 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.

2022-12-29 23:33:47

Hey there,

Is it possible for you to share raspberry pi code as well?

userHeadPic JaneYu
JaneYu wrote:

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.

2023-01-18 17:53:40
1 Replies
2021-11-05 09:13:08

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

userHeadPic JaneYu
2021-06-15 22:42:47

Getting Zeros only on rduiono uno

userHeadPic JaneYu
2020-12-13 21:45:36

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

userHeadPic JaneYu
2020-11-29 01:14:15

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.

userHeadPic JaneYu
2020-07-20 09:07:25

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 )

userHeadPic JaneYu
JaneYu wrote:

Hi,
Please make sure that the vref value is set to 3.3 for ESP-WROOM32 and the value 1024 is changed to 4096.

2020-07-21 10:46:02
1 Replies
2020-02-03 11:52:09

Hi, the sensor is to test the current through one wire.

userHeadPic JaneYu
2019-12-04 11:26:31

why reading keeping 0.0A when using example code?

userHeadPic JaneYu
2019-07-24 17:44:47

Hi,
You know it can clamp only one AC wire. How do you measure the power plug?

userHeadPic JaneYu
2019-03-13 10:51:43

This can only measure the current value, can not measure the direction

userHeadPic JaneYu
2019-01-04 02:44:57

Any guides or instructions on how to use this with a raspberry pi 2 or 3? Thank you

userHeadPic JaneYu
2018-12-04 09:45:44

When will it be back in stock?

userHeadPic JaneYu
JaneYu wrote:

You can contact [email protected] now to purchase.

2018-12-04 13:53:48
1 Replies
2018-08-29 03:27:28

Hi, I would like to know what chip was used on the PCB. Is it some TrueRMS to DC chip + AD converter?

userHeadPic JaneYu
2018-07-24 22:58:52

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

userHeadPic JaneYu
2018-05-30 06:21:16

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.

userHeadPic JaneYu
JaneYu wrote:

What is the current and voltage you measured. If the sensor can not work correctly you can have a replacement of the sensor.

2018-05-30 11:10:20
1 Replies
2018-01-20 11:31:43

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?

userHeadPic JaneYu
JaneYu wrote:

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.

2018-01-22 17:11:38
1 Replies
2017-08-24 18:03:32

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?

userHeadPic JaneYu
JaneYu wrote:

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.

2017-08-25 08:53:31
1 Replies
2016-07-11 11:55:58

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.

userHeadPic JaneYu