How to measure wind speed by using Anemometer with Arduino Uno || wind speed(m/s) || 100% work

  Переглядів 9,922

MYBOTIC

MYBOTIC

3 роки тому

In this video, shows how to measure wind speed using wind speed anemometer and Arduino Uno. An anemometer is a device used for measuring wind speed and direction. It is also a common weather station instrument. There are many types of anemometer with medium and high costs such as cups, hot wire & windmill. The anemometer used here is the cup type. The anemometer wind speed range is 0 to 70m/s and minimum detectable wind speed: 0.2m/s. you can get a code from link below :
Let's support our product in the web page link:
Anemometer:
www.mybotic.com.my/webshaper/...
Arduino Uno:
www.mybotic.com.my/webshaper/...
___________________________________________________________________________
Shared Code:
Code Link:
drive.google.com/file/d/1cLei...

КОМЕНТАРІ: 39
@juanestebanpinzonruiz4898
@juanestebanpinzonruiz4898 3 роки тому
bro really good
@mybotic_tech
@mybotic_tech 3 роки тому
thanks for watching
@StoyanStoyanov
@StoyanStoyanov 2 роки тому
Hi, great video! Exactly what I was looking for. But I have a problem. I have a similar one to this anemometer. Only its model is different: PR-3000-FSJT-NPN. All other specifications are 1: 1 as the anemometer indicated in the video: 20 pulses per revolution, NPN output, 5V-30V DC, etc... I connected it according to the specified scheme and uploaded your sketch. Everything works, except for one thing: the values ​​are doubled! I modified the sketch and realized that when the propeller is fully turned, the Arduino counts 40 instead of 20 pulses! I also tried to put a 5.1KOhm resistor between the ground and the NPN output (as some recommend), but then it didn't even return values. Of course, I can leave it as it is, and just modify the sketch so that one revolution is 40 pulses, but I would like to understand why this happens, and if possible to fix it! Can you help me?! Thanks!
@mybotic_tech
@mybotic_tech 2 роки тому
you may check the code inside, there have a formula for 20 pulse, for your case, just change the 20 pulse value to 40 will do. Thanks
@yochaig1957
@yochaig1957 2 роки тому
The third argument to "attachInterrupt" cannot be CHANGE anyway, because it will raise 40 pulses per rotation, instead of 20, as specified by the anemometer's spec.
@andreacecchetti6792
@andreacecchetti6792 Рік тому
Hi, thanks for your video. I have a sensor quite similar but unfortunately working on RS485 (precisely model PR-3000-FSJT-N01), working between 10-30V DC. I can power it externally obviously but is it possible to read winds data with this different model? Thank you!
@mybotic_tech
@mybotic_tech Рік тому
Rs485 use different communication method, it is different from this sensor...
@milanpatel735
@milanpatel735 3 місяці тому
You can use RS485 to IP - LAN (Ethernet) converter
@vladuzz7
@vladuzz7 2 роки тому
wooow, this is fantastic, it worked perfect for my sensor But I have a question, in my datasheet it is said that I need a resistor like 5.1K , but it works fine without it and also only with 3 wires.
@mybotic_tech
@mybotic_tech 2 роки тому
In the code ady set pull up, so no need resistor to make pull up.
@yochaig1957
@yochaig1957 2 роки тому
Baga de seama ca "The third argument to "attachInterrupt" cannot be CHANGE anyway, because it will raise 40 pulses per rotation, instead of 20, as specified by the anemometer's spec.". In plus "The Rotations reset statement (Rotations = 0; //Set Rotations count to 0 ready for calculations) should be BEFORE enabling again the interrupts (sei(); //Enables interrupts).".
@mybotic_tech
@mybotic_tech 2 роки тому
@@yochaig1957 good
@moonjiqgoodman
@moonjiqgoodman Рік тому
Hi. I bought NPN anemometer from your shopee, currently Im testing to do IoT Anemometer. Is it possible to connect nodemcu esp8266 with anemometer, cause I got 0m/s output speed when use nodemcu. I tried with arduino uno, I get the exact value. Thanks.
@mybotic_tech
@mybotic_tech Рік тому
mybotic.com.my/durian-uno-enhancement-of-arduino-uno-for-iot-project-education?search=Durian%20uno You need to use this, durian uno Nodemcu operating voltage 3.3v, anemometer at least 5v signal, so your nodemcu won't work
@OmarZ2000
@OmarZ2000 Рік тому
I have PR-3000-FSJT-N05V Is this steps will work with it or I should change something ?
@mybotic_tech
@mybotic_tech Рік тому
I am not sure, please try it out
@OmarZ2000
@OmarZ2000 Рік тому
@@mybotic_tech Unfortunately, I did't work
@mybotic_tech
@mybotic_tech Рік тому
@@OmarZ2000 may be the concept of your sensor is different
@milanpatel735
@milanpatel735 5 місяців тому
Hi, can we get windspeed data with time stamp ?
@mybotic_tech
@mybotic_tech 5 місяців тому
Can, depend on your code
@eng.abdullahalfuraiji4321
@eng.abdullahalfuraiji4321 2 роки тому
Does it work with 5v?
@mybotic_tech
@mybotic_tech 2 роки тому
yes, tested, it work with 5v
@bodycall499
@bodycall499 Рік тому
Can this sensor connect with raspberry?
@mybotic_tech
@mybotic_tech Рік тому
sure, can, no problem
@bodycall499
@bodycall499 Рік тому
@@mybotic_tech does you have a code for python?
@sou4CRF
@sou4CRF Рік тому
Does it work with arduino leonardo?
@mybotic_tech
@mybotic_tech Рік тому
Yes, working, the things you need to know is the interrupt pin may different from uno, you need to change the signal pin to correct interrupt pin in leonardo
@sou4CRF
@sou4CRF Рік тому
@@mybotic_tech thank you :D
@mybotic_tech
@mybotic_tech Рік тому
@@sou4CRF thanks
@PP.EKOTECH
@PP.EKOTECH Рік тому
GOOD JOB !!! ;) Regards ! 👍+ sub ! 😉
@mybotic_tech
@mybotic_tech Рік тому
Thanks for supporting
@formadiksikippolitani4693
@formadiksikippolitani4693 2 роки тому
where is the code?
@mybotic_tech
@mybotic_tech 2 роки тому
hi, ady update the link. sorry the old link no use ady
@chilceekleinnavares5391
@chilceekleinnavares5391 Рік тому
It doesn't work. All I'm getting is zero in both rotations and m/s
@mybotic_tech
@mybotic_tech Рік тому
Please check your wiring, if still not, maybe spoil
@chilceekleinnavares5391
@chilceekleinnavares5391 Рік тому
@@mybotic_tech the wirings are the same
@chilceekleinnavares5391
@chilceekleinnavares5391 Рік тому
@@mybotic_tech what do you mean spoil?
@mybotic_tech
@mybotic_tech Рік тому
@@chilceekleinnavares5391 means no working, you may have a new one ....
@mybotic_tech
@mybotic_tech Рік тому
@@chilceekleinnavares5391 or you try to put a resistor 10k connect between signal pin and 5v, see ok or not
How to Use Analog Wind Direction Sensor with Arduino
8:12
miliohm
Переглядів 10 тис.
10 заповедей по пайке. Учимся паять
12:05
Wind Speed Measurement using Anemometer & Arduino || DIY Arduino Anemometer
8:04
IoT based Anemometer using ESP8266 & Arduino IoT Cloud
9:24
IoT Projects Ideas
Переглядів 2,1 тис.
Arduino IoT Cloud Weather Station
16:12
element14 presents
Переглядів 23 тис.
Arduino Windspeed Anemometer or Redneck Speedometer?
15:50
Science Fun
Переглядів 8 тис.
Measuring Wind Speed with an Anemometer and Arduino
17:20
ForceTronics
Переглядів 73 тис.
Let's build a voltage multiplier!
16:32
Ben Eater
Переглядів 1,8 млн