Arduino Multiplexor - MUX INPUTS & OUTPUTS - ANALOG and PWM

  Переглядів 94,045

Electronoobs

Electronoobs

День тому

High quality PCB prototypes: www.pcbway.com
3D & CNC service: www.pcbway.com/rapid-prototyp...
🔥Multiplexers and demultiplexers are devices that allow us to control a greater number of devices with a smaller number of inputs or outputs. We can use these devices to expand the number of inputs and outputs of a processor like Ardunio.
🔀LINKS
-------------------------------------
Tutorial Website: electronoobs.com/eng_arduino_...
Get my PCB: electronoobs.io/shop/index.ph...
My tools: electronoobs.com/eng_afiliate...
False/True T-Shirt: teespring.com/it-s-funny-beca...
🤝SUPPORT
-------------------------------------
Join my Arduino Course (Spanish): bit.ly/2JY8icE
ELECTRONOOBS.io: electronoobs.io
Donate on PayPal: www.paypal.com/donate?hosted_...
Help my projects on Patreon : / electronoobs
my Q&A page: electronoobs.io/forum/index.php
Facebook page: / electronoobs
Canal en Español: / @electronoobsenespanol
00:00 Intro
01:45 Why use a MUX?
04:50 How it works?
07:08 MUX as output
08:05 Bit Read Function
10:08 MUX as input
11:18 More Specs
12:58 Thank you
Like share and subscribe to motivate me. Thank you
#arduino
#Modules
#tutorial

КОМЕНТАРІ: 97
@ELECTRONOOBS
@ELECTRONOOBS Рік тому
Join my Arduino Course (Spanish): bit.ly/2JY8icE My Tools: bit.ly/3uv8bc3 Help me on Patreon: www.patreon.com/ELECTRONOOBS
@TheUnofficialMaker
@TheUnofficialMaker Рік тому
I love it, Exactly what I needed. Thanks!
@BRADASSOFFGRIDHOMESTEAD
@BRADASSOFFGRIDHOMESTEAD Рік тому
I have one, and never used it. Thanks for the video!
@jlucasound
@jlucasound Рік тому
I like these! And when an overlap of channels would/could be disastrous, you have a built in safety fail safe.
@1_HighDuke
@1_HighDuke Рік тому
Thanks for the great explanation!
@danielmelo3648
@danielmelo3648 9 місяців тому
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!
@dellodel9502
@dellodel9502 Рік тому
You make great videos Thanks for the best explanation
@jorgeestefania3184
@jorgeestefania3184 Рік тому
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
@eatthisvr6
@eatthisvr6 8 місяців тому
Would that work for toggle switches or would they flicker ingame?😊
@buddhimaamarasinghe9997
@buddhimaamarasinghe9997 Рік тому
Excellent video ,Thanks for sharing your knowledge. Do other videos soon , Thanks.
@marcomachado39
@marcomachado39 Рік тому
Top 10, mais um excelente video.
@siv_valentin
@siv_valentin Рік тому
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
@BenM0
@BenM0 Рік тому
@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.
@studentofedison421
@studentofedison421 Рік тому
Awesome video, plz upload more and more videos
@FarizFadian
@FarizFadian 4 місяці тому
Thanks for sharing sir.. it's very helpful & easy to understand..
@PihkalTheTihkal
@PihkalTheTihkal Рік тому
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 Рік тому
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 Рік тому
Shift registers aren't instantaneous. Although it won't be important here.
@thekitsunedev_hun
@thekitsunedev_hun Рік тому
@@tunahankaratay1523 it could be used for daisy chaining pairs of mux devices
@orange_tweleve
@orange_tweleve 4 місяці тому
​@@laurv8370for input ability yhetes the opposite of the ic , parallel to serial ic , I think it was 74hc165
@laurv8370
@laurv8370 3 місяці тому
@@tunahankaratay1523 Shift registers ARE instantaneous. It is called latching.
@joseraymondnn
@joseraymondnn Рік тому
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.
@jasoncook9817
@jasoncook9817 Рік тому
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.
@eatthisvr6
@eatthisvr6 8 місяців тому
what do you need to have multiple inputs at the same time, ie multiple toggle switches switched on for a game
@CLARVO
@CLARVO Рік тому
Amazing 😄 could you please make a video on shift register?
@OAlexisSamaO
@OAlexisSamaO 10 місяців тому
thanks this was really useful,
@harrysharma9561
@harrysharma9561 8 місяців тому
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. 😅
@Drxxx
@Drxxx Рік тому
Super video, this is so cool, i made display 64x16 with max7219..
@eatthisvr6
@eatthisvr6 8 місяців тому
Can you use toggle switches with these? Ie on else in game won't flicker??
@Theeceeffect
@Theeceeffect Рік тому
Can I also use this mux module for expand uart pins?
@GnobarEl
@GnobarEl Рік тому
When the robot video series will start? Can't wait for it! 😍
@edmardupreez8742
@edmardupreez8742 Рік тому
Do you get a version of this device that works with 3.3V microcontrollers?
@x_emraah
@x_emraah Рік тому
excellent video. but how it can be useful? for example, how we can drive 12v led strip with pwm?
@nekam2000
@nekam2000 2 місяці тому
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?
@ohmslaw6856
@ohmslaw6856 Рік тому
Thanks bro
@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?
@kmhooibg7577
@kmhooibg7577 Рік тому
i will suggest use pt65 switch/dip switch for the multimeter
@sarthakmishra5418
@sarthakmishra5418 Рік тому
Sir can we use more than one outputs or inputs at a time? Please reply
@lasersbee
@lasersbee Рік тому
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.
@Poult100
@Poult100 Рік тому
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?
@juanhurtado2679
@juanhurtado2679 Рік тому
A shift register will be better if you want more than one output at a time
@shivavrd2154
@shivavrd2154 Рік тому
My nodemcu has only one analog input. Can I use a multiplexer to read multiple analog inputs from different servo motors?
@abrahammagnifico9538
@abrahammagnifico9538 Рік тому
Please make a video about EMF supression, to command relays, elctrovalves..... without any noise
@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.
@user-zy6td3fg5s
@user-zy6td3fg5s 22 дні тому
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
@tvamos73
@tvamos73 Рік тому
Why did you choose an analog MUX if You need a digital DECODER like 74HC138?
@hamzahansari6900
@hamzahansari6900 Рік тому
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
@PhG1961
@PhG1961 Рік тому
Nice video !
@Davidlahall
@Davidlahall Рік тому
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.
@Rapptor22
@Rapptor22 4 місяці тому
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?
@SecularMentat
@SecularMentat 2 місяці тому
This seems like the basis for TDMA (time division multiple access) multiplexing.
@aod_
@aod_ Рік тому
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.
@artinfaez4932
@artinfaez4932 Рік тому
very nice
@YoomarTuNoOmar
@YoomarTuNoOmar Рік тому
Can you talk about charlieplexing? I've heard it is faster, cheaper and more reliable than multiplexing, but would like you talking about it
@ipadize
@ipadize Рік тому
how can i multiplex more arms to my body?
@Hi-zf4bn
@Hi-zf4bn Рік тому
That module is a MUX-have for any Arduino project...😁
@ShammoThePro
@ShammoThePro Рік тому
Please make an autonomous car project
@AmandeepRashwan
@AmandeepRashwan Рік тому
When will you upload the homemade laser show dance device
@GHILLIESARCADEANDMORE
@GHILLIESARCADEANDMORE Рік тому
Cool
@fench1234567
@fench1234567 8 місяців тому
Next level = use of TDM protocol in some form.
@ShammoThePro
@ShammoThePro Рік тому
Please make autonomous car
@SaliyaRuchiranga
@SaliyaRuchiranga Рік тому
any chance that arduino 101 PWM episode coming soon ??
@yeimereduardosilvagomez4798
@yeimereduardosilvagomez4798 Рік тому
¿Puedo conectar un mux a otro mux para poderlo usar? ¿O los mux deben ir conectados únicamente al Arduino?
@ELECTRONOOBS
@ELECTRONOOBS Рік тому
si puedes!
@EdwinNoorlander
@EdwinNoorlander Рік тому
Why don’t use a 74HC595 and 74HC165?
@EdwinNoorlander
@EdwinNoorlander Рік тому
Or you can use a I2C / MCP23017 or SPI MCP23S17 port expender.
@omaral-gallab7735
@omaral-gallab7735 Рік тому
Can i use this system for harvesting energy?? Anyone can help me
@AlbertRei3424
@AlbertRei3424 Рік тому
The important point with MUX is that the input signal is redirected to the selected ouput
@mohdfarhan5255
@mohdfarhan5255 5 місяців тому
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.
@BRADASSOFFGRIDHOMESTEAD
@BRADASSOFFGRIDHOMESTEAD Рік тому
What software do you use for your animations?
@fahadkhan463
@fahadkhan463 Рік тому
Which software?
@xntumrfo9ivrnwf
@xntumrfo9ivrnwf Рік тому
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
@ELECTRONOOBS
@ELECTRONOOBS Рік тому
hahaaha my bad! edit error
@surenbono6063
@surenbono6063 10 місяців тому
...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
@carlosmf6954
@carlosmf6954 4 місяці тому
👍
@mamamia980
@mamamia980 Рік тому
could this be used to make 64 button midi controller?
@bagassetiawan1478
@bagassetiawan1478 Рік тому
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 Рік тому
@@bagassetiawan1478 is it difficult to do?
@omsingharjit
@omsingharjit Рік тому
nyc
@knowthenew8834
@knowthenew8834 7 місяців тому
Give me Arduino uno code for digital clock signal
@kadyo2op64
@kadyo2op64 Рік тому
Waiting for another NRF24L01+ rc car
@conorstewart2214
@conorstewart2214 Рік тому
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.
@yakut9876
@yakut9876 12 днів тому
well, the mechanical switch also considered digital.
@jumbo999614
@jumbo999614 Рік тому
Is it the same as IC CD4051?
@Enigma758
@Enigma758 Рік тому
No, that will handle analog signals in addition to digital, so it's not he same.
@techbarron7383
@techbarron7383 Рік тому
please make a video on how to make,wifi jammer using arduino or any module,circuits that can provide jamming👍
@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
@stefano.a
@stefano.a Рік тому
It is called multiplexEr
@user-lt9hh7ml2x
@user-lt9hh7ml2x Рік тому
Hi
@risingmermo
@risingmermo Рік тому
Wtf?! Are you a mindreader or something? I was about to do some research on multiplexers when I got the video nofitication.
@alexybodom
@alexybodom Рік тому
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
@rubybegonia2642
@rubybegonia2642 Рік тому
You're in need of some serious help.
@deepanshusonwane7398
@deepanshusonwane7398 Рік тому
Bro when I needed this type of video the most you came in rescue 🥲
@ShammoThePro
@ShammoThePro Рік тому
Please make an autonomous car project
@ShammoThePro
@ShammoThePro Рік тому
Please make autonomous car
Practical Guide to PCF8574: Adding Extra Pins for Arduino
16:46
Mario's Ideas
Переглядів 2,4 тис.
Arduino MIDI Controller: Part 3 - Multiplexers
20:09
Notes and Volts
Переглядів 191 тис.
Завтра в школу с... | Шоу-квиз «Вопросики»
00:28
Телеканал СОЛНЦЕ
Переглядів 3,2 млн
74HC595 & 74HC165 Shift Registers with Arduino
40:38
DroneBot Workshop
Переглядів 386 тис.
How to Add Outputs to an #Arduino using a Shift Register - The Learning Circuit
10:45
Homemade PCBs with Fiber Laser - 0.1mm Clearance
44:57
Electronoobs
Переглядів 212 тис.
Electronic Basics #5: How to Multiplex
4:54
GreatScott!
Переглядів 561 тис.
Use the very attractive new ATTINY chips for your projects
14:34
Andreas Spiess
Переглядів 190 тис.
CAN Bus: Serial Communication - How It Works?
11:25
Electronoobs
Переглядів 184 тис.
Multiplexing Arduino Inputs: 16 Analogue Sensors on 2 Analogue Pins!
14:49
Charis Cat // Child of an Android
Переглядів 12 тис.
16-Channel Multiplexer Interface with Arduino
2:50
Anas Kuzechie
Переглядів 40 тис.
ЭТО САМЫЙ МОЩНЫЙ ИГРОВОЙ СМАРТФОН ЗА 270$ 🔥
13:33
Thebox - о технике и гаджетах
Переглядів 48 тис.
I KNEW I’d Hate this (I Was Wrong)
12:19
Linus Tech Tips
Переглядів 456 тис.