Arduino Ultrasonic Motion Sensor: Motion Sensor and LED project

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

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

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

    const int echo=13;
    const int trig=12;
    int LED1=2;
    int LED2=3;
    int LED3=4;
    int LED4=5;
    int duration=0;
    int distance=0;
    void setup() {
    pinMode(trig,OUTPUT);
    pinMode(echo,INPUT);
    pinMode(LED1,OUTPUT);
    pinMode(LED2,OUTPUT);
    pinMode(LED3,OUTPUT);
    pinMode(LED4,OUTPUT);
    Serial.begin(9600);
    }
    void loop() {
    digitalWrite(trig,HIGH);
    delay(1000);
    digitalWrite(trig,LOW);
    digitalWrite(LED1,LOW);
    digitalWrite(LED2,LOW);
    digitalWrite(LED3,LOW);
    digitalWrite(LED4,LOW);
    duration=pulseIn(echo,HIGH);
    distance= (duration/2)/28.5;
    if (distance=10 && distance 20&& distance

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

      Buen día, se puede agregar un buzzer
      ¿'

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

      @@ericknova2989 Hola, no hablo muy bien español. Sí, puedes agregar un buzzer. Puedo hacer un vídeo sobre eso si estás interesado.

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

      @@Waiduino Hola, si, seria interesante agregar un buzzer que se active con el código que creaste.

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

      @@ericknova2989 Haré mi próximo video sobre cómo agregar un buzzer para este proyecto. Gracias por tu comentario.

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

      @@ericknova2989 Se acaba de publicar un nuevo vídeo sobre el sensor y el buzzer. ¡Disfrutar! Gracias por tu comentario

  • @manjuyadav-ws4xd
    @manjuyadav-ws4xd ปีที่แล้ว +8

    Yo the channel owner is legend for replying to all comments most TH-camrs dont do that

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

      Haha thanks so much! I try to reply to every comment since I’m thankful you guys watch my videos and because I mainly wanted to help other people create and learn about circuits. I always try to reply to comments so thanks for noticing!!

  • @layanshali8015
    @layanshali8015 11 หลายเดือนก่อน +3

    Hello just wanted to say thanks, I tried this in my class, it was my first time using ultrasonic and it worked💗

    • @Waiduino
      @Waiduino  11 หลายเดือนก่อน +1

      Yea of course! Thanks so much for your kind words.

  • @ShreyashTiwari007
    @ShreyashTiwari007 2 หลายเดือนก่อน +1

    Thank you that helped me alot in my science exhibition project

    • @Waiduino
      @Waiduino  2 หลายเดือนก่อน +1

      @@ShreyashTiwari007 of course!!! How’d it go?

  • @lyndalekirk6883
    @lyndalekirk6883 9 หลายเดือนก่อน +2

    Very well explained thanks

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

      Thank you so much! Were you able to make the circuit?

  • @Mr.chasmish
    @Mr.chasmish 2 หลายเดือนก่อน +1

    You just gained a new subscriber by this video 😊😊

    • @Waiduino
      @Waiduino  2 หลายเดือนก่อน +1

      @@Mr.chasmish thank you so much! So glad you enjoyed the video!! 🥰

  • @industrialelectricalbd6900
    @industrialelectricalbd6900 5 หลายเดือนก่อน +1

    NICE PROJECT!
    THANKS A LOT SIR

    • @Waiduino
      @Waiduino  5 หลายเดือนก่อน +1

      No problem! Were you able to build it successfully?

  • @RixtronixLAB
    @RixtronixLAB 9 หลายเดือนก่อน +1

    Creative video, thank you :)

    • @Waiduino
      @Waiduino  9 หลายเดือนก่อน +1

      Thank you!! Did you build the project?

  • @turtleburglary1141
    @turtleburglary1141 7 หลายเดือนก่อน +1

    Waiduino: *audio shift*
    Me: *tears ears off by accident*

    • @Waiduino
      @Waiduino  7 หลายเดือนก่อน +2

      🤣🤣 underrated comment 😆😆 Did you build the circuit successfully?

    • @turtleburglary1141
      @turtleburglary1141 7 หลายเดือนก่อน +1

      @@Waiduino I think so 🥹🥹.. nooo

    • @Waiduino
      @Waiduino  4 หลายเดือนก่อน +2

      @@turtleburglary1141 Hahaha nice one! Did you make any new projects? I promise there are less... (maybe) audio shifts! 😁

  • @mikefranzsalvador6977
    @mikefranzsalvador6977 3 หลายเดือนก่อน +2

    One year late, but thank you!

    • @Waiduino
      @Waiduino  3 หลายเดือนก่อน +1

      @@mikefranzsalvador6977 Of course!! Thanks for watching

  • @Sabbir-ln3bx
    @Sabbir-ln3bx 9 หลายเดือนก่อน +1

    How do you do it with all the leds on and when you put your hands closer to the leds they turn off one by one?

    • @Waiduino
      @Waiduino  9 หลายเดือนก่อน +1

      Hi so basically you would need to modify the code. I will do that for you right now if you would like. You just have to set the status to each LEF as on and then every second it detects a hand, it will turn off an LED by turning it off. Let me comment the code now

    • @Sabbir-ln3bx
      @Sabbir-ln3bx 9 หลายเดือนก่อน +1

      @@Waiduino ok

    • @Waiduino
      @Waiduino  9 หลายเดือนก่อน +1

      const int echo=13;
      const int trig=12;
      int LED1=2;
      int LED2=3;
      int LED3=4;
      int LED4=5;
      int duration=0;
      int distance=0;
      void setup() {
      pinMode(trig,OUTPUT);
      pinMode(echo,INPUT);
      pinMode(LED1,OUTPUT);
      pinMode(LED2,OUTPUT);
      pinMode(LED3,OUTPUT);
      pinMode(LED4,OUTPUT);
      Serial.begin(9600);
      }
      void loop() {
      digitalWrite(trig,HIGH);
      delay(1000);
      digitalWrite(trig,LOW);
      digitalWrite(LED1,HIGH);
      digitalWrite(LED2,HIGH);
      digitalWrite(LED3,HIGH);
      digitalWrite(LED4,HIGH);
      duration=pulseIn(echo,HIGH);
      distance= (duration/2)/28.5;
      if (distance=10 && distance 20&& distance

    • @Waiduino
      @Waiduino  9 หลายเดือนก่อน +1

      Does that work? Let me know

    • @Sabbir-ln3bx
      @Sabbir-ln3bx 9 หลายเดือนก่อน +1

      @@Waiduino it doesn't

  • @geoffreyaduda
    @geoffreyaduda 3 หลายเดือนก่อน +1

    What are the components required to be used in smart home lighting control system using Arduino (audio controlled)

    • @Waiduino
      @Waiduino  3 หลายเดือนก่อน +1

      @@geoffreyaduda That sounds like an awesome idea! So essentially you wanna control all the lights of your home using Arduino? That might be a bit challenging but if you provide some more details I can help. You will likely need a bluetooth module or ESP8266.

  • @temancubemlangeni925
    @temancubemlangeni925 9 วันที่ผ่านมา +1

    Thank you so much . Can i see a systematic diagram 😢

    • @Waiduino
      @Waiduino  9 วันที่ผ่านมา +1

      @@temancubemlangeni925 Do you mean a schematic diagram?

    • @temancubemlangeni925
      @temancubemlangeni925 9 วันที่ผ่านมา +1

      @@Waiduino yes,please. Sorry about the spelling error

    • @Waiduino
      @Waiduino  8 วันที่ผ่านมา +1

      @ Do you have an email I can send a screenshot to? It won’t let me send images in comments

  • @graemebrumfitt6668
    @graemebrumfitt6668 3 หลายเดือนก่อน +1

    Rite Waiduino Dude, TFS, GB :)

    • @Waiduino
      @Waiduino  3 หลายเดือนก่อน +2

      @@graemebrumfitt6668 of course! thanks for watching

  • @PrinceEffah-v7m
    @PrinceEffah-v7m 29 วันที่ผ่านมา +1

    Thank you God bless you very very much

    • @Waiduino
      @Waiduino  28 วันที่ผ่านมา +1

      @@PrinceEffah-v7m Thanks for watching!

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

    Hello thanks very much , so i have an inquire how can i use an infrared sensor as a level sensor and also with like 2 indicator LED lights ???

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

      Thank you so much for your comment! It is possible to use the infrared sensor as a level sensor however it would require much more instructions than I can show here. Would you like me to create a video to show how to create this project?

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

    Hello
    Thank you very much for this video
    I was hoping if you could please mention the name of the all components for this experiment

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

      Sure I found these all in the Arduino uno kit. It uses ultrasonic sensor, 3 LED, and an arduino uno. Let me know of you need it more specific.

  • @paulcarsco6029
    @paulcarsco6029 6 หลายเดือนก่อน +2

    I tried using the code but it didn't work because I need a value for the pulseln variable?

    • @Waiduino
      @Waiduino  6 หลายเดือนก่อน +1

      for this project, i don’t think pulseIn is a variable, it should be a library. That’s why it has the parameters (the things inside the brackets if u look at the code). Did you copy directly from the comment?

  • @jesussaquin6266
    @jesussaquin6266 7 หลายเดือนก่อน +1

    at 6:12 idk if my wiring is right but my LED is not lighting up

    • @Waiduino
      @Waiduino  7 หลายเดือนก่อน +1

      Did you notice that one pin of the LED is longer than the other? Did you follow that part?

    • @jesussaquin6266
      @jesussaquin6266 7 หลายเดือนก่อน +1

      @@Waiduino heal all good friend thank you :)

    • @Waiduino
      @Waiduino  7 หลายเดือนก่อน +2

      @@jesussaquin6266 Did my advice work? Glad everything works!!

  • @apicc9270
    @apicc9270 3 หลายเดือนก่อน +1

    Can you please help me? I used a code our teacher provided but for some reason the LCD and the sensor are not working. it lights up but there's no display. LED is constantly turned on

    • @Waiduino
      @Waiduino  3 หลายเดือนก่อน +1

      @@apicc9270 sure would you be able to show me the code?

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

    Yo. Can you tell me how to switch off two motors if the distance is less than 20 for example, and otherwise keep it on? Thanks

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

      Sure which motors are you interested in? Like servo?

  • @Sabbir-ln3bx
    @Sabbir-ln3bx 9 หลายเดือนก่อน +1

    What was the resistance of the resistor you used? And how did you wire the leds, and the wires next to the led?

    • @Sabbir-ln3bx
      @Sabbir-ln3bx 9 หลายเดือนก่อน +1

      oh wait nvm i think i got it.

    • @Waiduino
      @Waiduino  9 หลายเดือนก่อน +1

      Sounds good thanks for commenting! Were you able to create the circuit?

    • @Sabbir-ln3bx
      @Sabbir-ln3bx 9 หลายเดือนก่อน

      @@Waiduino it works thanks.

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

      en principe pour limiter le courant on met ne résistance de 1k en série avec la LED , mais comme la carte arduino de délivre que très peux de courant , aucu rsique , une résitance d e 330 homssuffit

  • @LayalAman
    @LayalAman 2 หลายเดือนก่อน +1

    Can u help me please there is an error message saying pulseln was not declared in this scope

    • @Waiduino
      @Waiduino  2 หลายเดือนก่อน +1

      @@LayalAman Hmmm did you make sure all connections were correct? What board are you using?

  • @vipulsingh1155
    @vipulsingh1155 7 หลายเดือนก่อน +2

    what is the value of resistor for led

    • @Waiduino
      @Waiduino  7 หลายเดือนก่อน +1

      I believe it is 500 or 1k but whatever value you use is fine. The lower the value, the brighter the LED.

  • @zainraza7126
    @zainraza7126 11 หลายเดือนก่อน +2

    hey their whenever i connect to 5V my arduino shuts off plz help ASAP thanks

    • @Waiduino
      @Waiduino  11 หลายเดือนก่อน +1

      Hi! I’ve had this issue in the past. Pay attention to where the 5v railing is and you might find the cause of the issue. Did you make sure all connections are correct?

    • @zainraza7126
      @zainraza7126 11 หลายเดือนก่อน +1

      @@Waiduino im not sure if my breadboard is properly or if the video is inverted u are saying to plug in the Sensor closest to the negative side right? Sorry i have a project on this and im stressed

    • @Waiduino
      @Waiduino  11 หลายเดือนก่อน +1

      @@zainraza7126 If you are referring to the sensor, the white wire is plugged to the rightmost pin on the sensor (the sensor circles should be pointed to the right). Is that what you are referring to?

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

    Can we do this with uno and hc-sr04???

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

      Yep! If I am not mistaken, I used the hc-sr04 in my video as well as the uno. Thanks for your comment!

  • @angelomunsayac478
    @angelomunsayac478 2 หลายเดือนก่อน +1

    Do you have any code for running lights?

    • @Waiduino
      @Waiduino  2 หลายเดือนก่อน +1

      @@angelomunsayac478 Do you mean like a single running LED or like lights of your home?

  • @LZ1SSA
    @LZ1SSA 6 หลายเดือนก่อน +2

    Червен кабел за маса, защо? Сигурен начин да прецакаме нещо е работата под напрежение.

    • @Waiduino
      @Waiduino  4 หลายเดือนก่อน +2

      какво имаш предвид Съжалявам за грешките, защото това беше един от ранните ми видеоклипове. Благодаря ви за коментара

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

    hello how to give connections for led positive and negative and resistor?

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

      You can find that all in the circuit diagram. The GND should connect to the railing which is connected to a resistor which connects to the negative side of the LED and the positive side connects to a pin on the Arduino designated in your code. You can find a walkthrough in my first ever video. Hope this helped!

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

      @@Waiduino oh thank you

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

      @@mvsaikartheek633 Sure no problem! Let me know if you have any other questions.

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

      @@Waiduino okay 👍

  • @ili-sha
    @ili-sha 11 หลายเดือนก่อน +1

    how many ohms resistor did you use

    • @Waiduino
      @Waiduino  11 หลายเดือนก่อน +2

      Hi! It should be 330 ohms, I’m not entirely sure. The lower resistance, the brighter your LED is gonna be. Hope this helps!

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

    What is the resister number you used bro?

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

      I believed I used like 500 or 1k but feel free to use whatever you want. Lower resistance means brighter color so I normally like LEDS to shine more

  • @ZaidQuihuis
    @ZaidQuihuis 8 หลายเดือนก่อน +2

    i love you man

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

      LMAOO thanks for the support! Were you able to built it without any problems?

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

    Can u tell me the number of the risistor and the wites

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

      I used a 1k ohm resistor. The higher resistance, the less bright your LED will be. What is your question about the wires?

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

    only one light blink you know why i pretty sure i put it together right

    • @Waiduino
      @Waiduino  8 หลายเดือนก่อน +2

      You copied the code exactly, right? What pins is each individual LED connected to. Make sure they are securely in.

    • @Mertv123
      @Mertv123 8 หลายเดือนก่อน +2

      ​@Waiduino yes I copied the code, but I think it is the wire, since it is kinda hard to follow since you don't show yourself connect the led but I will try again

    • @Waiduino
      @Waiduino  8 หลายเดือนก่อน +2

      @@Mertv123 Thank you for your feedback, I will try my best to improve that for my future videos. With the LED, do you know which wires to connect it to? Remember that the shorter part of the LED should touch the resistor and the other to the wire connecting to the pin on the Arduino.

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

      @@Waiduino it works now thanks you so much

    • @Waiduino
      @Waiduino  8 หลายเดือนก่อน +2

      @@Mertv123 No problem!! I’m so happy that you were able to make it. Is it for a school project?

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

    Yo I am new to arduino so could you tell me what app you use to put the code into the thing

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

      Yea for sure. I talked about this in my very first video but the compiler or IDE is something you have to download. Here is the link: www.arduino.cc/en/software Let me know if you have any other questions!!

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

      @@Waiduino Thank you 😊

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

      @@DanielMTB663 Yea of course! If you’re interested in other projects I would greatly appreciate it if you could check out some of my other videos since i’m really trying to grow my channel. Have you built any other projects?

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

      @@Waiduino no this is my first project as I am trying to make an RC plane. I have subscribed to see more projects. (I am using the radar to ad to the plane)

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

      @@DanielMTB663 Ohhhh that seems super interesting! Glad to see your working with the Arduino. Thank you for your support and if there’s any project ideas or assistance you need with the Arduino feel free to ask any questions!

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

    Como puede tu código mandar la información a un celular, supongamos un lugar separado, como cuando separas tu lugar, prende el foco rojo y manda la información a una pantalla.

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

      Hola! Gracias por tu comentario. ¿Quieres conectar el arduino a un teléfono?

  • @AKarts-ef4hq
    @AKarts-ef4hq ปีที่แล้ว +1

    const int echo=13;
    const int trig=12;
    int LED1=2;
    int LED2=3;
    int duration=0;
    int distance=0;
    void setup() {
    pinMode(trig,OUTPUT);
    pinMode(echo,INPUT);
    pinMode(LED1,OUTPUT);
    pinMode(LED2,OUTPUT);

    Serial.begin(9600);
    }
    void loop() {
    digitalWrite(trig,HIGH);
    delay(1000);
    digitalWrite(trig,LOW);
    digitalWrite(LED1,LOW);
    digitalWrite(LED2,LOW);
    duration=pulseIn(echo,HIGH);
    distance= (duration/2)/28.5;
    if (distance=10 && distance 20&& distance

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

    the led is not lighting up how matter I try

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

      Hmm i can assist you personally. Have you used a resistor and followed the diagram exactly? What pin did you attach it to on the Arduino?

  • @lolboqoboqo
    @lolboqoboqo 10 หลายเดือนก่อน +1

    It doesn't let me send an email here I don't know why

    • @Waiduino
      @Waiduino  10 หลายเดือนก่อน +2

      No give me your email address so I can send you an email

    • @lolboqoboqo
      @lolboqoboqo 10 หลายเดือนก่อน +2

      @@Waiduino boqo lol boqo no space for email

    • @lolboqoboqo
      @lolboqoboqo 10 หลายเดือนก่อน +2

      @@Waiduino I couldn't send the whole email since it didn't let me and no space and no numbers

    • @lolboqoboqo
      @lolboqoboqo 10 หลายเดือนก่อน +1

      @@Waiduino Did you find it?

  • @projekter.original
    @projekter.original 10 หลายเดือนก่อน +1

    Step1: Disconect Power from Arduino

    • @Waiduino
      @Waiduino  10 หลายเดือนก่อน +1

      Oh I forgot to add that to my video 😅😅. Did you make the project?

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

      💀🤣

  • @DannyYuson
    @DannyYuson 9 หลายเดือนก่อน +1

    endless thanks

    • @Waiduino
      @Waiduino  9 หลายเดือนก่อน +2

      No problem! Glad you enjoyed and learned something. Did you have to make it for a school project?

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

    hello, can i ask for the diagram? tysm

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

      Sure do you have an email or form of communication I can send the diagram to? Is it too confusing to follow with the physical components?

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

      @@Waiduino I'm sorry, I am a 2nd year college taking electronics and this is one of my arduino projects. I am sorry if I am a slow learner, earlier I tried this and it works! Tysm for the vid.

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

      @@AisaiahTrishaLABARCA Of course, no problem! I just want to know how I can improve my content for the future so that’s why I was wondering if it was too confusing. Next time I will be sure to add the diagram so that it is easier to follow along. Thank you for your comment and I hope you enjoyed the video! Are you interested in continuing to make projects with the Arduino?

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

      @@Waiduino yes I am continuing for school projects. But discovering an arduino is too early for me. Maybe in the future if I am confident enough on this one. Tysm

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

      @@AisaiahTrishaLABARCA Are you sure you don’t want to continue Arduino? I felt the same way when I started and that’s the reason I started this channel, to help others. There are wiring diagrams and in depth explanations on my other videos. Have you seen them?

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

    are you open to innovation project. ?

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

      Yea definitely! I have been working on a few but they take really long to finish them.

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

      Also don’t forget to check out my other videos with cool projects and different Arduino modules!

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

    were is a code?

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

      @@traders648 check the pinned comment

  • @TapiokaLover
    @TapiokaLover 2 หลายเดือนก่อน +1

    STE students be like:

    • @Waiduino
      @Waiduino  หลายเดือนก่อน +2

      @@TapiokaLover Haha yea 😂🤣 Are you an STE student?

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

      @ YESSIRRR ‼️‼️💯💯🔥🔥

    • @Waiduino
      @Waiduino  หลายเดือนก่อน +2

      @@TapiokaLover NICEEE STE students on top 💪💪 Do you study electrical engineering?

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

      @@Waiduino Particularly, No. Some STE schools in the Philippines start at the first year of high school. I’m still an 8th Grader 😁

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

      @ Ohhhh cool do you know what you want to study? Maybe technology?

  • @shlokjobanputra4103
    @shlokjobanputra4103 5 หลายเดือนก่อน +1

    nice i tried

    • @Waiduino
      @Waiduino  5 หลายเดือนก่อน +1

      @@shlokjobanputra4103 Awesome!! Did it work properly?

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

    Hi 7:57

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

      Hi!!! Did you enjoy the video?

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

    Hi

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

      😂😂 Hi! Are you interested in Arduino

  • @lolboqoboqo
    @lolboqoboqo 10 หลายเดือนก่อน +1

    Awesome video bruh can you help pls? thanks!

    • @Waiduino
      @Waiduino  10 หลายเดือนก่อน +2

      I’m glad you enjoyed the video! I can help, what seems to be the issue?

    • @lolboqoboqo
      @lolboqoboqo 10 หลายเดือนก่อน +1

      @@Waiduino Heyy thank you! Do you have discord account?

    • @lolboqoboqo
      @lolboqoboqo 10 หลายเดือนก่อน +1

      @@Waiduino Were not allowed to use arduino uno or any similar though so it's kinda a bit hard to choose but I think it's a small project since were not going to use arduino uno or any similar etc
      We have this type of list and I don't know which to choose for beginners raspberry pi
      Thanks!
      User Interface
      Basic
      Basic Kit (at least 2 from LEDs, Button Switches, Buzzer)
      Basic
      Bluetooth API (e.g. Blue Dot API)
      Basic
      Speech Recognition
      Basic
      Speech Output
      Basic
      e-mail Alerts
      Basic
      RFID input
      Basic
      Push Notifications to mobile using API like Instapush or Twilio
      Advanced
      Flask Server (or WebIoT) providing Web interface
      Advanced
      GUI created using TkInter or Pygame or guizero or similar
      Advanced
      Machine Learning
      Advanced
      GPIO connected Character Pad
      Advanced
      GPIO connected Joystick
      Advanced
      74HC595 & Bar Graph LED
      Advanced
      74HC595 & 4-digit 7-Segment Display
      Advanced
      74HC595 & LED Matrix 8x8 or bigger
      Advanced
      Output to an IoT broker such as Thingsboard
      Advanced
      2x16 I2C based LCD
      Advanced
      Fingerprint scanner Sensors and Actuators
      Basic
      Pi-Camera or USB Webcam for taking photos
      Basic
      PIR Infrared Motion Sensor
      Basic
      Soil Moisture Sensor
      Basic
      Rain Fall sensor
      Basic
      Relays connected to equipment such as water-pump/lights/ locks/ valves
      Basic
      CPU/Case/Graphic card temperature sensor
      Basic
      Photoresistor & LED or RGB LED with ADC module
      Advanced
      Infrared Digital Obstacle Avoidance Sensor
      Advanced
      Potentiometer & ADC module with LEDs or RGB LED
      Advanced
      Attitude Sensor MPU6050
      Advanced
      Hygrothermograph DHT11 sensor / Barometric Pressure Sensor
      Advanced
      Wind Direction & Speed sensors
      Advanced
      Ultrasonic Distance Sensors
      Advanced
      Motor with ADC control or PWM
      Advanced
      Servo Motor/s
      Advanced
      Pi-Camera or USB Webcam with Open-CV computer vision

    • @lolboqoboqo
      @lolboqoboqo 10 หลายเดือนก่อน +1

      List at least 5 functionalities in total from Table 1 below (Minimum 2 of which must be advanced) for use in your project. Elements from both sections of the table (User Interface and Sensors and Actuators) must be included. Use of the same component is only allowed once, if the two components are complementary to each other and are going to be programmed separately.
      We need to choose atleast 5 things

    • @lolboqoboqo
      @lolboqoboqo 10 หลายเดือนก่อน +1

      @@Waiduino My group and I already have chosen things can you help us pls?

  • @lolboqoboqo
    @lolboqoboqo 10 หลายเดือนก่อน +1

    boqo lol boqo no space for email

    • @Waiduino
      @Waiduino  10 หลายเดือนก่อน +1

      thanks! I’ll send an email when I get home

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

    use this code if ur buzzer sound like radioactive sound
    "#define trigPin 9 // Broche de déclenchement du capteur à ultrasons
    #define echoPin 10 // Broche d'écho du capteur à ultrasons
    #define ledPin 13 // Broche de la LED
    #define buzzerPin 11 // Broche du buzzer
    void setup() {
    pinMode(trigPin, OUTPUT);
    pinMode(echoPin, INPUT);
    pinMode(ledPin, OUTPUT);
    pinMode(buzzerPin, OUTPUT);
    Serial.begin(9600);
    }
    void loop() {
    long duration, distance;
    // Envoi d'une impulsion de déclenchement au capteur à ultrasons
    digitalWrite(trigPin, LOW);
    delayMicroseconds(2);
    digitalWrite(trigPin, HIGH);
    delayMicroseconds(10);
    digitalWrite(trigPin, LOW);
    // Lecture de la durée de l'impulsion d'écho
    duration = pulseIn(echoPin, HIGH);
    // Calcul de la distance en centimètres
    distance = (duration / 2) / 29.1;
    // Affichage de la distance dans le moniteur série
    Serial.print("Distance : ");
    Serial.print(distance);
    Serial.println(" cm");
    // Vérification de la distance et activation de la LED et du buzzer
    if (distance < 20) {
    digitalWrite(ledPin, HIGH); // Allume la LED
    tone(buzzerPin, 1000); // Active le buzzer à 1 kHz
    } else {
    digitalWrite(ledPin, LOW); // Éteint la LED
    noTone(buzzerPin); // Désactive le buzzer
    }
    delay(100); // Attente pour éviter les fausses détections
    }
    "

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

      Thank you so much! I appreciate your input!! Do you use the Arduino often?

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

      @@Waiduino yes sometimes

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

      @@ih8snow415 Oh cool!! Are you new to Arduino and electronics?

  • @clobel55
    @clobel55 9 หลายเดือนก่อน +6

    extremely confusing

    • @Waiduino
      @Waiduino  9 หลายเดือนก่อน +3

      Thanks for your comment what did you find particularly confusing?

  • @fabrithrobalino
    @fabrithrobalino 4 หลายเดือนก่อน +1

    de cuanto es la resistencia

    • @Waiduino
      @Waiduino  20 วันที่ผ่านมา +1

      150

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

    Hi

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

      Hi, how are you?