Arduino Uno R4 WiFi LESSON 17: Control Multiple LED from the Serial Monitor

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

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

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

    Thx again, I am always finding something interesting, which is new to me! Like the command that transform to lower case ..

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

    Conditionals are important and ALWAYS GOOD to REVIEW!

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

    I got the homework solution working after a bit of earned effort and felt good about it! Thank you!

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

    Sorry I missed being online to watch today. Great video!

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

      Hopefully you will make it next week.

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

    I turned the pins off between the end of the WHILE statement and the readString and it worked fine.

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

    in PlatformIO, the brackets are colour coordinated to show which pair open and close each other. If you havent figured it out yet, in ArduinoIDE if you select a { it will high lite it's mate. I simply added a delay to turn the selected light off after 2 seconds. That seemed to be the right amount of time to respond to the query.

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

    Beautiful Paul, thank you 😊👍🏼

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

    Thanks Paul, I was successful!

  • @patrickfox-roberts7528
    @patrickfox-roberts7528 9 หลายเดือนก่อน

    Thanks as ever Paul.

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

    Good day do you have a video on making a attitude indicator using a arduino? Looking to build one for my RC plane attitude speed and altitude or can you point me in the right direction please

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

      th-cam.com/video/2AO_Gmh5K3Q/w-d-xo.htmlsi=OFdCXO3d87s7etsm

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

    Thank you Paul!

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

    It would be very cool if you made lessons about Open AI to learn about AI love the lessons!

  • @hanspijpers2100
    @hanspijpers2100 14 วันที่ผ่านมา

    Hi, I added this :
    if (userColor=="off"){
    digitalWrite(redPin,LOW);
    digitalWrite(yellowPin,LOW);
    digitalWrite(greenPin,LOW);
    }
    if (userColor != "red" && userColor != "yellow" && userColor != "green" && userColor != "off") {
    Serial.println("You typed it wrong, Sir");
    delay(waitT);
    }
    to turn all off.

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

    I am Legend, double Chest Bump🤜

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

    I am Legend - Double Chest Bump

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

    👍

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

    I am legend 💪💪

  • @edcox7666
    @edcox7666 13 วันที่ผ่านมา

    I am legend?.. I used analogWrite instead of digitalWrite, but it worked most excellent. I also could not get if (color !=“red” || color!=“yellow” || color!=“green”){ Serial.println (“You must choose red, yellow or green” ) It would print You must… every time. If I dropped off the || color!=“yellow and green it worked.
    I placed it after color.toLowerCase. Don’t know

    • @edcox7666
      @edcox7666 13 วันที่ผ่านมา

      Used pin 9,10, 11

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

    More Legendary lessons - th-cam.com/video/CpxZV8TS-n0/w-d-xo.html

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

    Lesson 17: th-cam.com/video/71ajLMf_6SM/w-d-xo.html

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

    my homework: th-cam.com/video/ZrIOIfbWMv0/w-d-xo.html Thank you mr. McWhorter for the great lesson.💪

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

      LEGEND!

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

      Thanks. Helped me figure out my one mistake…

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

    my Homework: th-cam.com/video/kJYltc7JGu8/w-d-xo.htmlsi=4MMFCAyjCRLo_iv9

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

    Homework done: th-cam.com/video/y7uTm6oQbEk/w-d-xo.html

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

    Thanks for this lesson Paul. Homework done: th-cam.com/video/QlPcuTBOz58/w-d-xo.html