Arduino Multiplexor - MUX INPUTS & OUTPUTS - ANALOG and PWM

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

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

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

    Join my Arduino Course (Spanish): bit.ly/2JY8icE
    My Tools: bit.ly/3uv8bc3
    Help me on Patreon: www.patreon.com/ELECTRONOOBS

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

    Much simpler you can use charlieplexing on led part of optocouplers/SSRs , because it doesn't require an auxiliary ic for that task. For example with 3 i/o pins we can control up to 6 i/o devices, with 4 i/o ... up to 12 and so on. The basic formula for this is n*(n-1)=num of i/o, where n = num of i/o pins

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

    I have one, and never used it. Thanks for the video!

  • @jorgeestefania3184
    @jorgeestefania3184 2 года назад +18

    you can actually turn two leds at the same time if you divide the time and frequency for each led. For example you could change the output channel every 10 ms and you would see that (virtually) different leds are on. This can also work for demultiplexing

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

      Would that work for toggle switches or would they flicker ingame?😊

    • @Dylan_Lanckman
      @Dylan_Lanckman Месяц назад

      you could also install latches.

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

    @Electronoobs
    Thanks for sharing another awesome tutorial, that's very helpful for me.
    regarding your digital multimeter project, instead of using a bulky ssr why you didn't choose a small digital switch like LTC1477 ? i think that fits better in your small project's PCB.

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

    When the robot video series will start? Can't wait for it! 😍

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

    excellent video. but how it can be useful? for example, how we can drive 12v led strip with pwm?

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

    This seems like the basis for TDMA (time division multiple access) multiplexing.

  • @FarizFadian
    @FarizFadian 9 месяцев назад

    Thanks for sharing sir.. it's very helpful & easy to understand..

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

    Super video, this is so cool, i made display 64x16 with max7219..

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

    please make a video on how to make,wifi jammer using arduino or any module,circuits that can provide jamming👍

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

    ...is there anyway that a Solar Cell to be multiplex to isolate shaded panels..?... I can't find anyone test this yet.. currently they use a bypass diode (series) instead...can you demonstrate the yield of solar in multiplexed connection... research sake

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

    My nodemcu has only one analog input. Can I use a multiplexer to read multiple analog inputs from different servo motors?

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

    Can you use toggle switches with these? Ie on else in game won't flicker??

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

    ¿Puedo conectar un mux a otro mux para poderlo usar?
    ¿O los mux deben ir conectados únicamente al Arduino?

  • @ПавелИванович-г5з
    @ПавелИванович-г5з 2 года назад

    Hi

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

    Is it the same as IC CD4051?

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

      No, that will handle analog signals in addition to digital, so it's not he same.

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

    Please make a Gaming Steering Wheel to play some racing games using Arduino and least number of passive components.
    Hope you will try my Suggested Project.

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

    5:44.. Since only one output can be controlled at a time you could have used a single current limiting resistor to ground for all the LEDs.

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

    Amazing 😄 could you please make a video on shift register?

  • @Hi-zf4bn
    @Hi-zf4bn 2 года назад +2

    That module is a MUX-have for any Arduino project...😁

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

    Do you get a version of this device that works with 3.3V microcontrollers?

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

    Can you talk about charlieplexing? I've heard it is faster, cheaper and more reliable than multiplexing, but would like you talking about it

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

    Why did you choose an analog MUX if You need a digital DECODER like 74HC138?

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

    Please make autonomous car

  • @PihkalTheTihkal
    @PihkalTheTihkal 2 года назад +30

    You could have used a 74HC595 sipo shift register, it uses 3 control pins and gives you 8 digital outputs, but you can daisy chain them for as many digital outputs as you like while still using only 3 pins.

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

      Exactly my thoughts: use a shift register. Moreover, with a latch and output enable signals, you can also solve the issue about turning two (or more, or all) pins in the same time. But you lose the input ability hehe, I guess you can't have all.. 😛

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

      Shift registers aren't instantaneous. Although it won't be important here.

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

      @@tunahankaratay1523 it could be used for daisy chaining pairs of mux devices

    • @orange_tweleve
      @orange_tweleve 9 месяцев назад

      ​@@laurv8370for input ability yhetes the opposite of the ic , parallel to serial ic , I think it was 74hc165

    • @laurv8370
      @laurv8370 8 месяцев назад +1

      @@tunahankaratay1523 Shift registers ARE instantaneous. It is called latching.

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

    Great video...you used pwm and you said the response time of the MUX is in ns range...why not program it to select the to inputs or outputs you need at the fastest possible rate it can handle and simulate having two I/O on at the same time...more than likely you will never in this application need that fast response time. It's like pwm Led dimming to ours eyes it's dimming but it's really not.

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

    Excellent video ,Thanks for sharing your knowledge. Do other videos soon , Thanks.

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

    Thanks for this. I have a box of CD74HC4067 as I assumed them to be comparative to the MAX7219, good to know what I CAN do with them.

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

    Hi! Thank you for this presentation. Do you know a way to read or write to multiple I/Os at the same time. I have a project where I want to read multiple PWM signals at the same time using "analog" hall effect sensors. Thank you.

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

    Can I also use this mux module for expand uart pins?

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

    How to use this chip in rc transmitter and receiver project you made earlier? I want to make a 10~16ch transmitter but ran out of pins this seems viable but how to read all inputs at same time and output too. 😅

  • @AdenJones-i9o
    @AdenJones-i9o Месяц назад

    12:13 did you manage to achieve this project in the end? Multiplexing touch sensor pins?

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

    Please make an autonomous car project

  • @ЕгорБ-н9я
    @ЕгорБ-н9я 5 месяцев назад

    Could you tell me where I can look at that future project with a large number of capacitive sensors? You are talking about this project at 12:10

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

    Awesome video, plz upload more and more videos

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

    how can i multiplex more arms to my body?

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

    Thanks for making this video. I was going to use one of these MUX devices to increase the digital pins of my Nano but had not considered the limitation of only being able to address one pin at a time. I now may have to use a different MCU or maybe design a latching arrangement. Which would you suggest?

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

      I'm in the same boat, wondering if there is a simple and cheap alternative that would easily add more I/O's that aren't limited to only using 1 pin at a time. I have used the 74HC595 sipo shift register method as well, but wondering if there's another way like this MUX but better?

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

    Please make an autonomous car project

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

    You make great videos
    Thanks for the best explanation

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

    A shift register will be better if you want more than one output at a time

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

    Thanks for the great explanation!

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

    Sir can we use more than one outputs or inputs at a time?
    Please reply

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

    Top 10, mais um excelente video.

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

    Give me Arduino uno code for digital clock signal

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

    The important point with MUX is that the input signal is redirected to the selected ouput

    • @mohdfarhan5255
      @mohdfarhan5255 10 месяцев назад

      basically it short circuit like a switch right? Not like the channel reproduce the voltage? Im just wondering if I can redirect a 0.3V to whichever channel I want.

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

    I love it, Exactly what I needed. Thanks!

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

    I like these! And when an overlap of channels would/could be disastrous, you have a built in safety fail safe.

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

    Next level = use of TDM protocol in some form.

  • @0124akash
    @0124akash 3 месяца назад

    Mux and ads1115 Is same things?

  • @11219tt
    @11219tt 3 месяца назад

    I think it's important to mention that it's not all that big of a deal that you can't select more than one thing at a time.
    In our world we are dealing with seconds of time. But the mux is dealing with nanoseconds. So even though it's true the mux can only do one at a time, it can do multiple in line and it willl appear to us as the same time because nanoseconds are super fast!
    Correct me if I'm wrong.

  • @jstro-hobbytech
    @jstro-hobbytech Год назад

    Great video. I have a bunch of them. Can they be be bit banged say for poling motion sensors. I get I couldn't cause an interrupt unless I read the sensor manually according to its address.
    Message me man I have something you might like to have. I bought it brand new and it might inspire a cool series of vids that not really anyone is doing and I know the topic is right up your alley, the item was by no means cheap and it has to do with digital music. I'm in Canada but I'd pay the post as a thanks for lack of patreon support for a while. I was going to post it on but you'd get to more viewers and we all live playing with opamps and such. Haha

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

    Thank you for the video. Is there any reason why in the second method you set muxSIG to an analog pin A0 while this enable pin can only be set to high or low?

  • @holly-jothompson3717
    @holly-jothompson3717 Год назад

    Ok. So. Ive a question, is this in a general sense, the same type of thing that is used to modify or tune a vehicles various control modules. Pcm bcm tcm. In regards to the piggyback style tuning modules like hondata and demon tuning.modules.
    Correct?

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

    Can you pls make a tht version of diy Arduino, with the chip that's needed to program the Arduino.
    What i mean is that use all tht components except the ones that can't be such as that chip or voltage regulators.
    It would be very helpful
    Thank you

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

    Wtf?! Are you a mindreader or something? I was about to do some research on multiplexers when I got the video nofitication.

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

    2:10 on your note about where to skip to, it says skip to 00:00. People shouldn’t skip anyway but just pointing out your mistake. Great video though.

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

    Please make a video about EMF supression, to command relays, elctrovalves..... without any noise

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

    any chance that arduino 101 PWM episode coming soon ??

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

    What software do you use for your animations?

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

    what do you need to have multiple inputs at the same time, ie multiple toggle switches switched on for a game

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

    Do you have a link to that wiring picture at the 7:06 mark? It's a little hard to see in your video.

  • @xavierortiz106
    @xavierortiz106 4 месяца назад

    This is a great video!

  • @omaral-gallab7735
    @omaral-gallab7735 2 года назад

    Can i use this system for harvesting energy?? Anyone can help me

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

    Why don’t use a 74HC595 and 74HC165?

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

      Or you can use a I2C / MCP23017 or SPI MCP23S17 port expender.

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

    Waiting for another NRF24L01+ rc car

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

    Wow, super explanation of a Multiplexer, I'm new to this term and it was fascinating to see one in use inyour channel. Thanks a lot!

  • @carlosmf6954
    @carlosmf6954 9 месяцев назад

    👍

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

    When will you upload the homemade laser show dance device

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

    i will suggest use pt65 switch/dip switch for the multimeter

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

    i just subscribed to your chanel and probably i have to unsubscribe soon because i hate when youtubers are holding and talking to the camera like you did 13-> onward and if a you tuber is telling me "im so exided guys(for you guys)" when i hear this i emidiatly leave the video so please dont do this kind of fake stuff you are providing exelent knolage in your videos but please, please don`t be like any other fake US youtuber i wish you good luck

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

    could this be used to make 64 button midi controller?

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

      make make remember evan kale channel, he already make it for his guitar. but somehow he missing and also his channel before i download his code.

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

      @@bagassetiawan1478 is it difficult to do?

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

    nyc

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

    thanks this was really useful,

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

    2:15 you said to jump to minute 00:00 if I just want to see how to use the MUX, but that took me back to the beginning of the video

  • @stefano.a
    @stefano.a 2 года назад

    It is called multiplexEr

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

    Please make autonomous car

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

    Thanks bro

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

    Cool

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

    very nice

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

    Nice video !

  • @Rapptor22
    @Rapptor22 9 месяцев назад

    You said you can switch on only one output at a time. Does this mean, that you can receive signal from only one input at a time?

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

    well, the mechanical switch also considered digital.

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

    Bro when I needed this type of video the most you came in rescue 🥲