Lab # 6 - IoT With Nodemcu ESP8266 | HC-SR04 Ultrasonic Sensor (Urdu/Hindi)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 เม.ย. 2020
  • Internet of Things implementation using Nodemcu (Esp8266), Lab 6, that enables students to HC-SR04 Ultrasonic sonar Sensor with Nodemcu.
    For detailed overview and code, visit mindstormengg.com/nodemcu-esp...
    For online courses, click on this link: docs.google.com/forms/d/1kSnx...
    You can also visit our Facebook Page: / emindstorm
    Subscribe to our TH-cam channel and stay updated.
    For any further query, email us at support@mindstormengg.com

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

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

    Good explanation about ultrasonic sensor.Keep it up sis.

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

    Thank you so much mam... it's really awesome

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

    Thank you mam that was helpful.

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

    Thanks for the video.

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

    nice work.. I don't speak hindi but I managed to get it to work ty

  • @jimjulian4443
    @jimjulian4443 2 ปีที่แล้ว +6

    The video uses NodeMCU D4, D5 pins but the tutorial web page uses D5, D6.

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

    gracias

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

    thanks madam

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

    I dont understand. Even when I follow everything you did step by step including code, The outcome is just "..........." in the serial monitor. Thingspeak does not record anything and nothing happens after it finished uploading the code into the nodemcu.

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

    Thanks a lot. It works for me.

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

      code please

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

      Send your code , siridirock@gmail.com

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

      @@gurramrishitha
      #define trigPin 9
      #define echoPin 10
      void setup() {
      Serial.begin (9600);
      pinMode(trigPin, OUTPUT);
      pinMode(echoPin, INPUT);
      }
      void loop() {
      float duration, distance;
      digitalWrite(trigPin, LOW);
      delayMicroseconds(2);
      digitalWrite(trigPin, HIGH);
      delayMicroseconds(10);
      digitalWrite(trigPin, LOW);
      duration = pulseIn(echoPin, HIGH);
      distance = (duration / 2) * 0.0344;
      if (distance >= 400 || distance

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

      #define trigPin 9
      #define echoPin 10
      void setup() {
      Serial.begin (9600);
      pinMode(trigPin, OUTPUT);
      pinMode(echoPin, INPUT);
      }
      void loop() {
      float duration, distance;
      digitalWrite(trigPin, LOW);
      delayMicroseconds(2);
      digitalWrite(trigPin, HIGH);
      delayMicroseconds(10);
      digitalWrite(trigPin, LOW);
      duration = pulseIn(echoPin, HIGH);
      distance = (duration / 2) * 0.0344;
      if (distance >= 400 || distance

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

    Did you make hardware changes on ultrasonic sensor to work with 3.3v? Normally it is 5v and the chances of damaging node mcu is very high and node mcu is 3.3V gpio

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

      The unit seems to be HC-SR04, the HC-SR04P will run on 3.3V-5V.

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

    I am getting only 0 distancr mam

  • @amitk5088
    @amitk5088 11 หลายเดือนก่อน

    i m getting error msg -- 'D5' was not declared in this scope

  • @rodrigoaravena2038
    @rodrigoaravena2038 16 วันที่ผ่านมา

    A fatal esptool.py error occurred: Failed to connect to ESP8266: Timed out waiting for packet header

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

    Aap kaha se ho

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

    hello guys , i will measure wireless pulse input and pulse output pulses , what is the sensor to measure gas or water pulses and others components to create the pcb of block diagram and i will connected with esp8266

  • @amitk5088
    @amitk5088 11 หลายเดือนก่อน

    'D5' was not declared in this scope

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

    is tha Serial port (9600)

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

    Llooking for a freelancer (from India) to connect ultrasonic sensor as well as DHT22 (humidity and temperature) sensor with Nodemcu ESP8266 and send data of both these sensors to firebase realtime database. I can pay reasonable amount for it.

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

      I can do it

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

      @@arpitjindal3439 Thanks for your reply. I already connected these things and working successfully. Now I want to interface Sim800L + ESP8266 to send data on Firebase. Can you connect Sim800L with ESP8266 to send sensor data to firebase (without wifi)

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

    Picture trige pin is D5 but code trige pin is D4 🤨

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

    Anyway i fix it

  • @VlogswithNisha384
    @VlogswithNisha384 8 หลายเดือนก่อน

    Ma'am maine same project banaya but ye work nhi kr rha h😢

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

    I did the same but doesnt work, only print 0

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

      Did you supply 3V or 5V?? It must be 5V.

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

      the same issue I faced you solved or not?

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

      @@prasthanrai4043 5v still 0

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

    I did the same but prints 0 . Can any one help me ??

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

      Did you supply 3V or 5V?? It must be 5V.

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

      @@prasthanrai4043 ok thank you for ur reply

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

      @@prasthanrai4043 how do u do that?

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

      @@prasthanrai4043 Thanks Brother

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

    Fake

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

    only prints 0

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

      Did you supply 3V or 5V?? It must be 5V.

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

      Use P module as it can work on 3.3 v