Designing a 7-segment hex decoder

  Рет қаралды 3,709,899

Ben Eater

7 жыл бұрын

Building a combinational logic circuit to decode 8 bits and display a 3-digit decimal number on 7-segment displays is complex. In this video, I build something much simpler-a circuit that decodes 4 bits to a one-digit hexadecimal display-and even that's pretty complicated. In future videos, we'll look at much easier ways of doing this, which we'll use for our computer's output register and then as a key element of the control logic.
Support me on Patreon: www.patreon.com/beneater
You don't really want to build this do you? If you do, you'll need some breadboards, 5x 74LS32s, 9x 74LS08s, 1x 74LS04, 1x common anode 7-segment display, 1x 100Ω resistor for the display, some DIP switches, LEDs, and 1k pullup resistors for the input, and hours of podcasts or something to keep you from losing your mind. :)
If you do build this, you'll _really_ appreciate the elegance of the next few videos.

Пікірлер: 1 146
@MIKAEL212345
@MIKAEL212345 7 жыл бұрын
"And i realize this is a bit messy..." and then pulls out huge diagram. I'm always amazed how much work you put into these and for anyone else wanting to make the decoder, it isn't too bad, it's just a lot of and gates.
@MIKAEL212345
@MIKAEL212345 7 жыл бұрын
Maybe I should've watched the whole video first cause I didn't think you were crazy enough to build the whole thing. Wow
@giantneuralnetwork
@giantneuralnetwork 7 жыл бұрын
Yeah, thought the diagram was more than enough and BOOM! Out comes the physical implementation, so good.
@scitwi9164
@scitwi9164 7 жыл бұрын
Yeah, the one thing missing from total masochism is implementing it using single transistors :q
@jackseley4084
@jackseley4084 7 жыл бұрын
Sci Twi that would be awesome, but insane
@ender_scythe2879
@ender_scythe2879 7 жыл бұрын
_Do you want to see my collection of drawn schematics?_
@solivictus1593
@solivictus1593 5 жыл бұрын
Your videos are the foundation of my Minecraft storage system , thank you for the great explanation.
@chemieju6305
@chemieju6305 4 жыл бұрын
Do you do item or data storage?
@theterribleanimator1793
@theterribleanimator1793 4 жыл бұрын
@@chemieju6305 Why not both. You would need a reader of some sort, and index every item a number, whe an item is read, a signal is sent toward something that corrsponds with the index, and performs a function. All you really need is a sender, that sends an item to a reader, and the reader then sends a high or low signal to something that performs a function.
@chemieju6305
@chemieju6305 4 жыл бұрын
@@theterribleanimator1793 i did something like this, i used the 16 colors of concrete powder to encode hexadecimal. I used them because they are quite easy to work with because they are gravity affected. I build 4bit encoder and decoder and a 46byte storage, only using 124 blocks for storage itself.
@theterribleanimator1793
@theterribleanimator1793 4 жыл бұрын
@@chemieju6305 and why did you stop at this storage point ? Because you got bored or it could not be expanded efficiently? Just asking btw, curiosity.
@chemieju6305
@chemieju6305 4 жыл бұрын
@@theterribleanimator1793 expanding it is surprisingly easy, especially now that honey blocks are a thing. I built one functioning system and then got kinda bored. I then got back to develloping more efficiant ram cells.
@wanhazim50
@wanhazim50 3 жыл бұрын
If only Ben Eater knows how many times I would come back to his videos for reference for my college assignments, he would probably be shocked. He is a lifesaver, a hero for me.
@SpringySpring04
@SpringySpring04 5 ай бұрын
I'm just now realizing their usefulness for my digital fundamentals class as well. Crazy
@rcollins0618
@rcollins0618 5 жыл бұрын
@12:30 "To demenstrate that, of course I built the thing." LOL, noice
@isunktheship
@isunktheship 5 жыл бұрын
I love the giddiness in his voice
@Lakitu1446
@Lakitu1446 5 жыл бұрын
@@isunktheship Me too
@PeterAbt
@PeterAbt 4 жыл бұрын
the exact opposite of what I said, after I did the logic part on paper. :D But I think somewhere deep inside me there was a little urge to actually build it. - That is what makes it so satisfying to watch now. Thank you! :)
@AntoineGouby
@AntoineGouby 4 жыл бұрын
That's the nerdiest thing I've heard in a while :D
@_adheeb.
@_adheeb. 3 жыл бұрын
@@AntoineGouby :D
@WowUrFcknHxC
@WowUrFcknHxC Жыл бұрын
This man dedicated more to his breadboard heck display than I've dedicated to literally anything ever. Hats off to you, sir
@ELVTechnology
@ELVTechnology 4 жыл бұрын
I feel everyone saying you could do this with an off the shelf chip, or an Arduino are missing the point of this video. This teaches HOW it works, as well as the underlying theory and fundamentals.
@shayorshayorshayor
@shayorshayorshayor 4 жыл бұрын
No ones saying that dude
@maxczarnecki7280
@maxczarnecki7280 4 жыл бұрын
@@shayorshayorshayor i am
@shayorshayorshayor
@shayorshayorshayor 4 жыл бұрын
@@maxczarnecki7280 ur a nobody tho
@shayorshayorshayor
@shayorshayorshayor 4 жыл бұрын
@@maxczarnecki7280 and ur blocked. dont even bother replying
@maxczarnecki7280
@maxczarnecki7280 4 жыл бұрын
@@shayorshayorshayor 🙂
@neodonkey
@neodonkey 6 жыл бұрын
Just to point out for people saying use a karnaugh map or an mcu etc, I'm sure ben is aware of all those things, he's teaching you this as a tool. It allows him to show you how it works in the clearest way, and the difference between combinatorial and sequential logic, introduce eeproms which no doubt are used later on for microcode etc - that's what I love about this series, everything leads onto everything else, its great! You don't want him dropping k-maps on you just yet.
@JM_Tushe
@JM_Tushe 5 жыл бұрын
Nice comment.
@VivekYadav-ds8oz
@VivekYadav-ds8oz 5 жыл бұрын
Also, I tried the function with k-map and the expression didn't boil down much anyways.
@jasmine2501
@jasmine2501 4 жыл бұрын
I'm not sure how people can watch this series and not immediately understand that it's ALL "crazy things done for educational purposes" and none of it is practical in 2019.
@jasmine2501
@jasmine2501 4 жыл бұрын
@Doctor Buga I use 7400s all the time, that's not the point. Building a processor from 7400s is educational, not a practical way of obtaining a processor. If someone is complaining about this video series not being practical, they have missed the point. Seems to be a common issue.
@DarthZackTheFirstI
@DarthZackTheFirstI 4 жыл бұрын
that logic stuff he uses is in wafers too. its just the size, speed and a more complex design. he taught how to start out. the difficulty is to manufacture it that tiny from materials. doesnt matter if its 7400's or whatever its called on wafers.
@ericparent7794
@ericparent7794 7 жыл бұрын
Ben, thank you so much for your videos. I believe I've already mentioned it before, but you're the one who made me realize that electronics are so much simpler than I ever thought they were, and so thanks to you I'm now loving a new hobby, and I'm already building circuits on my breadboard. Thanks again! Eric from Ottawa, Ontario
@WisdomVendor1
@WisdomVendor1 5 жыл бұрын
When I was in electrical engineering college several decades ago, digital design was by far my favorite class along with DD Lab.
@taylorschuller8386
@taylorschuller8386 4 жыл бұрын
"If that sounds like a lot of work, that's because it is." Says the dude who built a graphics card from scratch on breadboards
4 жыл бұрын
That was insanely fantastic!
@janKanali
@janKanali 3 жыл бұрын
@@ge5645 fuck you
@ge5645
@ge5645 3 жыл бұрын
@@janKanali wasn't it interesting I tried to just amaze you but anyways
@ge5645
@ge5645 3 жыл бұрын
@@janKanali thank you for WATCHING
@dbp_patel_1994
@dbp_patel_1994 3 жыл бұрын
Which video is that, by the way?
@penniesshillings
@penniesshillings 4 жыл бұрын
"Of course I build the thing." Me: "You what?" Epic. Ben, I really love your videos!
@ge5645
@ge5645 3 жыл бұрын
CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@alexgochenour8740
@alexgochenour8740 5 жыл бұрын
This must’ve taken a whole week to do. You have fulfilled my curiosity for me. Thanks Ben!
@chrisguli2865
@chrisguli2865 3 жыл бұрын
Ben love your videos - this 7 segment decoder project makes me feel like a 14 year old again (mid 70s), when I lit up my first 7 segment display on a breadboard. I then bought a board at my local Radio Shack which used a 7447 and 7 segment common anode decimal (0-9) decoder...I bought the parts at Poly Paks mail order from my allowance savings. I was always fascinated by 7 segment displays on cash registers, pinball machines, etc.
@MuskanKhan-dr6iu
@MuskanKhan-dr6iu 2 жыл бұрын
Gyhgg
@Hugmanrique
@Hugmanrique 7 жыл бұрын
The dedication you put into your videos is amazing. Thanks for your great explanation!
@abdelrahmangamalmahdy
@abdelrahmangamalmahdy 7 жыл бұрын
Thanks for your time, we all appreciate it. It looks like this circuit took a lot of time to complete.. Thank you for your efforts!
@ge5645
@ge5645 3 жыл бұрын
CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@DigitalBhangari
@DigitalBhangari 4 жыл бұрын
Dude you actually went to the trouble of putting it all together just to demonstrate how it works.. respect!
@retrohd1_
@retrohd1_ 4 жыл бұрын
That wiring though ❤️ That must’ve took at least 5 hours and some serious patience. I can tell because I’ve wired simpler circuits, and boy do I get confused when I forget something.
@vitorbueno4301
@vitorbueno4301 4 жыл бұрын
The circuit it's not that hard. What is really hard is connecting the wires (or jumpers) so they don't get out of the board. Man, every time I'm wiring something, some wire get out and I get pissed.
@ge5645
@ge5645 3 жыл бұрын
CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@rikilshah
@rikilshah 4 жыл бұрын
Your breadboard circuits are pieces of art, Says a guy who has done unthinkable messes on breadboard. I studied all Digital circuits 10 years backs in Engineering and yet your explanation teaches something new! Good job, Ben!
@PeteCswampy
@PeteCswampy 3 жыл бұрын
Absolute top class. Spotted a way of losing a few gates on the intial setup but initially I had 2 more than you, superb explanation, really good and clear video.
@binaryflawgic5713
@binaryflawgic5713 4 жыл бұрын
You reminded me of my freshman year (not so long ago). There was an exercise to find a simplified logic equation (I don't even remember how they are properly called...) of a 7-segment display. I spent so much time, writing down the truth table, then the Karnaugh map, then simplifying things...
@thatonegoblin7051
@thatonegoblin7051 3 жыл бұрын
wouldn't the map give you the minimum gate expression
@125brat
@125brat 2 жыл бұрын
@@thatonegoblin7051 Yep, Karnaugh mapping, Venn diagrams or Boolean algebra and minimisation. "Split the line and change the sign" brings back memories😁
@valentin3780
@valentin3780 5 жыл бұрын
It was a part of my course project. I had to join 3 seven-segments monitors and show counting from 0 to 255 on them. I calculated a circuit but finally implemented it in Electronic Workbench. Then I found a circuit in 555 series which I could use in cascade connecting to realize the project. It took a lot of time but it was one of the most interesting projects =) Thank you for your videos!
@josepedrogaleanogomez4870
@josepedrogaleanogomez4870 2 жыл бұрын
Yeah i had to make a similar one, but to 25, not to 255. I used flip flops in cascade, it worked pretty clean id say. I guess its the same thing as you bcuz 555s have flip flops inside them.
@TomStorey96
@TomStorey96 7 жыл бұрын
I've been designing sonething similar to this for a project I am working on. I discovered k-maps just before starting, and it was a little bit tricky to get my head around it at first, but it helps to massively simplify the logic required to build a decoder for a 7 segment display. I would highly recommend spending some time to learn how to use k-maps!
@ge5645
@ge5645 3 жыл бұрын
CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@ardarutkayvar9029
@ardarutkayvar9029 Жыл бұрын
When you have just got your first Digital Design course, you study EEE mainly because of this channel, and finally understand how he came up with this logic circuit. What a great channel🎉🎉
@kinghassy334
@kinghassy334 2 жыл бұрын
I'm happy he's getting rewarded for all the effort with lots of views
@jonslaco9020
@jonslaco9020 5 жыл бұрын
Awesome, refreshes my memory from college. You should do a video on using boolean algebra to reduce the complexity of combinational logic!!
@TymerTopCat
@TymerTopCat 4 жыл бұрын
This was awesome. This really gives a person perspective when trying to drive seven segment displays using a microcontroller. Takes too many I/O pins to do this once you get more than 2 or 3 displays.
@bigjd2k
@bigjd2k 3 жыл бұрын
You just multiplex them, or if you have too many, give in and use a character module 😂
@9999science
@9999science 4 жыл бұрын
Sir, thank you very much, i have always wondered how computers work at the root level and your videos have made me understand the beauty within them. Once again thank you very very much.
@Shyssiryxius
@Shyssiryxius 5 жыл бұрын
You did the truth table for the 1st segment and made the logic diagram. Then I was thinking would be cool if he filled out the rest. Done. Then I thought too bad its too much work to actually make the thing it would look cool. Then you pulled it out far surpassing my expectations. Bravo sir!
@TweakMDS
@TweakMDS 5 жыл бұрын
This takes me back to the university days in electronic engineering. Loved that course so much... we literally built things like this in class. I remember also using the espresso logic minimizer and breaking my head as to why it worked so well.
@ge5645
@ge5645 3 жыл бұрын
CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@Eliasdbr
@Eliasdbr 7 жыл бұрын
I can't wait to see the next videos😆
@MeepMu
@MeepMu 7 жыл бұрын
Me too
@wesmelencion9708
@wesmelencion9708 7 жыл бұрын
Me Three ...
@kardeef33317
@kardeef33317 7 жыл бұрын
Me 4
@berenguermontserrat
@berenguermontserrat 7 жыл бұрын
Me 5
@omer8836
@omer8836 7 жыл бұрын
me 6
@charlesdorval394
@charlesdorval394 5 жыл бұрын
You sir have all my respect for your dedication.
@pradeepmahajan2210
@pradeepmahajan2210 5 жыл бұрын
You've put so much effort into this. Great work
@crocellian2972
@crocellian2972 7 жыл бұрын
"It works because I tested it." Well resistor maggots, where are you?
@MemoThePanda
@MemoThePanda 3 жыл бұрын
"It just works"
@ahmedarif6611
@ahmedarif6611 5 жыл бұрын
thank you for your time and efforts..
@ge5645
@ge5645 3 жыл бұрын
hi there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@MrMegabart
@MrMegabart Жыл бұрын
I love these videos. Up intil a year ago i studied electrical engineering, in which digital design was one of the first courses i had. One of the first projects was to actually make this using an fpga! If i found you 3 years ago, i might have continued electrical engineering. But i'm very happy in my current occupation
@bikefarmtaiwan1800
@bikefarmtaiwan1800 2 жыл бұрын
What a great explanation. Made the idea of hexadecimal much clearer for me
@maxscribner1743
@maxscribner1743 7 жыл бұрын
hex! What a wonderful hack! Never thought of it
@deimudder1274
@deimudder1274 6 жыл бұрын
Max Scribner I used bcd (binay coded decimal)
@w00dyblack
@w00dyblack 7 жыл бұрын
EPROMS.. Im intrigued. This is like a cliffhanger !
@Brainstorm4300
@Brainstorm4300 7 жыл бұрын
w00dyblack I thought he'd use something like a cd4511 but when he said eeprom, all sorts of ideas kept popping up. 😁
@chevsev
@chevsev 7 жыл бұрын
I'm trying to think of a hint with out giving it away. maybe something like. not just display decoding but state machines.
@headlessxp4948
@headlessxp4948 7 жыл бұрын
I think he will use both something like an cd4511 AND an EEPROM. This is because with 8 bit EEPROMs and 3 digits a 7 segments, you would need 3 EEPROMS.If you use 3 cd4511s, you can save 1 EEPROM.
@albertsandberg
@albertsandberg 7 жыл бұрын
I used one EEPROM and a 4017 to switch between the 3 digits... activate the 7seg and also high address pins with it. Switch it fast enough and you can't tell it's flickering.
@w00dyblack
@w00dyblack 7 жыл бұрын
I've done a few projects with 7 segment displays, Ive always used 74HC595s to control them. I do have some cd4511s - havent got round to using them yet.
@unclerojelio6320
@unclerojelio6320 7 жыл бұрын
I've still go my EE text book that covers how to reduce/simplify truth tables. This was a "weed-out" course at UT for EE freshmen. Now I feel the need to dig that book out and take a trip down memory lane.
@ge5645
@ge5645 3 жыл бұрын
hi there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@psyolent.
@psyolent. 6 жыл бұрын
i so cannot believe you made that circuit ben. thanks SO much for your efforts
@ropersonline
@ropersonline 3 жыл бұрын
9:27: You could have also arranged the gates differently and taken a shortcut with D1 and !D2, which also does occur twice, but that would have precluded your saving the D0 and !D1 gate that you did save, so it's either save that one or the other one but not both, and in fairness your arrangement is simpler. I just needed to say that I noticed that.
@satishsharma2245
@satishsharma2245 5 жыл бұрын
It is just opening my mind
@ge5645
@ge5645 3 жыл бұрын
hey there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@guidovlaere
@guidovlaere 5 жыл бұрын
Thanks a lot Ben, your video is very helpfull to understand how a sevensegment display work! With your video's it's really easy to understand... I like your way of education!
@TymerTopCat
@TymerTopCat 4 жыл бұрын
Your breadboard solution is a great way to visualize the Tyranny of Numbers (Wires) problem. Back before the IC (Integrated Circuit) was invented, people knew that building a computer was possible, but were unable to build it because of the number of wires required (impossible to physically connect the circuit). Jack Kilby invented the IC, and now we have computers. Ben's beautiful breadboard examples demonstrates the Tyranny of numbers problem.
@bkzzzzz
@bkzzzzz 7 жыл бұрын
I am now a proud patron of Ben Eater on @Patreon, and you should be too. Thanks a lot Ben for your efforts
@r.d.machinery3749
@r.d.machinery3749 4 жыл бұрын
Ben's "messy" diagrams look like "final copy" works of art compared to my notebook sketches. Guess I should use a ruler. LOL
@cartoons__for__kids_Hindi
@cartoons__for__kids_Hindi 3 жыл бұрын
Aren't you a little too old 🧐
@thatonegoblin7051
@thatonegoblin7051 3 жыл бұрын
same man, same
@lorddarkrai5753
@lorddarkrai5753 3 жыл бұрын
Bless you Ben.I've done this at least 7 times only because i was using Intel's quartus prime lite and i was testing my results with the correspoding simulations to each output.D kept being wrong the whole time , i kept on checking my truth table for the decoder and i found out that d had a 0 in the number 9 thanks to you contrary to my university's lab that had forgotten this and had d turned off in the number 9 in the project's instructions.Thank you so much for your help
@vikasjha588
@vikasjha588 5 жыл бұрын
I never thought you would build the circuit. You are a pro with breadboards
@spyrex3988
@spyrex3988 4 жыл бұрын
Man this reminds me of my first semester electronics course vibes lmao
@TheSenseiKai
@TheSenseiKai 5 жыл бұрын
Fucking brilliant video. It really motivates me. Thanks a lot for the video my friend.
@haniyamaqsood9238
@haniyamaqsood9238 3 жыл бұрын
How clear cut explanation is given. Thank you
@redumptious2544
@redumptious2544 4 жыл бұрын
Very nice Ben. I don't think that I have the passion to build one of those for myself, but your videos are very good to learn and understand so many of the important basics.
@red3_rider
@red3_rider 2 жыл бұрын
888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888888888888888888888888333333333333333333333333333333333333333333
@jbraun73160
@jbraun73160 5 жыл бұрын
I remember doing this exercise in undergrad. Good times.
@ge5645
@ge5645 3 жыл бұрын
hey there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@akshay.kumar.k
@akshay.kumar.k 5 жыл бұрын
"Simplify the problem and solve the simpler problem" - key to setting up a trillion dollar company.
@bananamaniac2
@bananamaniac2 3 жыл бұрын
This brings me back to electronics classes and learning good ol logic gates 🤩
@PaAShaikAmeerBasha
@PaAShaikAmeerBasha 4 жыл бұрын
nice video for understanding 7 segment hexa-coder I'm impressed with your way of teaching
@ge5645
@ge5645 3 жыл бұрын
hi there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@rjm92705
@rjm92705 7 жыл бұрын
Putting the current limiting resistor at the common anode is usually not recommended since the brightness of the LEDs will vary depending upon how many are turned on. It is recommended to use a current limiting resistor for each individual segment for the best results.
@therealmeisl5609
@therealmeisl5609 7 жыл бұрын
Rex McCarthy One might actually view this as an advantage, as the *overall* brightness of the complete digit won't vary as much. Also, you have a fixed amount of current needed per digit, regardless of the actual value. Anyways, the difference can hardly be seen at 5..10mA for all segments with a modern display. Taking all that, plus that it's much easier to build with only one resistor, I personally don't care much what's usually recommended.
@GokulNayar
@GokulNayar 5 жыл бұрын
Thanks! I am wondering what are the other ways to make the gate logic more efficiently from a truth table. The only method I know of is using Karnaugh map.
@send2murph
@send2murph 3 жыл бұрын
Can't believe you built the circuit! Awesome.
@FreddyBNL
@FreddyBNL 3 жыл бұрын
Beautifully done. Very nice to see.
@HECKproductions
@HECKproductions 4 жыл бұрын
when he pulled of that huge ess at 12:30 at first i was like holy crap thats a lot of tanglyness then i got impressed that we can build all that into a ridiculousley tiny little chip
@ge5645
@ge5645 3 жыл бұрын
hi there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@pentachronic
@pentachronic 4 жыл бұрын
BTW Each of the cathodes should have a resistor. Using 1 resistor in the common Anode causes the display's brightness to change depending on how many LEDs are lit. Common Anode should be connected to VCC.
@Martinko_Pcik
@Martinko_Pcik 6 жыл бұрын
Wow. Your patience to describe something is incredible. I admit I had to jump around to find out where it will go. We used to use boolean logic algebra at school to transfer the truth table to your circuit gates to synthesize the circuit. Both NOR or NAND based. You jumped to "I came up with this circuit" directly. It would be useful to show how to do it since it can minimize number of used gates.
@anilkumarrajput1881
@anilkumarrajput1881 11 ай бұрын
well your hardwork has earned you a new subscriber
@TreyKeown
@TreyKeown 7 жыл бұрын
Love it! Always such quality videos. Question about your construction methods: how do you get your jumper wires? Do you make them yourself? I always find myself running out when I buy those premade kits.
@JasonMasters
@JasonMasters 7 жыл бұрын
I'm pretty well certain that he makes them himself, probably out of solid-core insulated wires. I've noticed that the jumper wires which are made for kits are always colour-coded by length which can be confusing when you want to trace a run but it goes through multiple colours of jumpers. If you can get hold of some "telephone" cable, you can open it out and strip out at least 4 different colours of wires. More, if you get a larger cable with more conductors.
@ge5645
@ge5645 3 жыл бұрын
hi there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@rya3190
@rya3190 5 жыл бұрын
I remember doing this in high school. It was fun but I had to redue it 3 times because of faulty and/or gates...my teacher gave me credit but I was still a bit disappoited I never got it running
@joebarrett4353
@joebarrett4353 3 жыл бұрын
Amazing that you built that! And not even looking a bit like a rat's nest. A really dedicated teacher!
5 жыл бұрын
I hope you never delete these videos. I had this in school and now 20 years later it's really nice to refresh that knowledge with such amazing videos. Thanks a bunch!
@farmerzocker3822
@farmerzocker3822 3 жыл бұрын
I don't know if you corrected it later, but using only one resistor for the whole 7-segment-Unit isn't that well, becaue each Segment will pull a specific current. And the voltage across the resistor (to set the voltage at each LED to 3V) depends on the resistance of it and the current through it (with the LED it is a little bit more complex, but that's basically the point). The problem occuring now is that if you turn pn multiple LEDs, the current through the LEDs will sum up and so the voltage aceoss the resistor will increase. By doing so, the current through the LEDs will decrease and the LEDs will be less bright. By using only 2 Segments, this won't be that much, but if you compare your "8" and only a "1", you should definitely see a difference. If you use an individual resistor for each segement, that would be much better. Because then the current through each LED is independant to the number of LEDs shining.
@basedbulgarian511
@basedbulgarian511 4 жыл бұрын
First circuit simplifies quite a bit to AD(B xor C) + ~A~C(B xor D)
@andreamazzai1969
@andreamazzai1969 2 жыл бұрын
Samuel, what does the ~ mean in your formula?
@basedbulgarian511
@basedbulgarian511 2 жыл бұрын
@@andreamazzai1969 NOT
@bkzzzzz
@bkzzzzz 7 жыл бұрын
Thanks a lot BEN. hope to see next video uploaded soon.
@ederamin9697
@ederamin9697 3 жыл бұрын
thank you so much for your explanation and how much work you put into this video!
@zicomitchell
@zicomitchell 5 жыл бұрын
Coders: KZbin: Wanna learn how to build a combinational logic circuit to decode 8 bits and display a 3-digit decimal number on 7-segment displays? Coders: Actually I do! This is a useful recommendation that I am grateful for.
@ALZlper
@ALZlper 5 жыл бұрын
Exactly me
@ge5645
@ge5645 3 жыл бұрын
hi there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@ChristCenteredMinist
@ChristCenteredMinist 7 жыл бұрын
I thought of using an eprom as a decoder too but with the popularity of Hex displays I'm still amased they haven't designed an ic that works like a 7447 but decodes hexadecimal...
@therealmeisl5609
@therealmeisl5609 7 жыл бұрын
They have, but it's hard to find some. I got 10 DM9368N for 12.50 $ from ebay.
@therealmeisl5609
@therealmeisl5609 7 жыл бұрын
I should have mentioned that the DM9368 are designed for common-cathode displays, not common-anode as used in the video.
@FurEngel
@FurEngel 7 жыл бұрын
Well just thinking about this, the quickest way would be to just use a low-pin count, low gate CPLD, although probably not cost effective. The cheapest way would probably be to use a very low cost MCU (something like a $1 PIC or ATTINY).
@neodonkey
@neodonkey 6 жыл бұрын
No, no, not MCU!!! :) That just ruins the elegance man. I was planning on building something with a GAL/PAL type thing as I wanted to have some fun playing with the things anyway and this gives me an excuse.
@BillAnt
@BillAnt 5 жыл бұрын
A decoder could also be programmed into a FPGA, course it's an overkill.
@arthursgarage6550
@arthursgarage6550 4 жыл бұрын
your circuits are art
@damianwiecaw492
@damianwiecaw492 6 жыл бұрын
You are the best teacher I have ever met.
@Contango1000
@Contango1000 7 жыл бұрын
Thanks again Ben. Don't you just hate those four words, when you know it's all over for now: "In the next video'". Hurry up please ;-)
@ge5645
@ge5645 3 жыл бұрын
hey there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@Roy_Tellason
@Roy_Tellason 4 жыл бұрын
A single current-limiting resistor in line with the common anode is NOT the way to do it! That way the brightness of the digit will vary depending on how many segments are lit...
@olafv.2741
@olafv.2741 4 жыл бұрын
Correct! But not so important for this type of video. You can also use many more complicated methods to find a circuit with: a) the minimum number of gates b) the minimum propagation time c) the evenest propagation time. But that was not the purpose of this video.
@jigsound
@jigsound 2 жыл бұрын
Watching in awe. Patient dedication to accomplish a fundamental task. 🎩 🙌
@merylldiola46
@merylldiola46 7 жыл бұрын
Dude this is sooo cool! thanks for the tutorial
@gcm4312
@gcm4312 4 жыл бұрын
Dislikes on these videos can only be explained by corrupted bits (misclicks on the dislike button)
@Nightcore1675
@Nightcore1675 5 жыл бұрын
did you ever hear something about Karnaugh-Veitch-Diagram ?
@yasyasmarangoz3577
@yasyasmarangoz3577 4 жыл бұрын
y?
@shangri-la894
@shangri-la894 7 жыл бұрын
AWESOME! 😍😍😍 I don't care if it's complicated I'm gonna try it. I'm sure my prof will be impressed.
@tomid1052
@tomid1052 Жыл бұрын
I'm starting to study electronic, and this is just awesome
@tell5243
@tell5243 7 жыл бұрын
Hi Ben I was thinking that maybe I could set up a service we're we do a assembly of all the components for people for low profit (just so it's worth our time) instead of people having to go out and souce the components themselves.I think this would be a great addition to the channel and if anyone thinks this would be a good idea please like to get Ben to look at this comment.Thanks will
@neodonkey
@neodonkey 6 жыл бұрын
The fun is building it yourself. It might be nice to offer a kit with ALL the components required, but I would let people assemble it their selves, that is the enjoyment (and learning) of this project. I am following along building in a simulator myself but have the chips on order and will be building the computer for real (and probably adding some of my own design along the way).
@Ghost572
@Ghost572 6 жыл бұрын
Buying your own components and sourcing them is part of the learning experience. You have to plan and figure out how to get good deals etc, plus putting things into action. That being said though with other projects its the same sort of thing look on the net, buy stuff and build it. This as a kit would be really good though I can't denie that, I don't think there is anything out there that is like DIY your own 8 bit computer.
@streetDAOC
@streetDAOC 3 жыл бұрын
“This is the truth table I came up with” *laughs in peasantry*
@synthsam
@synthsam 3 жыл бұрын
When i studied digital electronics, we were asked to make circuits like this and two days later after it was corrected our teacher just showed us there's a IC that makes exactly that , from memories to counters the same history.
@rz9196
@rz9196 2 жыл бұрын
Unreal!!! Well done.
@kagomehigurashi2345
@kagomehigurashi2345 3 жыл бұрын
My teacher gave us five days to design and build this exact thing.
@rojbenimahrez7810
@rojbenimahrez7810 3 жыл бұрын
really????
@joekanaan2548
@joekanaan2548 3 жыл бұрын
@@rojbenimahrez7810 probably not
@Dongonzales123
@Dongonzales123 6 жыл бұрын
you should have made every gate with transistors hahaha that would have propably filled a whole table of breadboards
@ge5645
@ge5645 3 жыл бұрын
hey there CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@academicsstudio
@academicsstudio 3 жыл бұрын
extremely deep concept and excellent detailing
@Dreamer9317
@Dreamer9317 6 жыл бұрын
The moment before you shoved the breadboard my brain was like "No way, he will not do it" and than you pulled it out :D You are an amazing teacher!
@ge5645
@ge5645 3 жыл бұрын
CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE kzbin.info/www/bejne/en68n5JmqrmJeJo go watch and try supporting by subscribing
@NotMarkKnopfler
@NotMarkKnopfler 7 жыл бұрын
All the way through I was shouting at the screen "Just use an EPROM!" :-)
@sreeragm8366
@sreeragm8366 4 жыл бұрын
Me here:Disliking all those, who said this can be done with an Arduino.
@PyPylia
@PyPylia 4 жыл бұрын
What people don’t get is that while micro-controllers are great, they add current draw, and more expenses when often times standard logic gates can do the same thing.
@AshutoshSingh-to9vx
@AshutoshSingh-to9vx 3 жыл бұрын
@@PyPylia but they're simpler. More people know c programming than digital electronics.
@snooks5607
@snooks5607 3 жыл бұрын
if someone honestly thinks Ben in this video is recommending people to build 7-segment displays out of 7400 logic chips they need to get their eyes/ears/head examined.
@electronichaircut8801
@electronichaircut8801 3 жыл бұрын
@@AshutoshSingh-to9vx The goal here to learn and not just to bodge things together.
@TheBigBigBlues
@TheBigBigBlues 3 жыл бұрын
When you pulled out the completed circuit for the entire truth table ... oh wow, he actually did it, amazing! Also you should try sticking a bit of blue plastic over the display, will make the numbers easier to read.
@planktonfun1
@planktonfun1 6 жыл бұрын
you can learn a lot going back from the basics even solve high level problems
@paulstelian97
@paulstelian97 7 жыл бұрын
Could have optimized with Karnaugh tables though haha
@magaphoto
@magaphoto 6 жыл бұрын
or boolean algebra...
@SemperFy21
@SemperFy21 6 жыл бұрын
Karnaugh table IS boolean algebra
@Pseudo___
@Pseudo___ 6 жыл бұрын
or just bought a CD4543BE for $.50
@bacphan7582
@bacphan7582 5 жыл бұрын
that's not a point of this video, you can buy a 8 bit CPU for few bucks, but he wants to build 8 bit cpu from just logic gate
@Heathcz
@Heathcz 5 жыл бұрын
@@bacphan7582 ye, and if he minimalized the functions he could have used a lot less of those gates
@simochri6371
@simochri6371 7 жыл бұрын
Why didn't you use karnaugh map?
@shamus030
@shamus030 7 жыл бұрын
The map is sparse enough that you don't need a Karnaugh map to find the optimal logic. It's easy enough to find the right logic without using a Karnaugh map in this example.
@therealmeisl5609
@therealmeisl5609 7 жыл бұрын
It's obviously not so easy, as the resulting circuit is far from optimal. The Karnaugh map for four inputs is still feasable by hand (still 2D) and would make for an interesting video in itself. What else one could do is to think in terms of 2-bit data selectors (which can be built from 2 ANDs, an OR and a NOT, Ben made a video on them). They correspond to the ite-operator ("?" and ":") you might know from programming. Looking at the minimal sum-of-products from Karnaugh you'll immediately find considerably smaller circuits. Eg for the "a" segment 7 AND, 2 OR and of course 4 NOTs for the inputs - as opposed to 11 AND, 3 OR, 4 NOT.
@TomStorey96
@TomStorey96 7 жыл бұрын
TheRealMeisl I did this myself for a project I'm working on. K-maps are amazing for this kind of thing. ornotblog.blogspot.co.uk/2017/03/clock-design-notes-2-7-segment-decoders.html But I only did numbers 0-9 since mine are for a clock.
@therealmeisl5609
@therealmeisl5609 7 жыл бұрын
+Tom Storey Very nice blog post that is of yours! Now there's two things I'm wondering about: 1) You mention how you were able to re-use certain combinations (CD' in your example), so in effect you're optimizing across segments (as opposed to your using one K-map each to optimize a single segment). I did this myself, but not systematically, just by kinda "staring" at them all at once. Is there a better - systematic - way to do this other than writing a program that does an exhaustive search? 2) K-maps are designed to find minimal sum-of-products, aka "minterms", so the basic gates used are NOT, AND and OR. But of course there are chips with other kinds of gates, particularly universal gates like NAND and NOR. How would a systematic approach look like which produces minimal terms containing, say, only NORs?
@TomStorey96
@TomStorey96 7 жыл бұрын
If there is, I'd like to know! I spent a few days staring at my k-maps trying to find optimisations as well. The more time I spent looking at them the more I learned how to recognise cases where I might be able to make savings. There might be tools and other tricks or methods that I havent discovered yet, but this method seemed to work well for me. :-) If I understand your question correctly, I suppose I havent tried to produce minterms using NOR logic. I have just translated my minterms in to NOR logic in my circuits. For example, in Bens decoder, an inverter produces a high when an input is low, so the output of that inverter can be used along with inputs to match against various high/low input combinations using standard AND gates. In my case, when an input is high the inverter produces a low, and that low in combination with other inputs can feed a NOR gate, and if all of the inputs to that NOR gate are low then its output would be high. Same function as an AND gate, just using inverted logic. So Im basically using the universal gate property of NOR to build the other types of logic gates.
@JimAlfredson
@JimAlfredson 7 жыл бұрын
I have learned so much from this series of videos. I never understood how computers worked at a fundamental level. I knew about bits and registers and all that, and even programmed BASIC as a kid, designing spites and later getting into HTML. I also build my own machines and can troubleshoot computers as well as analog circuitry (like tube amps and such). I understand how transistors and capacitors and resistors, et al work. But the actual logic circuitry behind computers, despite delving into Boolean algebra on my own in 8th grade, has always eluded me. Over the last four days I have watched every one of your videos on the subject and now I finally understand how computers actually compute and the logic behind them, which has given me a newfound appreciation of the level of complexity hidden in out-of-date computers like my childhood C64, to say nothing of modern PCs, smart phones, tablets, etc. It is truly incredible. Thank you for sharing your knowledge in such a concise way. You are a great teacher.
@lukasfabry3448
@lukasfabry3448 5 жыл бұрын
Great video, ima use it for school project, thanks a lot!
small vs big hoop #tiktok
00:12
Анастасия Тарасова
Рет қаралды 26 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
She ruined my dominos! 😭 Cool train tool helps me #gadget
00:40
Go Gizmo!
Рет қаралды 62 МЛН
Пробую самое сладкое вещество во Вселенной
00:41
small vs big hoop #tiktok
00:12
Анастасия Тарасова
Рет қаралды 26 МЛН