FAQ

I has a problem with this sensor.I'm doing everything follow a guide. but Voltage Signal was always 5V.and Measured by the meter is 10v

userHead JaneYu 2016-10-03 23:39:51 6 Views20 Replies

I has a problem with this sensor.
I'm doing everything follow a guide. but Voltage Signal was always 5V.
and Measured by the meter is 10v

2022-07-26 07:32:08

Hello, I would like to know if I can use this product in real projects, if it is patented or has a license

userHeadPic JaneYu
2022-03-06 02:30:47

Hi...
Do you ship to Argentina?

userHeadPic JaneYu
2022-02-28 02:18:55

slightly confused with the solution. i've done exactly as the wiki says and copied the code in word for word however the results I get every half a second fluctuate between 4.something and 8.something. Its never constantly the same....it just goes between these 2 values, even if I stop the cups from moving.

userHeadPic JaneYu
JaneYu wrote:

Hi all, actually I've figured it out myself. I'm using a nano rp2040 and A0 appears to be used for something. I've swapped it to A1 and its now working really well. I was unsure on if it was reading mph or m/s so I bought an anemometer from amazon to check the readings, the code on the wiki with the nano rp2040 with a perm 9v power supply is providing accurate mph output.

2022-02-28 04:48:04
1 Replies
2021-02-05 14:48:26

Hi Nacho,

The resistance value is the value between 0 and 1023. coming in from your potentiometer:

int sensorValue = analogRead(A0);

To change the values from 0-1023 to a range that corresponds to the voltage the pin is reading, you'll need to create another variable, a float, and do a little math. To scale the numbers between 0.0 and 5.0 (since 5V is in the acceptable range), divide 5.0 by 1023.0 and multiply that by sensorValue :


float voltage= sensorValue * (5.0 / 1023.0);

userHeadPic JaneYu
2020-02-03 11:44:33

Hi, we haven't provide some demo about current, you could find some module about how to test current.

userHeadPic JaneYu
2019-08-26 09:38:05

Hi Maria,
I assume the problem you are referring to is the same constant voltage value. Could you kindle provide us a picture of your connection setup. As well as if you were able to get it working correctly in a controlled environment by following our wiki. Thanks.

userHeadPic JaneYu
2019-07-11 15:09:58

Hi, can i know this anemometer have memory?

userHeadPic JaneYu
2019-06-26 15:05:03

Hi,
The voltage between yellow and black is volatge signal. 0.8v looks like a correct value.

userHeadPic JaneYu
JaneYu wrote:

the problem is that 0.8V is constant. The Pinwheel stands or moves at a high speed, still we get 0.8V What can we do?

2019-06-26 16:36:49
1 Replies
2019-06-25 16:28:39

0.8V measured between yellow and black. 24V measured between red and black

userHeadPic JaneYu
2019-03-11 17:40:06

We haven't tested it in such high wind speed situation, so can't give a certain answer to your question. I think if you are worried about wind damage the sensor, you may want to keep it inside while towing or give it a protection cover.

userHeadPic JaneYu
JaneYu wrote:

Thank you for your reply. I have placed an order. In a few months I will test at highway speeds.

2019-03-11 22:52:03
1 Replies
2019-02-07 16:46:02

It is possible to connect it to 30 meters? Are there any losses?

userHeadPic JaneYu
JaneYu wrote:

Do you mean connect to a 30 meters long cable? 30 meters is probably too long for a cable to use with this sensor. Two or three meters should be fine though. You may want to teletransmit data, for example using bluetooth or IoT.

2019-02-13 11:43:17
1 Replies
2019-01-02 12:39:14

ok, I guess I should paste the round part that looks like an electronic circuit. Will it rotate the same or will it remain fixed?

userHeadPic JaneYu
2018-06-21 16:00:34

The constant value is got from the experiment, and we found the output value is proportional to the wind speed.

userHeadPic JaneYu
2017-07-05 10:57:55

Thanks you. I need to know what is the highest wind speed that the device supports with out breaking it down ?

userHeadPic JaneYu