Getting started with NodeMCU (NodeMCU IoT Series - Tutorial 01) | हिंदी में

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 239

  • @mikdamronoue3176
    @mikdamronoue3176 3 ปีที่แล้ว +4

    The best video you can find on youtube on Nodemcu explaining every little detail. Keep up the good work brother

  • @souravd2661
    @souravd2661 3 ปีที่แล้ว +3

    I have used the sd1, sd2 and sd3 pins with sensors input and relay output.. it works.. 👍👍

  • @sapnarani2095
    @sapnarani2095 4 ปีที่แล้ว +13

    I loved the arduino uno series and now this one!!!
    You are great bro!
    Thanks a lot 😊 😊 😄

  • @saifgamingyt1
    @saifgamingyt1 3 ปีที่แล้ว +1

    Bro nice work. You create the content. Which is my fav. Thanks keep it up...👍👍

  • @bullguy112
    @bullguy112 2 ปีที่แล้ว

    VERY WELL EXPLAINED, Liked and subscribed

  • @viraajsinha4987
    @viraajsinha4987 3 ปีที่แล้ว

    Mujhe 8 Chanel relay ko on off krne wala project dekhna hai apke chanel pe with alexa or google assistant ke sath mobile app v hona chahiye ap bahut hi asan bhas me sikhate hai good job

  • @arduinoprojecttutorial6774
    @arduinoprojecttutorial6774 4 ปีที่แล้ว +1

    Awesome project & awesome qualification sir. Arduino ka opor ese assa wala youtube channel pura hindi ne nhi he.mei challenge kortahu.go ahead sir...

  • @amarpharwaha8691
    @amarpharwaha8691 4 หลายเดือนก่อน

    Excellent Explanation in al videos.

  • @SafeKhan-kv4bx
    @SafeKhan-kv4bx 2 หลายเดือนก่อน

    Believe me audience this guy is amazing

  • @kishanladwa4744
    @kishanladwa4744 9 หลายเดือนก่อน

    Really helpful...great explanation... thankyou sir...🙌

  • @youngscientists1780
    @youngscientists1780 4 ปีที่แล้ว +7

    Make a video on Home Automation using Node MCU

  • @sunilbhoi7390
    @sunilbhoi7390 8 หลายเดือนก่อน +1

    Arduino Uno WiFi R3 create series

  • @AbhinavSingh-zl9rf
    @AbhinavSingh-zl9rf 2 ปีที่แล้ว +1

    Work with oled display

  • @iftekarkhan6755
    @iftekarkhan6755 3 ปีที่แล้ว

    Sahi hai app ka explanation Awesome

  • @ABL448
    @ABL448 ปีที่แล้ว

    I have a mobile. so I program my Arduino by Arduino dorid. But when I programmed the NodeMCU LED blinking code . Following your video
    But when I completed this program, sowing error.
    #defineled = D5;
    void setup() {
    pinMode(led, OUTPUT);
    }
    void loop() {
    digitalWrite(led, HIGH);
    delay(1000);
    digitalWrite(led, LOW);
    delay(1000);
    }
    ⭐ The error is (Node.ino:1:2: error: invalid preprocessing directive #defineled) please solve this error sir🙏🙏🙏

  • @razikhan1777
    @razikhan1777 2 ปีที่แล้ว

    Mujhy wait hai sir apki video ka inshallah

  • @harshvardhantandon8278
    @harshvardhantandon8278 ปีที่แล้ว

    I am getting "Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)" this error what should I do

  • @HimanshuSingh-xg9ob
    @HimanshuSingh-xg9ob 2 ปีที่แล้ว +1

    Boards Manager m nodemcu search karne pr kuch nahi aya.....Arduino IDE 2.0.0 version

  • @navneetgupta8909
    @navneetgupta8909 2 ปีที่แล้ว

    Wow well-done keep it

  • @jagadishmekap1973
    @jagadishmekap1973 2 ปีที่แล้ว

    Very nice torturing 🙏🙏♥️♥️

  • @pradyumna3999
    @pradyumna3999 9 หลายเดือนก่อน

    Thank you so much sir for your hard work and dedication ❤❤❤❤

  • @randomsoul00
    @randomsoul00 3 ปีที่แล้ว +1

    well explained bro , keep making this type of videos

  • @abhishekkumariitk2113
    @abhishekkumariitk2113 ปีที่แล้ว +1

    awesome series♥

  • @mishancontrols6876
    @mishancontrols6876 2 ปีที่แล้ว

    I can't connect esp8266 with my port. It's always showing port disable, however I have already installed properly. Pls suggest properlly

  • @parthpatel1605
    @parthpatel1605 3 ปีที่แล้ว

    One more question aboute node MCU is LED doesn't require current limiting resistor y?🤔it's because it's working voltage is 3.3 plz answer it?

  • @shanmerza9662
    @shanmerza9662 ปีที่แล้ว

    Hello bhai
    Mene apne nodemcu esp8266 ak corde uplod kiya he corde to sehi se work ker rha he bat jub nodemcu ko off ker ke on keta hu to wo sara system off hojata he fir se on conect ker ke on kerna prta he plz solw my problem
    void setup() {
    pinMode(D0, OUTPUT);
    Serial.begin(9600);
    }
    void loop() {
    if (Serial.available()){
    char data;
    data=Serial.read();
    Serial.println(data);
    if (data =='o'){
    digitalWrite(D0,HIGH);
    delay(1000);
    }
    else if(data =='c'){
    digitalWrite(D0,LOW);
    delay(1000);
    }
    }
    }

  • @shivkeypoint9525
    @shivkeypoint9525 2 ปีที่แล้ว

    Super 👌 i like your video thank you sir

  • @mktechandmotivational9670
    @mktechandmotivational9670 3 ปีที่แล้ว

    sir please help me ye error show ho rha h.
    Arduino: 1.8.13 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"
    Executable segment sizes:
    IROM : 228624 - code in flash (default or ICACHE_FLASH_ATTR)
    IRAM : 26756 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
    DATA : 1248 ) - initialized variables (global, static) in RAM/HEAP
    RODATA : 688 ) / 81920 - constants (global, static) in RAM/HEAP
    BSS : 24880 ) - zeroed variables (global, static) in RAM/HEAP
    Sketch uses 257316 bytes (24%) of program storage space. Maximum is 1044464 bytes.
    Global variables use 26816 bytes (32%) of dynamic memory, leaving 55104 bytes for local variables. Maximum is 81920 bytes.
    esptool.py v2.8
    Serial port COM6
    Connecting........_____....._____....._____....._____....._____....._____.....____Traceback (most recent call last):
    File "C:\Users\AKKI\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.4/tools/upload.py", line 65, in
    esptool.main(cmdline)
    File "C:/Users/AKKI/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 2890, in main
    esp.connect(args.before)
    File "C:/Users/AKKI/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 483, in connect
    raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
    esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
    esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
    _
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

  • @arduinoideas157
    @arduinoideas157 3 ปีที่แล้ว

    hi muje Toy rc car remot control with android app se chalana he kya aap ne ispe video banay he kya
    jese ardiuno rc kar banate he vese hi

  • @vineetaryan
    @vineetaryan 2 ปีที่แล้ว

    Hi,
    After successful add NodeMCU board in Arduino IDE, port is not highlighting even after installing driver

  • @baburamchaudhary159
    @baburamchaudhary159 ปีที่แล้ว

    Pins; G, 3V for power supply input/output of 3.3 v,
    also, Vin for power INPUT *supply range 7-12 v
    Did it mean 7-12 v for MCU power supply and 3.3 v for mcu input/output from/to other sensors/actuators?
    please clarify me! 😁😁

  • @ashutoshgupta446
    @ashutoshgupta446 2 ปีที่แล้ว

    Nice presentation, keep it up

  • @parthpatel1605
    @parthpatel1605 3 ปีที่แล้ว

    Hello Himanshu i.like about your channel is that it's in Hindi.
    Jay hind 👍😊

  • @bushrahussain3005
    @bushrahussain3005 2 ปีที่แล้ว

    Iot based smart gardening and agriculture using esp 32 is my project is ki programming kasy karni h plz help me . This is my fyp. Is ka software kahan se download ho ga. Help me

  • @kadarkhanpathan6694
    @kadarkhanpathan6694 3 ปีที่แล้ว +1

    Broo kay moud sa car Ecu scaner bana saktaha apnako bannaho to kitna kosthogo

  • @ankitsaini4470
    @ankitsaini4470 5 หลายเดือนก่อน

    Bro home automation par video banao jisma eeprom bhi ho aur hum mobile sa bhi control kar saka aur manual bhi, manual ma ttp223 touch sensor use karna, 4 ,8 appliances control karna h ???

  • @SoftwareGuru1810
    @SoftwareGuru1810 3 ปีที่แล้ว

    Attiny 85 ko programing kar sakhte h kya node mcu 82666

  • @AdityaKumar-sn4io
    @AdityaKumar-sn4io 3 ปีที่แล้ว

    Hello bro mujhe 12 v battery se 3 se 4 light control karna hai pr yato 3 v power supply le rha hai
    V pin 12v kya hai or kya karta
    Ya bhi 12 v hai connect kar sakte hai kya 12 v battery se

  • @ejinfotainments
    @ejinfotainments 2 ปีที่แล้ว

    Node mcu mein water flow sensor conect ka sktch kaise banana hai

  • @rons0098
    @rons0098 3 ปีที่แล้ว

    Hi, How to send an LED status on thingspeak, like LED on or LED off or any type of message?

  • @naitikworldstudio3468
    @naitikworldstudio3468 2 ปีที่แล้ว

    2 node MCU hai mere pass
    Pehle me data input karke dusre node MCU se le sakte

  • @AdityaSingh-ht2ke
    @AdityaSingh-ht2ke 2 ปีที่แล้ว

    i want to GEOTAGG something with the help of A9G gps and i want to connect this A9G gps to nodemcu. can anyone help me regarding this please .

  • @rZERO_game
    @rZERO_game 3 ปีที่แล้ว

    if i want to add 200 node mcu to a website then what language i have to know? how to develope web application by drag and drop

  • @mishraji9729
    @mishraji9729 2 ปีที่แล้ว

    Sir jam port ka option khol rhe the to com1, com2, com3 hi aa raha tha

  • @upenderreddy478
    @upenderreddy478 4 ปีที่แล้ว

    my nodemcu shows online on blynk app but pin status doesn't changing on hardware what is the problem

  • @sulesharad
    @sulesharad ปีที่แล้ว

    Nodemcu port not detecting. As per your instructions I have done all prosses carefully. First-time for blinking code, port dected. But when I uploading Wi-Fi program, port not detecting.
    Please guide

    • @Dheerii
      @Dheerii 7 หลายเดือนก่อน

      Select port in tools

  • @aayushsahay7711
    @aayushsahay7711 3 ปีที่แล้ว

    my ide shows port com10 and com11 and fails to run the program with different errors in both cases. Any fix?

  • @razikhan1777
    @razikhan1777 2 ปีที่แล้ว

    Sir nodemcu ko wifi sai connect kar k phir Kise bhe phone ya laptop sai control kaisay karnan hai yai batain please.

  • @orenshumtsoe362
    @orenshumtsoe362 2 ปีที่แล้ว

    Very very helpful, please make home automation using alexa and Google assistant.

  • @doramonlovers176
    @doramonlovers176 3 ปีที่แล้ว

    I don't get option of com still after installing that driver

  • @pramilamhatre4265
    @pramilamhatre4265 3 ปีที่แล้ว +1

    can it store data (just like Arduino nano)

  • @poisonx2gaming719
    @poisonx2gaming719 4 ปีที่แล้ว

    Esp8266 audino ic program kaise karte hain pinout bhaiya

  • @sureshdwivedi4621
    @sureshdwivedi4621 2 ปีที่แล้ว

    Beautifully explained

  • @prashantsah5853
    @prashantsah5853 3 ปีที่แล้ว

    Bro how to delete my old program from node mcu esp8266.....?

  • @radeonblue1816
    @radeonblue1816 2 ปีที่แล้ว

    I am using Wemos D1 R1 variant. It has 2 sets of pins for i2c and spi communication. The problem is that in case I want to use one set of i2c or spi pins for normal GPIO then how to do that?

  • @arduinoideas157
    @arduinoideas157 3 ปีที่แล้ว

    hi nodemcu aapne jese dikhay he o to hota he par led flash progarming ypload karte hi ek erorr aata he

  • @siwathakur-e6c
    @siwathakur-e6c ปีที่แล้ว

    you are great bro

  • @manahilkhan2125
    @manahilkhan2125 3 ปีที่แล้ว

    I n facing Error compiling for board NodeMCU 0.9 (ESP-12 Module).
    Can you plz tell me the solution

  • @prabhatverma3878
    @prabhatverma3878 4 ปีที่แล้ว +1

    Nodemcu me digital input output ko Internet se connect Karke Dur Se mobile per SMS prapt kar sakte hai kya sir ki kab LED on Hua aur kab off Hua

  • @vivekkumar-wg8pz
    @vivekkumar-wg8pz 3 ปีที่แล้ว

    Bhai esp-now based UltraSonic data sent to another esp... plz help me for code

  • @brijkishor9003
    @brijkishor9003 4 ปีที่แล้ว

    You explain very clearly that is so good

  • @BPUPSGIC
    @BPUPSGIC 7 หลายเดือนก่อน

    Can i connect nodemcu 8266 with mX98357 amplifier

  • @mustakeeme
    @mustakeeme 2 ปีที่แล้ว +1

    Hello Himanshu, thank you for this nice video. i have a problem in detecting NodeMCU port, however, the Arduino port is detectable. I have installed CH 340 software, but failed to detect. Could you please advice?

  • @subhodeep2012
    @subhodeep2012 3 ปีที่แล้ว

    can you tell me what the 4 edge hole is called and what is the purpose of its? I want to screw it in pcb instead of soldering it using that 4 holes.
    is it feasible?
    please reply

  • @surajshrivastava5257
    @surajshrivastava5257 2 ปีที่แล้ว

    How can we store data as a pdf file, like temp ,rh data or other data with every 5 mins interval

  • @gadgetsinfo691
    @gadgetsinfo691 ปีที่แล้ว

    sir i installed d drivers
    but stil node mcu port not detecting

  • @N-Tech369
    @N-Tech369 4 ปีที่แล้ว +1

    Internat use kr ke sensor control Krna hai

  • @satyawanphale1187
    @satyawanphale1187 3 ปีที่แล้ว

    Air hamako ye productus ache quality bale order karana hai to kaise kare

  • @electricalknpwledge3511
    @electricalknpwledge3511 4 ปีที่แล้ว

    tq so muxh bhai for this wonderful video god bless you

  • @TechnoEveryday
    @TechnoEveryday 2 ปีที่แล้ว

    🆒 Thank you so much for uploading this video.
    👍👍👍👍👍
    Sharing with community 🇵🇰

  • @RameshKumar-be7kt
    @RameshKumar-be7kt 3 ปีที่แล้ว

    What if I have more than 9 devices? bcoz this only have 9 pins

  • @engineertalented6655
    @engineertalented6655 4 ปีที่แล้ว

    Is video mai apne port ka solution batya hai Shoftwere kar ke bo Shoftwere arduino mai kam kerega mere arduino Shoftwere mai port per tik nahi aa raha please sir solution batao

  • @arunapatil2581
    @arunapatil2581 3 ปีที่แล้ว +1

    will you please show how to flash erase nodemcu memory

  • @yesmecreations2533
    @yesmecreations2533 4 ปีที่แล้ว

    Sir, if nodemcu is fitted in box then what to do so it will not be overheated and how much data send and receive in firebase database free subscription

  • @eeshashrivastava8146
    @eeshashrivastava8146 3 ปีที่แล้ว

    Thankyou sooooooooooo much sir for this series.....

  • @bushrahussain3005
    @bushrahussain3005 2 ปีที่แล้ว

    Iot based smart gardening and smart agriculture using esp32 pe full programming video bnay bcoz agriculture project ka trend 100% h taky hum zaida se zaida learn karyn.

  • @sureshgurjar2262
    @sureshgurjar2262 4 ปีที่แล้ว

    Very nice video thanks

  • @sobitamarnath3933
    @sobitamarnath3933 3 ปีที่แล้ว

    I am getting the Nodemcu in board manager. What else should I do?

  • @ersecrethelper
    @ersecrethelper 2 ปีที่แล้ว

    thank you bro ❤️

  • @Virtual-Classmate
    @Virtual-Classmate 11 หลายเดือนก่อน

    Thank you sir❤

  • @farihaislam5008
    @farihaislam5008 3 ปีที่แล้ว +4

    It would be very helpful if you could make one video based on the serial communication between arduino (uno or mega) and nodemcu

  • @techbites007
    @techbites007 3 ปีที่แล้ว

    when i connect usb cable with laptop nodemcu gets hot. kindly tell me what can be issue

  • @pramilamhatre4265
    @pramilamhatre4265 3 ปีที่แล้ว

    for powering it up which pin should we use Vin or power supply one with ground. which one ?? & 3.3 v is i/p or o/p power supply ???

  • @56abhishekmishra44
    @56abhishekmishra44 ปีที่แล้ว

    Brother please help how to connect node mcu to cloud or server

  • @gautamsharma7661
    @gautamsharma7661 4 ปีที่แล้ว +2

    Please make hand gesture based robot by gyroscope

  • @sapnarani2095
    @sapnarani2095 4 ปีที่แล้ว

    Plz Make something about servo

  • @pushpagupta8431
    @pushpagupta8431 3 ปีที่แล้ว

    Home automation k liye ak video bnaiye plz nodemcu ka use krk

  • @0124akash
    @0124akash 2 ปีที่แล้ว

    Mujhe programming ka P bhi nahi aata lekin power electronics me 17 year ka experience hai. Programming seekhne k liye first start kahan se karna hai. Abhi to ESP8266 samajh hi nahi aaiga. So please help me. Thankyou

    • @aryaniyer7408
      @aryaniyer7408 2 ปีที่แล้ว

      Start c programming se karo, youtube se hi saare basics cover hojayenge

    • @0124akash
      @0124akash 2 ปีที่แล้ว

      @@aryaniyer7408 ji thankyou

  • @khurramshahzad-tw7vm
    @khurramshahzad-tw7vm 3 ปีที่แล้ว

    Nice. Plz make video c language

  • @jushiprai9212
    @jushiprai9212 ปีที่แล้ว

    Hello sir, 8 channel Relay IR remot control, NodeMCU coding , please sir reply video's .

  • @hafizmohdshareef8451
    @hafizmohdshareef8451 4 ปีที่แล้ว

    Car main self main use kar no hai

  • @ganeshbote8044
    @ganeshbote8044 3 ปีที่แล้ว

    can u make program which can control.. well motor through mobile sim connection

  • @SameerShaikh-tf2xu
    @SameerShaikh-tf2xu 3 ปีที่แล้ว

    Port nahi hota show dono drive install kiya kiya karu bhai

  • @adityakashyap3429
    @adityakashyap3429 4 ปีที่แล้ว

    Thanks for the video. Well explained

  • @mdhossen7082
    @mdhossen7082 ปีที่แล้ว

    bro, your video is very helpful, can you make Arduino programming crash course, please
    Thanks;

  • @RajaKumar-vl6mn
    @RajaKumar-vl6mn 3 ปีที่แล้ว

    हेलो ब्रदर्स मुझे एक प्रॉब्लम है मॉडल के साथ नोडिमसीयू को कैसे कनेक्ट करें

  • @youtuber-is4zt
    @youtuber-is4zt 4 ปีที่แล้ว

    sir i bought new node mcu and i learn your first tutorial and upload code on node mcu...sir i ask you to that if a upload a new program in it it automatically delete existing program or i have upload blank code in it

  • @akhileshgope8475
    @akhileshgope8475 4 ปีที่แล้ว

    Jaise arduino ka programming ka tutorial series banaye the waise hi node mcu ka v tutorial banayiye

  • @madhurvishwakarma4738
    @madhurvishwakarma4738 4 ปีที่แล้ว

    Amazing good और video upload kijiye sir हिंदी me hi

  • @AGRI_TECH-zp1bo
    @AGRI_TECH-zp1bo ปีที่แล้ว

    Iot based automatic plant monitoring and irrigation system pe banaiye video