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

  Рет қаралды 11,520

MYBOTIC

MYBOTIC

Күн бұрын

Пікірлер: 40
@kurtryan6697
@kurtryan6697 25 күн бұрын
Hello, thanks for the video. I was thinking of a project related to wind energy. To give you a brief description, it is centered on designing a VAWT (savonius), but the only difference is that I would put in a somewhat barrel case with inlets for the wind to enter and a vent at the back for wind to get out. I would want the case to rotate wherever the wind speed is highest using a stepper motor, would that require to sensors? Or what do you think?
@StoyanStoyanov
@StoyanStoyanov 3 жыл бұрын
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 3 жыл бұрын
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.
@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
@OmarZ2000
@OmarZ2000 2 жыл бұрын
I have PR-3000-FSJT-N05V Is this steps will work with it or I should change something ?
@mybotic_tech
@mybotic_tech 2 жыл бұрын
I am not sure, please try it out
@OmarZ2000
@OmarZ2000 2 жыл бұрын
@@mybotic_tech Unfortunately, I did't work
@mybotic_tech
@mybotic_tech 2 жыл бұрын
@@OmarZ2000 may be the concept of your sensor is different
@eng.abdullahalfuraiji4321
@eng.abdullahalfuraiji4321 3 жыл бұрын
Does it work with 5v?
@mybotic_tech
@mybotic_tech 3 жыл бұрын
yes, tested, it work with 5v
@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 10 ай бұрын
You can use RS485 to IP - LAN (Ethernet) converter
@moonjiqgoodman
@moonjiqgoodman 2 жыл бұрын
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 2 жыл бұрын
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
@milanpatel735
@milanpatel735 11 ай бұрын
Hi, can we get windspeed data with time stamp ?
@mybotic_tech
@mybotic_tech 11 ай бұрын
Can, depend on your code
@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
@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?
@juanestebanpinzonruiz4898
@juanestebanpinzonruiz4898 3 жыл бұрын
bro really good
@mybotic_tech
@mybotic_tech 3 жыл бұрын
thanks for watching
@formadiksikippolitani4693
@formadiksikippolitani4693 3 жыл бұрын
where is the code?
@mybotic_tech
@mybotic_tech 3 жыл бұрын
hi, ady update the link. sorry the old link no use ady
@chilceekleinnavares5391
@chilceekleinnavares5391 2 жыл бұрын
It doesn't work. All I'm getting is zero in both rotations and m/s
@mybotic_tech
@mybotic_tech 2 жыл бұрын
Please check your wiring, if still not, maybe spoil
@chilceekleinnavares5391
@chilceekleinnavares5391 2 жыл бұрын
@@mybotic_tech the wirings are the same
@chilceekleinnavares5391
@chilceekleinnavares5391 2 жыл бұрын
@@mybotic_tech what do you mean spoil?
@mybotic_tech
@mybotic_tech 2 жыл бұрын
@@chilceekleinnavares5391 means no working, you may have a new one ....
@mybotic_tech
@mybotic_tech 2 жыл бұрын
@@chilceekleinnavares5391 or you try to put a resistor 10k connect between signal pin and 5v, see ok or not
@PP.EKOTECH
@PP.EKOTECH Жыл бұрын
GOOD JOB !!! ;) Regards ! 👍+ sub ! 😉
@mybotic_tech
@mybotic_tech Жыл бұрын
Thanks for supporting
Measuring Wind Speed & Direction with Ultrasonic Anemometer  & Arduino
8:30
How To Electronics
Рет қаралды 16 М.
Arduino Windspeed Anemometer or Redneck Speedometer?
15:50
Science Fun
Рет қаралды 8 М.
Каха и лужа  #непосредственнокаха
00:15
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН
Certified Ethical Hacking/Metasploit-Framework Exploitation Tool/#subscribe #share #like #education
30:04
Mr. Professional Hacker Teach to Ethical Hacking
Рет қаралды 12
Product Showcase: SparkFun Arduino IoT Weather Station
4:58
SparkFun Electronics
Рет қаралды 9 М.
Measuring Wind Speed with an Anemometer and Arduino
17:20
ForceTronics
Рет қаралды 74 М.
Un anémomètre avec des balles de ping-pong | À vous la science #12
9:51
Raspberry Pi Anemometer: Measuring Wind Speed!
20:51
ExplainingComputers
Рет қаралды 109 М.
How to train simple AIs
12:59
Pezzza's Work
Рет қаралды 81 М.
Arduino To ESP32: How to Get Started!
9:26
Robonyx
Рет қаралды 434 М.
Anemómetro con Arduino #4- Mechatronics
12:06
Mechatronics
Рет қаралды 7 М.