Arduino Basics Multiplexing Explained

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 32

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

    I'm a PLC programmer by trade, and still amazed when I see what super fast scan times can actually create. Love it

  • @jxt2721
    @jxt2721 8 років тому +15

    Very clever using the pot to change the delay!!

  • @Sandarpan
    @Sandarpan 4 роки тому

    Wow. No other words to describe your style of explaining. Cheers

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

    This video opened up alooot of possibilities for me, thanks✌

  • @erixmacleod6097
    @erixmacleod6097 3 роки тому

    This is amazing I never knew this my whole life

  • @Anon.thoughts
    @Anon.thoughts Рік тому

    Thank you, this was easy to understand.

  • @stephendudley4377
    @stephendudley4377 4 роки тому

    Good video, I've always wondered how those worked

  • @gus8378
    @gus8378 4 роки тому

    I wonder how to do this with more outputs than the number of pins you have.

  • @mariosnikolaidis1849
    @mariosnikolaidis1849 3 роки тому

    You are great , keep it up!!

  • @syaduinotech3681
    @syaduinotech3681 3 роки тому

    Wau.. now I understand.. please help how you set it up sir? Or share the link related. Tq sir

  • @MrAliusman73
    @MrAliusman73 5 років тому

    sir how to read multiplexed signal out from one arduino at led display to another arduino??

  • @nolambda6486
    @nolambda6486 4 роки тому +1

    hi,
    Not only the persistance of vision cause the effect, there is also the fact that a led doesn't stop shining immediately after turning of

  • @theredstonehive
    @theredstonehive 6 років тому +1

    Why are Transistors sometimes used?

    • @awesomeproject2755
      @awesomeproject2755 6 років тому +1

      los transistores son utilizados cuando el arduino no puede con la carga por si solo

    • @DeadpoolJust
      @DeadpoolJust 6 років тому +1

      "the transistors are sometimes used when the arduino cannot withstand the load by itself" - Awesome Project

    • @awesomeproject2755
      @awesomeproject2755 6 років тому

      @@DeadpoolJust thanks for the translation man

  • @owenbame1131
    @owenbame1131 11 місяців тому

    Is this why when you take a video of leds on your phone it kinda pulses

    • @learnelectronics
      @learnelectronics  11 місяців тому

      I'm not certain how camera flash LEDs are wired, but it could be.

  • @clarkso65
    @clarkso65 7 років тому

    Great idea! very useful for us beginners, thanks so much.

  • @GoncaloRijo
    @GoncaloRijo 8 років тому

    So simple and so great!

  • @scorephotos8232
    @scorephotos8232 8 років тому +1

    Thanks for the explanation. Could you maybe comment with a basic code segment from the loop? Is is something like: digitalWrite(segA, HIGH)
    delay(1)
    digitalWrite(segB, HIGH)
    delay(1)
    and so on...

    • @learnelectronics
      @learnelectronics  8 років тому

      Score Photos you are very close, all you forgot was to turn off the segment before moving on...digitalWrite(segA, HIGH);
      delay(wait);
      digitalWrite (segA,LOW);
      delay (wait);
      but that is only for this example. in normal practice you store the segment for each number in a binary byte and then call the byte by name.

    • @MikeMushovic
      @MikeMushovic 6 років тому

      @@learnelectronics Could you share the whole code and the circuit for this demo ?

  • @melvingozo
    @melvingozo 5 років тому +3

    doesn't look like multiplexing to me

    • @JeremyCook
      @JeremyCook 4 роки тому

      Not what I thought either, but perhaps that matches up to a different definition than I was expecting.
      Edit: No, I don't think that's multiplexing at all, just persistence of vision. Like it's simulating the effect of multiplexing, without actually doing so.

  • @oetzebroek4874
    @oetzebroek4874 7 років тому +1

    I did nine 7 segment displays with 9 shift registers.. Also gave each segment pin a resistor.... this would be a lot easier...

  • @reshadrei1788
    @reshadrei1788 5 років тому

    can you post the code

  • @dlh1975
    @dlh1975 8 років тому

    great video thanks!

  • @dleland71
    @dleland71 6 років тому

    You forgot a 'digit'... zero "0" :-)

  • @jakubboruvka3964
    @jakubboruvka3964 3 роки тому

    vole