Control Servo Motor with App|Node Mcu+Blynk Tutorial|

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • Learn to control a servo motor with your blynk using Node Mcu/ESP8266 microcontroller.
    Hardware Connections and Code explained.
    Link to install board manager for Node Mcu :randomnerdtuto...
    Github link for Code: github.com/nac...
    Connect with me on LinkedIn: / nachiketa-hebbar-86186...

Komentáře • 27

  • @anishak32
    @anishak32 Před 4 lety +1

    Excellent tutorial, helped me with a project

  • @movie_cinema938
    @movie_cinema938 Před 2 lety +1

    can i use mobile hotspot

  • @oscarperalta8581
    @oscarperalta8581 Před 4 lety +2

    Bro, I cant download the program to the board, please help me, we have de same nodemcu board

    • @NachiketaHebbar
      @NachiketaHebbar  Před 4 lety

      What error is it showing in arduino ide? Make sure you have installed board manager for Node Mcu, which is in the description.

  • @sumukhanadig
    @sumukhanadig Před 3 lety

    Hey good video, but I'm trying to control 2 servo motors with different sliders on the app, and pins D7 and D8.
    It doesn't work. Both motors work fine.. Please help

  • @riteshkapoor4589
    @riteshkapoor4589 Před 2 lety

    warning: espcomm_sync failed
    error: espcomm_open failed
    error: espcomm_upload_mem failed
    WHAT SHOULD I DO??

  • @universal4334
    @universal4334 Před 3 lety

    Bro do you know how to set a remainder with out rtc..like using library

  • @creativeashok3469
    @creativeashok3469 Před 4 lety

    Bro how can I control bldc motor using node mcu

  • @sobhitdas3071
    @sobhitdas3071 Před 3 lety

    sensational bruh

  • @Saini_Classes
    @Saini_Classes Před 4 lety

    this problem is come why Invalid library found in C:\Users\hp\Documents\Arduino\libraries\servo: no headers files (.h) found in C:\Users\hp\Documents\Arduino\libraries\servo
    Invalid library found in C:\Users\hp\Documents\Arduino\libraries\servo: no headers files (.h) found in C:\Users\hp\Documents\Arduino\libraries\servo

  • @jwkooi
    @jwkooi Před 4 lety

    Nico project! Can I copy-past the Sketch from somewhere? I'm going to try this and also try to connect it to Google Home mini. Maybe later try to make a universal remote controller, so I can control my CD-player and other things which are not smart but have a remote controller. To turn it on, I will use Sonoff.

    • @NachiketaHebbar
      @NachiketaHebbar  Před 4 lety

      I have included the Github link in the description

    • @NachiketaHebbar
      @NachiketaHebbar  Před 4 lety

      Good luck with the project. You can try using IFTTT as a platform as well, to connect google assistant and node mcu.

  • @ayushsinha7416
    @ayushsinha7416 Před 4 lety

    How can I control more than 1 servo using node mcu.

    • @NachiketaHebbar
      @NachiketaHebbar  Před 4 lety

      1)Just in arduino code, create 2 servo objects using line Servo servo1 instead of Servo servo.
      2)We control servo using servo.attach(D4) . So attach new 2nd servo motor to another pin(say D5) and write servo2.attach(D5). Rest everything remains same.Take care of Vin and ground.
      3)Now you can control any motor by simply writing servo1.write or servo2.write

    • @ayushsinha7416
      @ayushsinha7416 Před 4 lety

      Error( servo was not declared in the scope)

    • @ayushsinha7416
      @ayushsinha7416 Před 4 lety

      1)I have changed Servo servo to Servo servo2.
      2)written //servo2.attach(D5);//NodeMCU D5pin after //servo.attach(D4);//NodeMCU D4pin

    • @ayushsinha7416
      @ayushsinha7416 Před 4 lety

      @@NachiketaHebbar hey bro can you please help.

    • @NachiketaHebbar
      @NachiketaHebbar  Před 4 lety

      You are doing servo object declaration wrong. Check this link to see how 2 servo motors are integrated in blynk :
      community.blynk.cc/t/want-to-control-two-servos-with-blynk/14097

  • @chamdaracay3122
    @chamdaracay3122 Před 4 lety

    any tutorial on how to make a esp8266 code??

    • @NachiketaHebbar
      @NachiketaHebbar  Před 4 lety

      You can check my video on getting started with Iot in node mcu . czcams.com/video/LHWrhWIoj0I/video.html

  • @vinayKumar-cs9tj
    @vinayKumar-cs9tj Před 4 lety

    BLYNKWRITE library is not highlighting

    • @NachiketaHebbar
      @NachiketaHebbar  Před 4 lety

      It doesnt get highlighted in some versions of arduino. If it is showing error, make sure it is installed correctly .

  • @DS3d_printing
    @DS3d_printing Před 4 lety

    bro please make a video using joystick instead of slider
    Bro please make a video on controlling the brushless motor controller using blynk