Arduino Tutorial 20: Understanding RGB LED's

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 861

  • @jasonchristopher450
    @jasonchristopher450 5 лет назад +66

    I have been following your tutorials since 2016, and I have never realized until now that you are the person that sparks my curiosity. You teach me computer programming, mathematics, electronics, and the science of how things work. Looking back, I can see how much I know because of you. Paul, you are the greatest teacher I ever have and for that, I just want to say thank you. And I can't wait for the 9-axis sensor tutorial. :)

  • @ryanm5291
    @ryanm5291 2 года назад +28

    I made it to tutorial 20! I'm really good about getting excited about something then quickly losing interest. I'm proud of myself! There is nothing more exciting then starting a fresh new lesson (with my black iced coffee) and pulling something new out of my kit! Never thought in a million years I'd be spending my Saturday nights doing something like this but I've never been happier!

    • @paulmcwhorter
      @paulmcwhorter  2 года назад +6

      EXCELLENT! You are almost 1/3 of the way through the class. Then off course, lots of other videos series on this channel, so plenty to keep you buys.
      I can not think of a more fun way to spend Saturday night, and the great thing is you get up Sunday morning feeling great. Keep up the good work.

    • @ryanm5291
      @ryanm5291 2 года назад +2

      @@paulmcwhorter exactly on point about feeling great Sunday morning! I’m a recovering alcoholic with 5 years of sobriety so it’s hobbies like this that keep my brain in the right place.
      Noticed all your playlists so I’ll have to look into what else I can learn from you. Probably need to hit up your Patreon too!

    • @timbrooker8630
      @timbrooker8630 2 года назад +1

      Ryan, I've tried the RGB LED chapter. I can't get it to work. I know my code is correct. I've also tried switching resistors, RGB LEDs, and rewired my circuit more than a few times. Any suggestions.

    • @FurkanOz480
      @FurkanOz480 Год назад +2

      @timbrooker8630 maybe i think i had it too u should try to see if the connections are good and olso if u plan to lets say give a certain amount like red 50 do it on a port with the ~ then u can do analogwrite or som and olso try to see if u can light up the individual by instead of puting it on an output but the lead that was to the output to 5v to see if it brightens up or not then u can diagnose and olso maybe your resistor is wrong or not connected properly or maybe u forgot a capital in de code maybe idk

    • @johnnymnemonic3461
      @johnnymnemonic3461 Год назад

      @@FurkanOz480Thank you for help. I have the same problem. Tried all the suggestions, found that the declaration of STRING doesn t change it s color, maybe the syntax is different for the newest version 2.0.3. that i use.

  • @rolstonholas333
    @rolstonholas333 5 лет назад +37

    Thanks for the shout out for the UK viewers, there seems to be quite a few of us. Keep up the good work PW

  • @robjameson7965
    @robjameson7965 4 года назад +29

    Most excellent "behavioUr" for the English spelling!

  • @FuNkT0iD
    @FuNkT0iD 3 года назад +10

    For anyone who is working through this most excellent tutorial - please make sure you adjust your Serial input to "No line ending" otherwise the conditional statements here won't fire. Aside from that, this is 10/10 awesome! Thank you Paul McWhorter! :)

    • @thefederalbureauofinvestig496
      @thefederalbureauofinvestig496 Год назад +2

      I have been banging my head for a day trying to get it to work and this did it thanks

    • @adhyayansonthalia1422
      @adhyayansonthalia1422 Год назад +1

      Thankuuuuuuuuu!!!!

    • @andrewlambdin8568
      @andrewlambdin8568 Год назад

      Much appreciated. This was driving me crazy

    • @neverythingk3270
      @neverythingk3270 11 месяцев назад

      how to do it can you tell me please i am banging my mind from long time

    • @Ricky-kw2in
      @Ricky-kw2in 11 месяцев назад

      I was having so much trouble getting it to work but I had it on new line all the time, thanks for the tip, it finally worked!!

  • @shorifulhaque5137
    @shorifulhaque5137 4 года назад +11

    I deeply appreciate the 'u' in 'colour.' More than you could ever know. Thanks, Paul.

  • @jakubkosior
    @jakubkosior 9 месяцев назад +4

    A little remark, to people who might have problems with the diode lighting up. In my case I had to change the condition statements (starting with "if") from f.e.: " if (myColour == "red") ", to " if (myColour == "red
    ") ", because the Arduino IDE had some problems with interpretation of the new line after each question.
    Mr. McWorther, your channel was recommended to me by a good friend of mine. I really do love and enjoy your Arduino Tutorial. Please never lose your passion to teaching and your spirit. I am looking forward to watching your future videos ^^.

    • @Buddy-do5yk
      @Buddy-do5yk 28 дней назад

      Hi, thankyou for your suggestion to change the if command to include red
      . I have just spent quite a considerable time trying to work out why my LED wouldn't light up.

  • @jayjay_yah
    @jayjay_yah 4 года назад +195

    Remember to have the serial monitor set for "No Line Ending "

    • @shuttlepodone1707
      @shuttlepodone1707 4 года назад +3

      Good reminder! On the web based version of the Arduino Editor this setting is at the top left to the left of the baud rate drop down.

    • @alexcork6986
      @alexcork6986 4 года назад +16

      wish I had looked at this comment an hour ago!!!!! =-)

    • @slightlyarrogant
      @slightlyarrogant 4 года назад +7

      I spent like 90 minutes to discover what was wrong; Yes indeed I wish I looked at your comment a bit earlier

    • @wallaceshackleton1889
      @wallaceshackleton1889 4 года назад +2

      Once bitten, twice shy.

    • @Yrael55555
      @Yrael55555 4 года назад +1

      fell for this - using VScode as my editor so didn't think to check. Doesn't look like you can change it yet either 🤦‍♂️

  • @dimpledharamsi7704
    @dimpledharamsi7704 2 года назад +5

    Hello !
    I was very curious to know about this 4-legged LED and I played along with it for a while. I went through the color charts and made CYAN, MAGENTA, YELLOW, WHITE followed by the basic RED , GREEN , BLUE colors. Further out of my curiosity I did a little experiment with 3 potentiometers and the RGB LED. It worked well and I made other beautiful colors such as LAVENDER and ORANGE. Thank you so much for teaching me the fundamentals so well. Blessed to be learning from you!

    • @baconguy777
      @baconguy777 Год назад

      Nice idea I am going to do it

  • @NatureBoy-kk2cv
    @NatureBoy-kk2cv 8 месяцев назад +2

    Love the series Paul. I don't have an Arduino as yet but am following. Thanks for the "U" in colour. We spell it that way in Oz. When I get my Ardi I'll do all of the lessons on it. You have an excellent (most excellent?) incremental teaching style. Thanks so much for your work in doing these.

  • @icuderby5486
    @icuderby5486 4 года назад +19

    "Boom" learned some more. Love the UK shout out with "colour"

    • @stonkyboy7606
      @stonkyboy7606 3 года назад

      Canadians also use the "u" in colour!

  • @kevindegoede9144
    @kevindegoede9144 4 года назад +5

    I have been following the lessons and BOOM I have a much better understanding of programming. What has helped is the fact that mistakes are made, whether intentional or unintentional, and that is where I have gained the most because so many are similar to what I've done. Thanks for the lively and informative tuition. I am especially looking forward to reading to and from LCDs. I hope that is in the programme.

  • @BarryWilcockson
    @BarryWilcockson Год назад +2

    Thanks for including us Australians with the spelling of colour. A great series of tutorials.

  • @amazinplays7813
    @amazinplays7813 3 года назад +1

    I have spent two days trying to make this work. My serial monitor wasn’t set to “no line ending” . Now it works!!!

    • @waitwhat612
      @waitwhat612 3 года назад

      Same, but why ?

    • @martini1094
      @martini1094 3 года назад

      @@waitwhat612 you need to set your serial monitor to no line ending

  • @peterdr8726
    @peterdr8726 2 года назад +1

    Hi Paul, thanks for the arduino lessons, I've never had a better teacher !
    I am a retired electronics engineer , and enjoy the modern arduino applications ,
    thanks to you!
    Peter, Belgium

  • @Large_Woman
    @Large_Woman 3 года назад +9

    20 lessons in, and "hook a brother up" still makes me grin from ear to ear. ^o^

  • @unclecrusty5476
    @unclecrusty5476 3 года назад +1

    Thank you very much for the shout out Paul. I decided to use your parseInt stuff so I could manually set the brightness for my program.

    • @dukydon
      @dukydon 3 года назад

      Hi, I also did this however, my blue coluree is way less bright than red and green given the same brightness argument. I tried both RGB leds, swapped current resistors and also swapped pins at the Arduino to no avail. I can try a lessor current resistor but, should I have too??? Any insight would be appreciated!
      dhrubes@hotmail.com

  • @TheSailingwoodworker
    @TheSailingwoodworker 3 года назад +1

    I got sloppy on this one and powered a few of the LEDs with digital pins. Some of the colors worked but the ones that needed one to be dimmed did not work right. After putting them all on the analog outputs they worked great. After 20 episodes I'm still here. 48 more to go! These are awesome videos!

  • @madskillz98258
    @madskillz98258 3 года назад +1

    RGB BOOM! I decided for my project to use three for loops to make the LED cycle through all the possible colors.
    It's pretty nice to watch.

  • @slnuygn
    @slnuygn Год назад +1

    I've been following this series and playing along, I am eager to learn more and I'm having so much fun! You're the best teacher ever!

  • @Dhananjay_Pandey
    @Dhananjay_Pandey 5 лет назад +34

    Hi Mr. Paul ,❣️You From "The India"
    Your Videos are really Amazing 😍

    • @prashantgunjal5566
      @prashantgunjal5566 4 года назад +1

      me too from india

    • @tellder1
      @tellder1 4 года назад +13

      Age long question "If indian guys teach everything on RUclips, then who teaches indians?" has finaly been answered! It was our best teacher Paul all along!

    • @rushipadhiyar2615
      @rushipadhiyar2615 3 года назад

      @@tellder1 True that

    • @Anonymous-yy5qr
      @Anonymous-yy5qr 3 года назад

      @@tellder1 truuu

  • @legendarystudios8421
    @legendarystudios8421 2 года назад +1

    I took a break from Arduino, but I am really happy that I started doing this again. You are the best.

  • @bingosmum1
    @bingosmum1 5 месяцев назад

    “Colour” for us Aussies too. Thank you so much for all these tutorials. The absolute best and easiest to follow.

  • @gilnasty82
    @gilnasty82 2 года назад +4

    Had issues with this once I started adding the extra colors (the assignment). Realized that pin 8 wasn't an analog pin! Once I switched the pins to 9, 10, and 11, everything worked perfectly!! Hope I'm not spoiling the next lesson for anyone!! I also like adding all "case" versions of the word. Silly since it'll just be me typing in the Serial Monitor, but I guess I'm a little OCD too!! HAHA! Another good lesson Paul!!

    • @julelippmann5246
      @julelippmann5246 Год назад

      Thank you soooooo much for your comment! I could not for the life of me figure out why I could not turn on any colour of the LED. Switching pins finally did the trick!

  • @yamaha893
    @yamaha893 Год назад +1

    you've done me a great favour by spelling colour courectly. great episode!

  • @chrisperrott8781
    @chrisperrott8781 4 года назад +6

    Hi Paul, Thanks for the wave to the British :-) Loving the course. Stay safe.

  • @thegringobaker
    @thegringobaker Год назад

    Whew... this one went WAY better than lesson 19. I paused the video and went and coded the exercise (I did glance back at the code for 19 a couple of times) and it worked! I even added a fourth if which lets people know if they entered an unavailable color.

  • @danthelinuxman
    @danthelinuxman Год назад +1

    Im British and enjoying you lessons !!

  • @tretty07
    @tretty07 3 года назад +1

    Thanks for the shout out, watching from the UK working my way through this series.

  • @CK-sv8fc
    @CK-sv8fc 3 года назад

    After doing this tutorial. I made a blinking light with different kinds of colours. it was a long code and its all worth it! I'm very happy!

  • @Rorschachcollision
    @Rorschachcollision 11 месяцев назад +1

    As a Canadian, I appreciate the spelling of "colour". These tutorials are brilliant btw!

    • @luciusrex
      @luciusrex 8 месяцев назад

      Manitoba represent!

  • @johnsathe2429
    @johnsathe2429 3 года назад

    I can see "new", I can see "improved", but never "new and improved". Can't be done as it is either new or improved. Not both. These are "most excellent" tutorials. Easy to understand and I'm seeing new things and improving my base. Thanks for these.

  • @MrRealCAM
    @MrRealCAM 17 дней назад

    Paul, I am really loving these tutorials. I got my Arduino kit from college and getting stuck into learning how it works. Furthermore, I really appreciate the way your spelt colour!! Greetings from the UK

  • @tomroberts3851
    @tomroberts3851 Год назад

    I did your homework task, then I created three counters and created a light that changes colour constantly, SO COOL!! Thanks so much, I've made it to Tutorial 20 and I'm still LOVING IT!!!

    • @tomroberts3851
      @tomroberts3851 Год назад

      PS. I got massively caught out by using pins 11, 12 and 13 before realising I needed to use pins 9,10 and 11 with PWM. Thanks so much for your great content Paul!

    • @paulmcwhorter
      @paulmcwhorter  Год назад

      PWM is your friend!

  • @allensun
    @allensun 4 года назад

    As someone who learned Canadian English, the "colour" spelling was appreciated! Thanks for the tutorial as always.

  • @jadersoares3659
    @jadersoares3659 Год назад +1

    Mr. Paul McWhorter is the best teacher ever! God bless

  • @426F6F
    @426F6F Год назад +3

    Just thought about how to make the RGB LED cycle between ROY-G-BIV!
    I had problems with it flickering initially, but I realized that it's because I allowed the values to reach zero (off) and then turn back on at full brightness. There's all the colours for you and then some Paul! Thanks for being a great teacher. Without your lessons I probably wouldn't have even thought about how to do this!
    int red_pin = 9;
    int green_pin = 10;
    int blue_pin = 11;
    int red_val;
    int green_val;
    int blue_val;
    int delayTime = 5;
    void setup() {
    // put your setup code here, to run once:
    Serial.begin(9600);
    pinMode(red_pin,OUTPUT);
    pinMode(green_pin,OUTPUT);
    pinMode(blue_pin,OUTPUT);
    }
    void loop() {
    // put your main code here, to run repeatedly:
    for (red_val == 255; green_val < 255; green_val += 1) {
    analogWrite(green_pin,green_val);
    delay(delayTime);
    }
    for (green_val == 255; red_val > 1; red_val -= 1) {
    analogWrite(red_pin,red_val);
    delay(delayTime);
    }
    for (red_val == 1; blue_val < 255; blue_val += 1) {
    analogWrite(blue_pin,blue_val);
    delay(delayTime);
    }
    for (blue_val == 255; green_val > 1; green_val -= 1) {
    analogWrite(green_pin,green_val);
    delay(delayTime);
    }
    for (green_val == 1; red_val < 255; red_val += 1) {
    analogWrite(red_pin,red_val);
    delay(delayTime);
    }
    for (red_val == 255; blue_val > 1; blue_val -= 1) {
    analogWrite(blue_pin,blue_val);
    delay(delayTime);
    }
    }

    • @426F6F
      @426F6F Год назад

      I think you could also adjust the max brightness by making it a variable that you adjust with the potentiometer and then making that the initialization and the condition parameters for the for loop, but I'm not sure, going to have to try that in the morning!

  • @JayBee6011
    @JayBee6011 2 года назад

    I'm British (from Bristol, England). I appreciate the "Colour" gesture, thank you.

  • @aynursunagatullin7029
    @aynursunagatullin7029 3 года назад +1

    Mr. McWorther, thank you for another amazing lesson, I did the code as well here Is mine
    int rPin=12;
    int gPin=8;
    int bPin=7;
    String ledColour;
    int dt=1000;
    String error="You didn't write an option, please try again.";
    String msg="What colour led do you want?";
    void setup() {
    // put your setup code here, to run once:
    Serial.begin(9600);
    pinMode(rPin,OUTPUT);
    pinMode(bPin,OUTPUT);
    pinMode(gPin,OUTPUT);
    }
    void loop() {
    // put your main code here, to run repeatedly:
    Serial.println(msg);
    while(Serial.available()==0){
    }
    ledColour=Serial.readString();
    if(ledColour=="Blue"||ledColour=="blue"){
    digitalWrite(bPin,HIGH);
    digitalWrite(gPin,LOW);
    digitalWrite(rPin,LOW);
    }
    if(ledColour=="Green"||ledColour=="green"){
    digitalWrite(bPin,LOW);
    digitalWrite(gPin,HIGH);
    digitalWrite(rPin,LOW);
    }
    if(ledColour=="Red"||ledColour=="red"){
    digitalWrite(bPin,LOW);
    digitalWrite(gPin,LOW);
    digitalWrite(rPin,HIGH);
    }
    if(ledColour=="Off"||ledColour=="off"){
    digitalWrite(bPin,LOW);
    digitalWrite(gPin,LOW);
    digitalWrite(rPin,LOW);
    }
    if(ledColour!="Green"&&ledColour!="green"&&ledColour!="Blue"&&ledColour!="blue"&&ledColour!="Red"&&ledColour!="red"&&ledColour!="Off"&&ledColour!="off"){
    Serial.println(error);
    }
    delay(dt);
    }

  • @muhammadrafiqulislamkhan6994
    @muhammadrafiqulislamkhan6994 3 года назад

    Paul when you say Hold your breath and let see and then say, Boom. This is such a exciting moment to catch your excitment to see your magic. I am new. Just begin to learn. I become so excited when you do to us in your every new project. Thank you.

  • @doverivermedia3937
    @doverivermedia3937 2 года назад

    So very nice of you to acknowledge us 'Brits". Superb videos ! Insightful and fun. I'm working my way through them all. Fantastic you're digging deeper with important theory. At 58 (and RR aero-engine mechanical engineer), I didn't know a resistor from an LED. Your teaching method is totally engaging. Kudos to you sir. While I'm tapping, and at the risk of being one of those 'wise guys' SOS is souls not ships. 😄. I'm sure i'm not the only smart ass. Greetings from 🇬🇧 ...

  • @patrickmachacek894
    @patrickmachacek894 3 года назад

    Paul McWorthers teaching is so intriguing that i started the combination of lights even before he mentioned it!

  • @eli6156
    @eli6156 2 года назад

    I have rewritten this program 5 times. Rebuilt this circuit 10 times. Watched the video 25 times. Only to find out about "No line ending" from the comment section. Thanks to the comment section!!!! And Paul

  • @tpm369
    @tpm369 4 года назад

    Thank You for not editing out your errors. More importantly, Thank You for talking out loud while you troubleshoot them. I usually pick something up that I did not know/think of from what you said out loud!

  • @reecevansanden
    @reecevansanden Год назад

    Really kind of you to give the Brits a nod! We're struggling at the moment with all the division over here - a bit of unity is appreciated.

  • @jaythompson5102
    @jaythompson5102 2 года назад +1

    Ok Paul I'm 20 videos deep you are a fantastic teacher! When you say in the other video 'I feel like I'm talking to a brick wall.' I yelled back at my monitor 'I'm here and I'm loving it Paul!'. OK I'm a little bit strange sometimes, I've been home due to COVID for a week and I'm starting to go crazy, yelling at youtube videos.
    All the same I just wanted to say how enjoyable this has been thus far and I can't wait to be with you to the end! I'll be on your Raspberry Pi videos next I suspect.

  • @et4493
    @et4493 Год назад

    The extent Mr. McWhorter goes to teach us is a delight

  • @kageshirou
    @kageshirou 3 года назад +1

    I have been learning all your lessons and doing all the homework so far and it is awesome! I'm from Canada so we use "colour" here. Thanks for all the lessons so far.

  • @christopherwhite8453
    @christopherwhite8453 4 года назад +2

    Another Brit here loving the acknowledgment and the Arduino Tutorials in general. Thank you 😁😁

  • @ellerycadel
    @ellerycadel 2 года назад

    Good lesson. I messed up the brackets after the "if" statements which made a mess of the LEDs lighting up but once I figured that out it worked like a charm. Thanks for a great lesson.

  • @zigzag00
    @zigzag00 10 месяцев назад +1

    As a Canadian thank you for using Colour ;)

  • @magwitch
    @magwitch 2 года назад

    Just started watching this series yesterday. I greatly appreciated the "U" in colour! Thanks for the lessons, they've been very helpful for understanding micro-controller code. Cheers from the UK.

  • @RavensHammer00
    @RavensHammer00 Год назад

    I loved being able to play around and get just the color I thought matched the colors asked for, the values suggested online were way off to my eye!. Thanks for the lesson, Paul!

  • @iandawkins2182
    @iandawkins2182 5 лет назад +6

    Another great learning experience as always. I'm from the UK and yes "Colour" & "Color" I think are now interchangeable. I am old enough to have programmed Commodore 64's and other basic computers using color so no probs for me but nice to see you thinking about us Brits. Respect and keep them coming :-))

  • @theknottyworkshopgeoffjung529
    @theknottyworkshopgeoffjung529 4 года назад +11

    Paul, I learned one hell of a lesson! I typed in my code and built my circuit before looking at yours. After debugging the normal stuff, it compiled but would not work. I would type in the color, but no LED would light. I tested the circuit to 5V, and the LEDs lit. I went over the code and it matched yours exactly, except for the variable names. After going over it for nearly an hour, I retyped the code, without using copy and paste. Still the same thing. It turned out to be I did not have "no line ending" selected in the serial monitor. I had remembered you mentioning this in a previous video. Thanks! Love your videos. Geoff Jung

    • @andrewwhitcombe8155
      @andrewwhitcombe8155 4 года назад +1

      Geoff Jung . Mate! thank you. I've been struggling with that exact problem for a couple of hours but didn't go back to the videos. Read your post and BOOM worked. Well done!

    • @deyanvalkov5129
      @deyanvalkov5129 3 года назад

      Mate i have spent my whole day today to figure out what the heck i am coding wrong as i had same issue as you . i must have missed this for no line ending
      i even rewriteed the program instead of asking for colour to ask for number and was playing with j as int from 1 to 3 to make it work ooooo thanks for sharing this mate

    • @FransSchalkwijk
      @FransSchalkwijk 3 года назад

      Thanks mate. same problem here. I didn't remember that.

    • @jamesmcknight2130
      @jamesmcknight2130 3 года назад

      Thanks dude. i had no idea why my code wasnt working

    • @tylerswingler5320
      @tylerswingler5320 2 года назад

      Thanks for your solution. I have been trying to figure this out for days.

  • @matthewmoore7916
    @matthewmoore7916 2 года назад +1

    I would move to Texas just to take a class with him. I LOVE THIS SERIES!

    • @paulmcwhorter
      @paulmcwhorter  2 года назад +1

      Well, I live in Africa now, so you would have to move to Africa.

    • @matthewmoore7916
      @matthewmoore7916 2 года назад +1

      @@paulmcwhorter I would do that, also that’s really cool!

  • @warriorsstatus
    @warriorsstatus 20 дней назад

    Hii Sir, I am your 18 years old student from India. Love your Teaching from India.😊😊

  • @geekgloryenglish2822
    @geekgloryenglish2822 3 года назад +1

    One of the Best courses in RUclips Ever!

  • @pathvalleyrailroad9277
    @pathvalleyrailroad9277 2 года назад

    I was failing miserably at getting this to work. I would type in a color and get nothing out, no lights but the message popped back up again. I found the answer in one of the comments below, turned the serial monitor to "no line ending" and it works perfectly. :) Thanks for these videos, I'm learning a lot.

  • @vedantalimchandani4100
    @vedantalimchandani4100 3 года назад

    I always thought online teaching can never be effective and you could never tune with the teacher.
    Paul, you made me realize that even online teaching can make bonds between teacher and student.

  • @crewchief2761
    @crewchief2761 3 года назад +1

    Some times want to scroll up and fix things. Great lessons.

  • @markharrisllb
    @markharrisllb 3 года назад +2

    Thank you for the 'u', like everything else in your lessons it’s very much appreciated. I think I'll solder my first board and keep this one.

  • @captinkrazy6968
    @captinkrazy6968 2 года назад

    This is my second time following along with these videos but i changed up the last lesson and used the RGB LED and i added purple to the color options.

  • @scrappybobbarker5224
    @scrappybobbarker5224 3 года назад

    The last couple videos about user interaction were a lot of fun, but this program is just too much fun, in addition to your assignment I think I'll have to add a few dozen more colors. Thanks and God bless!

  • @charlesmarlin6632
    @charlesmarlin6632 4 года назад

    Added Mauve (RGB 197, 140, 157) Color option because this is such a 'Mauvelous' Arduino Video ... Well Done. Having a lot of fun learning from the Tutorials.

  • @oooivn
    @oooivn 2 года назад +1

    G'Day Mate
    I am loving the tutorial and especially love how you set homework so we can try and figure things out by our selves in small bites. can't wait to continue through the series you have put together.

  • @TheFalconJetDriver
    @TheFalconJetDriver 5 лет назад +5

    “Boom” you did it again, you made my light bulb turn on with RGB or should I say my mental LED? 😁

  • @cub1c698
    @cub1c698 4 года назад

    Hello, fellow Briton. I would just like to say well done to everyone for getting this far in the course and keep up the good work Paul.

  • @lordmesha
    @lordmesha 4 года назад +1

    i had a common cathode but ive figured it out by looking at circuit diagrams online. used what i learned here to make it work!

  • @Yrael55555
    @Yrael55555 4 года назад +2

    British learner here, appreciate the UK shout out (Canada and NZ do it too tho!), as well as the course in general

  • @ErlankBru
    @ErlankBru 7 месяцев назад

    I sit and played with these assignment colours... Loved it! Thanks Paul!

  • @JR-je7ce
    @JR-je7ce 3 года назад

    Omg thank you so much its been driving me insane watching you spell colour as color after so many episodes it started to feel like I'd been spelling it wrong my whole life haha

  • @martinhebben2072
    @martinhebben2072 4 года назад +2

    Hey Paul. You doing a great job. I'm not always logged in. But i'm doing my "homework". and following you step by step..

  • @preetamsingh147
    @preetamsingh147 4 года назад

    I literally loved playing with analogRead commands in RGB. That was freakishly interesting. Thank you Grand Pa!

  • @philnewman1110
    @philnewman1110 Год назад +1

    Wow! that was a difficult one, really struggled to get the yellow, but it was a great tutorial, thanks Paul.

  • @tkingstl
    @tkingstl 2 года назад

    Great lesson, it puts into perspective the 255 value(s) of color mixing in most programs.

  • @steveharris7476
    @steveharris7476 4 года назад

    Hi Paul , Kudos to you sir for the English spelling of Color. I have been coding along with you on previous Tutorials and changing the spelling accordingly. I am still enjoying the Tutorials and trying to modify the coding after seeing the videos. Sometimes it works but not always , but it dosen't stop my enthusiasm for the course. Trying to do one video course a day and at least i know if i have to go over something more than once I can just watch the video again. Keep up the Good work Paul you are doing a great job.

  • @andrewbarrattmaher
    @andrewbarrattmaher 3 года назад

    Hi Paul, I'm one of you British fans, I'm new to Arduino and your lessons are interesting and useful .

  • @richardallen1169
    @richardallen1169 3 года назад

    Thanks for the shout out Paul. Totally enjoying your very entertaining and colourful course. From Colchester in the UK

  • @kbdozz
    @kbdozz 2 года назад

    super excited! My Elegoo kit finally arrived - just in the nic of time as I didn't have an RGB LED in my possession....Kit looks great!

  • @matthewframe92
    @matthewframe92 2 года назад

    I absolutely love your tutorials. I’ve been following you all the way up to lesson 20 (that’s where I’m currently at) I’ve been saving all of the sketches we do and once I finally understand what we’re doing. I go in and tweak it and see if I can’t get it to do what I want it to do. I’m gonna start commenting more. The math is very important too.

  • @Японскийшагзашагом

    Thank you very much for an amazing lesson! Had so much fun with the ping-pong ball, and when I turned the light off:"Boom!" It looked great!
    Changed redPin to ~6.
    Assignment is completed, but Orange doesn't look really well, although I checked in the internet.
    Looking forward to the next lessons!

  • @james647736
    @james647736 4 года назад +1

    Yes Paul! Hello from England - UK. Nice to be included. thank you so much for these helpful videos.
    P.s ignore the hatred, people seem to take out there anger on the internet. Its a strange quirk of social media where it wouldn't happen face to face,
    I guess our brains haven't evolved for this technology yet XD. Again thank you, you are so kind providing this information for free, not many people are
    prepared to put this much effert in to help others.

  • @ericsmith7988
    @ericsmith7988 4 года назад

    This lesson is basically like the last one I just replaced the 3 separate LEDS with the RGB LED. I do not have a small ball like that, I tried using paper and other items but I see where the RGB LED would have uses. Thank you Paul, when I get a ball like that I will come back to this one make different colors.

  • @mikemanny1533
    @mikemanny1533 4 года назад

    Glad you spelt colour properly there, matey! Us Brits can get awful tetchy 'bout them spellings! Greetings from Great Brittania!

  • @andrewlord3398
    @andrewlord3398 2 года назад

    YAY!!!! You spelt COLOUR correctly!! :) This makes me ridiculously happy! Thank you. And thanks for such clear and relaxed teaching ( from a Brit :) )

    • @paulmcwhorter
      @paulmcwhorter  2 года назад +2

      If you want to make a Brit happy all you have to do is throw in the extra u on Colour.

  • @subharatnodas4737
    @subharatnodas4737 4 года назад

    Hello sir. I don't know if you will see this comment or not, but still I felt like writing tHis. After seeing this video, I did a new thing.
    I used 3 potentiometers, and used them to control the extent of red, blue and green colours respectively in the RGB led. And boom, I was so happy when it worked out as expected. I could manually control the colours without giving any colour name as input in the serial monitor.

  • @worldtraveler6719
    @worldtraveler6719 Год назад +1

    Love your tutorials.. and love the orange shirt :) Thank you so much

  • @flipper556
    @flipper556 Год назад

    Hi Paul! GREAT LESSONS, thank you!!! Here in Canada, we also use colour. Color while gaining popularity is, at this point, American only.

  • @thisguy5279
    @thisguy5279 Год назад

    You had me going on the red led on the homework. I couldn't trim the red for some reason. Finally figured it out.

  • @paulmccarthy4034
    @paulmccarthy4034 3 года назад +1

    Thanks for the shout out (To the brits ) lovin your work !!!

  • @mdheere540
    @mdheere540 4 года назад

    Hallo , Dear Mr McWhorter ,This is Yoonis from UK. I really like your channel and really learned a lot from your channel. thank you again you made my work life a lot easier.
    thx and than you saying Colour

  • @erygion
    @erygion 4 года назад +1

    I had lots of fun on this one. Thank you Mr. Mcwhorter. Great lesson.

  • @CiscoSaeed
    @CiscoSaeed 5 лет назад +2

    you gave us the best concept about RGB and how to use it with Arduino..Many thanks to you :-)

  • @stevemorgan3597
    @stevemorgan3597 4 года назад

    I had a lot of fun creating colours with this one. I used a "while" statement to have the blue and red Led's blink alternatively. Any character sent to serial input turns the blinking off. Thanks for these tutorials.

  • @terencebarber4269
    @terencebarber4269 4 года назад

    Thanks for this lesson Paul. Yes here in the UK we do spell colour with the u included. Great course and i'm learning a lot. sometimes have to do the lessons again just to get it to stick in my thick skull. A constant reminder to myself is remember to ensure I put the comments into the sketch so I know exactly why I have done something.

  • @marksimpsonUK
    @marksimpsonUK 2 года назад

    Hi Paul, thanks for spelling Colour correctly 😀. Also id like to thank you for sharing your time and knowledge in these most excellent videos.

  • @nerdape7314
    @nerdape7314 4 года назад +3

    i still love the way he says "BOOM"

  • @jamesrobertson9563
    @jamesrobertson9563 5 лет назад +1

    Cheers Paul, it looks like there's quite a large following from this side of the pond!

  • @Adam-db6dc
    @Adam-db6dc Год назад +2

    For those using another kit like me sometimes it wont look like his but more like a chip with an LED on it and 4 legs infront on one side called an RGB Module yes..... i also got confused at first but then i googled about it and they pretty much are the same thing