Это видео недоступно.
Сожалеем об этом.

Wind Speed Meter with Anemometer with NPN Pulse Output & Arduino

Поделиться
HTML-код
  • Опубликовано: 8 авг 2022
  • Register and get $100 from NextPCB:
    www.nextpcb.co...
    PCB Assembly capabilities info:
    www.nextpcb.co...
    𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
    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.
    𝗪𝗿𝗶𝘁𝘁𝗲𝗻𝘁 𝗧𝘂𝘁𝗼𝗿𝗶𝗮𝗹: how2electronic...
    ....................................................................................................................................................................................................................................
    Drop a like if you liked this video.
    Don't forget to subscribe to our channel for more Electronics projects and tutorials.
    Website: www.how2electr...
    Facebook: / howtoelectronics
    Instagram: / howtoelectronics
    Twitter: / how2electronics

Комментарии • 25

  • @Counselor77
    @Counselor77 4 месяца назад +2

    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.

  • @NiziYouTube
    @NiziYouTube 4 месяца назад +3

    Which option I have to select to get the same Anemometer:RS485 Speed,4-20mA Speed,0-5V Speed,0-10V Speed

  • @infinitegaming2897
    @infinitegaming2897 2 года назад +2

    Awesome tutorial keep share your thought with us thanks 👌👌👌

  • @zishan.kaif17
    @zishan.kaif17 2 года назад +2

    Great tutorial 👍

  • @MrAlsan
    @MrAlsan 2 года назад +2

    Awesome project 🤗👍

  • @johnbrianalmazan6522
    @johnbrianalmazan6522 4 месяца назад

    what is the variable that holds the value of the wind speed? is the the "(Count * 8.75)/100"?

  • @quentinducceschi6238
    @quentinducceschi6238 Год назад +2

    If you want km/h you can multiply the m/s speed by 3.6

  • @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

  • @OmarZ2000
    @OmarZ2000 Год назад +2

    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 4 месяца назад

      Replace the command "init" on line 26 with the word "begin" and it works.

  • @SC.243k
    @SC.243k 2 года назад +1

    Very good

  • @user-ry8ew2ee6r
    @user-ry8ew2ee6r 3 месяца назад

    why till 70m/s?

  • @rehan_alammmblogs
    @rehan_alammmblogs 2 года назад +1

    Awesome ❤️

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

  • @markvalencia58
    @markvalencia58 Год назад

    Thanks it worked.

  • @hobbychanel5798
    @hobbychanel5798 2 года назад

    can you make a project esp wifi monitoring sistem for bylink-energy meter 12v power V/W/A

  • @johnbrianalmazan6522
    @johnbrianalmazan6522 4 месяца назад

    My anemometer looks exactly like it, however its model name is ZTS-3000-FSJT-I20-60-1
    Will this code work on mine?

  • @kabitachand2222
    @kabitachand2222 2 года назад

    👍👍👍

  • @gianpieroconflitti5838
    @gianpieroconflitti5838 11 месяцев назад

    Do you sell this to me?

  • @BarMagnet
    @BarMagnet 6 месяцев назад

    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 3 месяца назад

      why using interrupt isn't efficient could you please elaborate??

    • @BarMagnet
      @BarMagnet 3 месяца назад

      ​@@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 3 месяца назад

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

  • @mramzadg
    @mramzadg 2 года назад

    Animo meter....