control Led from serial monitor using arduino

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • in this video we learn how to use the arduino ide serial monitor to control a light emitting diode (led), we also learn how to display using arduino ide serial monitor
    github.com/len...

КОМЕНТАРІ • 10

  • @hubertghyslain3299
    @hubertghyslain3299 3 роки тому +2

    Lesson understood sir👍

  • @yvesmugwaneza1766
    @yvesmugwaneza1766 3 роки тому +1

    Very Interesting

  • @ngabomugisha7472
    @ngabomugisha7472 3 роки тому +1

    Good video Mr.

  • @moritzwiedermann2410
    @moritzwiedermann2410 2 роки тому +1

    good indus vidus

  • @munezero-nw3rp
    @munezero-nw3rp Рік тому

    Wow keep going

  • @davidmwenebatu2447
    @davidmwenebatu2447 Рік тому

    great job thx sir

  • @iceman1st1
    @iceman1st1 2 роки тому

    @
    Idukunda Lengo. i have no experience in making stuff like this, but been trying to learn the basics for a few days now. I've watched a few videos on making a code and couldn't really understand it to make me say to myself, I think I know what to do now.
    I have one question, if i wanted to use this with an accelerometer so when it goes in a certain direction it will light up and flash, would I put this code before or after doing a code for the accelerometer, or don't it work like that

    • @idukunda_lengo
      @idukunda_lengo  2 роки тому

      Hey, if you already setup your accelerometer. First display all axis values(to make sure the accelerometer is setup correctly) then after choosing which axis you need the Light Emitting Diode to go with let's say X-axis and an if condition to it accordingly there in that condition block is where you set the LED to be On or Off to certain values. Hope I got to the point.....and that can be used in drowsy detection project. hah

    • @iceman1st1
      @iceman1st1 2 роки тому

      @@idukunda_lengo that sounds clear enough. I want to make something that would light up once it detects deceleration