Тёмный

Wind Speed Meter with Anemometer with NPN Pulse Output & Arduino 

How To Electronics
Подписаться 72 тыс.
Просмотров 25 тыс.
50% 1

Register and get $100 from NextPCB:
www.nextpcb.com/register?code...
PCB Assembly capabilities info:
www.nextpcb.com/pcb-assembly-...
𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
In this guide, we will be interfacing NPN Pulse Output Anemometer Sensor with Arduino and measuring the Wind Speed. An anemometer is a device used for measuring wind speed and direction. It is also a common Weather Station instrument.
In one of our previous projects, we measured Wind Speed using the Adafruit Anemometer sensor & also display the Wind Speed in Gauge on TFT LCD Display. But Adafruit Anemometer is an analog anemometer and requires a power of more than 7V for operation. Therefore we will be using a digital Anemometer in this project which has NPN Pulse Output. The NPN pulse output anemometer result is good & are also cost-effective & they operate at 5V only.
In this project, we will interface NPN Pulse Output Anemometer with Arduino & display the measured wind speed on a 16×2 LCD Display. This anemometer is capable of measuring wind speeds up to 70 m/s or 156 mph which should be adequate for our location.
𝗪𝗿𝗶𝘁𝘁𝗲𝗻𝘁 𝗧𝘂𝘁𝗼𝗿𝗶𝗮𝗹: how2electronics.com/interfaci...
....................................................................................................................................................................................................................................
Drop a like if you liked this video.
Don't forget to subscribe to our channel for more Electronics projects and tutorials.
Website: www.how2electronics.com
Facebook: / howtoelectronics
Instagram: / howtoelectronics
Twitter: / how2electronics

Наука

Опубликовано:

 

8 авг 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@zishan.kaif17
@zishan.kaif17 Год назад
Great tutorial 👍
@MrAlsan
@MrAlsan Год назад
Awesome project 🤗👍
@infinitegaming2897
@infinitegaming2897 Год назад
Awesome tutorial keep share your thought with us thanks 👌👌👌
@markvalencia58
@markvalencia58 Год назад
Thanks it worked.
@rehan_alammmblogs
@rehan_alammmblogs Год назад
Awesome ❤️
@Counselor77
@Counselor77 3 месяца назад
I'm repliying to my own comment because I found a remedy. Replace the command "init" on line 26 with the word "begin" and it works.
@SC.243k
@SC.243k Год назад
Very good
@NiziYouTube
@NiziYouTube 3 месяца назад
Which option I have to select to get the same Anemometer:RS485 Speed,4-20mA Speed,0-5V Speed,0-10V Speed
@kabitachand2222
@kabitachand2222 Год назад
👍👍👍
@gauravkunjwani4548
@gauravkunjwani4548 Год назад
Hiii, I have same type of anemometer, it's showing incorrect readings due to which it's showing trip signal, please guide how can I rectify this problem
@hobbychanel5798
@hobbychanel5798 Год назад
can you make a project esp wifi monitoring sistem for bylink-energy meter 12v power V/W/A
@johnbrianalmazan6522
@johnbrianalmazan6522 3 месяца назад
what is the variable that holds the value of the wind speed? is the the "(Count * 8.75)/100"?
@quentinducceschi6238
@quentinducceschi6238 Год назад
If you want km/h you can multiply the m/s speed by 3.6
@MrThisIsMeToo
@MrThisIsMeToo Год назад
Thank you Captain Obvious.
@OmarZ2000
@OmarZ2000 Год назад
I have PR- 3000 - FSJT-V05 Shoudl I change something in connection or the code ? Also, I follow the same steps that you did it But there is an Error massege in [ lcd.init() ; ]
@Counselor77
@Counselor77 3 месяца назад
Replace the command "init" on line 26 with the word "begin" and it works.
@user-ry8ew2ee6r
@user-ry8ew2ee6r Месяц назад
why till 70m/s?
@Counselor77
@Counselor77 Год назад
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "Arduino Nano, ATmega328P" \Arduino\sketch_may14a\sketch_may14a.ino: In function 'void setup()': sketch_may14a:26:7: error: 'class LiquidCrystal_I2C' has no member named 'init' lcd.init(); ^~~~ exit status 1 'class LiquidCrystal_I2C' has no member named 'init' This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@gianpieroconflitti5838
@gianpieroconflitti5838 9 месяцев назад
Do you sell this to me?
@mramzadg
@mramzadg Год назад
Animo meter....
@johnbrianalmazan6522
@johnbrianalmazan6522 3 месяца назад
My anemometer looks exactly like it, however its model name is ZTS-3000-FSJT-I20-60-1 Will this code work on mine?
@BarMagnet
@BarMagnet 5 месяцев назад
Using interrupts in such a way does not seem, to me, to be an efficient method of programming. Couldn't you just use a binary ripple counter (such as a 74hc4020) and save on the interrupts?
@user-ry8ew2ee6r
@user-ry8ew2ee6r Месяц назад
why using interrupt isn't efficient could you please elaborate??
@BarMagnet
@BarMagnet Месяц назад
​@@user-ry8ew2ee6rIt's just a thought. I avoid using function calls during the loop due to the overhead in clock cycles. Use a test flag to condition the function call. Same thing for interrupts. A counter chip can be used to minimize the calls.
@BarMagnet
@BarMagnet Месяц назад
​​​@@user-ry8ew2ee6rIt's just a thought. I prefer not to use function calls within the main loop because of the overheads. Interrupts are similar. In this case they could be replaced by a counter to minimize the calls.That interrupt could be engaged multiple times within the main loop.
Далее
Косплей на ГОЛОВОЛОМКА 2!
15:20
Просмотров 617 тыс.
DOTA 2 - КЛАССИКА
19:17
Просмотров 187 тыс.
Anemometer - What Is It & How Does It Work?
12:44
Просмотров 45 тыс.
How to measure wind speed arduino in 3 minutes
2:52
Просмотров 11 тыс.
Sensors - which one to use
17:06
Просмотров 1,3 млн
Measuring Wind Speed with an Anemometer and Arduino
17:20
Raspberry Pi Anemometer: Measuring Wind Speed!
20:51
Просмотров 106 тыс.
Arduino Windspeed Anemometer or Redneck Speedometer?
15:50
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Просмотров 1,8 млн
Красиво, но телефон жаль
0:32
Просмотров 839 тыс.