Designing a 7-segment hex decoder

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.พ. 2017
  • 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: / 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.1K

  • @MIKAEL212345
    @MIKAEL212345 7 ปีที่แล้ว +1986

    "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 ปีที่แล้ว +79

      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 ปีที่แล้ว +40

      Yeah, thought the diagram was more than enough and BOOM! Out comes the physical implementation, so good.

    • @scitwi9164
      @scitwi9164 7 ปีที่แล้ว +36

      Yeah, the one thing missing from total masochism is implementing it using single transistors :q

    • @jackseley4084
      @jackseley4084 7 ปีที่แล้ว +10

      Sci Twi that would be awesome, but insane

    • @ender_scythe2879
      @ender_scythe2879 7 ปีที่แล้ว +14

      _Do you want to see my collection of drawn schematics?_

  • @solivictus1593
    @solivictus1593 4 ปีที่แล้ว +1517

    Your videos are the foundation of my Minecraft storage system , thank you for the great explanation.

    • @chemieju6305
      @chemieju6305 4 ปีที่แล้ว +64

      Do you do item or data storage?

    • @theterribleanimator1793
      @theterribleanimator1793 4 ปีที่แล้ว +44

      @@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 ปีที่แล้ว +35

      @@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 ปีที่แล้ว +8

      @@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 ปีที่แล้ว +15

      @@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 2 ปีที่แล้ว +33

    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 4 หลายเดือนก่อน +1

      I'm just now realizing their usefulness for my digital fundamentals class as well. Crazy

  • @rcollins0618
    @rcollins0618 5 ปีที่แล้ว +632

    @12:30 "To demenstrate that, of course I built the thing." LOL, noice

    • @isunktheship
      @isunktheship 4 ปีที่แล้ว +18

      I love the giddiness in his voice

    • @pascal1446
      @pascal1446 4 ปีที่แล้ว +1

      @@isunktheship Me too

    • @PeterAbt
      @PeterAbt 4 ปีที่แล้ว +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 ปีที่แล้ว +1

      That's the nerdiest thing I've heard in a while :D

    • @_adheeb.
      @_adheeb. 3 ปีที่แล้ว

      @@AntoineGouby :D

  • @WowUrFcknHxC
    @WowUrFcknHxC ปีที่แล้ว +16

    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 ปีที่แล้ว +616

    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.

  • @neodonkey
    @neodonkey 6 ปีที่แล้ว +424

    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 ปีที่แล้ว +9

      Nice comment.

    • @VivekYadav-ds8oz
      @VivekYadav-ds8oz 5 ปีที่แล้ว +26

      Also, I tried the function with k-map and the expression didn't boil down much anyways.

    • @jasmine2501
      @jasmine2501 4 ปีที่แล้ว +11

      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 ปีที่แล้ว +13

      @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 ปีที่แล้ว +5

      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.

  • @WisdomVendor1
    @WisdomVendor1 5 ปีที่แล้ว +44

    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 ปีที่แล้ว +497

    "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 ปีที่แล้ว +18

      That was insanely fantastic!

    • @janKanali
      @janKanali 3 ปีที่แล้ว +4

      @@ge5645 fuck you

    • @ge5645
      @ge5645 3 ปีที่แล้ว +1

      @@janKanali wasn't it interesting I tried to just amaze you but anyways

    • @ge5645
      @ge5645 3 ปีที่แล้ว +1

      @@janKanali thank you for WATCHING

    • @dbp_patel_1994
      @dbp_patel_1994 2 ปีที่แล้ว

      Which video is that, by the way?

  • @penniesshillings
    @penniesshillings 3 ปีที่แล้ว +54

    "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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @ericparent7794
    @ericparent7794 7 ปีที่แล้ว +20

    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

  • @valentin3780
    @valentin3780 4 ปีที่แล้ว +40

    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 ปีที่แล้ว +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.

  • @DigitalBhangari
    @DigitalBhangari 4 ปีที่แล้ว +7

    Dude you actually went to the trouble of putting it all together just to demonstrate how it works.. respect!

  • @retrohd1_
    @retrohd1_ 4 ปีที่แล้ว +22

    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 ปีที่แล้ว +1

      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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @chrisguli2865
    @chrisguli2865 3 ปีที่แล้ว +10

    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.

  • @Hugmanrique
    @Hugmanrique 7 ปีที่แล้ว +35

    The dedication you put into your videos is amazing. Thanks for your great explanation!

  • @alexgochenour8740
    @alexgochenour8740 5 ปีที่แล้ว +9

    This must’ve taken a whole week to do. You have fulfilled my curiosity for me. Thanks Ben!

  • @rikilshah
    @rikilshah 4 ปีที่แล้ว +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!

  • @binaryflawgic5713
    @binaryflawgic5713 4 ปีที่แล้ว +14

    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 ปีที่แล้ว +1

      wouldn't the map give you the minimum gate expression

    • @125brat
      @125brat 2 ปีที่แล้ว +2

      @@thatonegoblin7051 Yep, Karnaugh mapping, Venn diagrams or Boolean algebra and minimisation. "Split the line and change the sign" brings back memories😁

  • @PeteCswampy
    @PeteCswampy 3 ปีที่แล้ว +2

    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.

  • @TymerTopCat
    @TymerTopCat 4 ปีที่แล้ว +15

    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 ปีที่แล้ว +1

      You just multiplex them, or if you have too many, give in and use a character module 😂

  • @TweakMDS
    @TweakMDS 5 ปีที่แล้ว +33

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @kinghassy334
    @kinghassy334 2 ปีที่แล้ว +1

    I'm happy he's getting rewarded for all the effort with lots of views

  • @abdelrahmangamalmahdy
    @abdelrahmangamalmahdy 7 ปีที่แล้ว +1

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @TomStorey96
    @TomStorey96 7 ปีที่แล้ว +11

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @jonslaco9020
    @jonslaco9020 5 ปีที่แล้ว +10

    Awesome, refreshes my memory from college. You should do a video on using boolean algebra to reduce the complexity of combinational logic!!

  • @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🎉🎉

  • @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.

  • @crocellian2972
    @crocellian2972 6 ปีที่แล้ว +35

    "It works because I tested it."
    Well resistor maggots, where are you?

  • @ropersonline
    @ropersonline 3 ปีที่แล้ว +11

    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.

  • @unclerojelio6320
    @unclerojelio6320 7 ปีที่แล้ว +2

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @pradeepmahajan2210
    @pradeepmahajan2210 5 ปีที่แล้ว

    You've put so much effort into this. Great work

  • @w00dyblack
    @w00dyblack 7 ปีที่แล้ว +45

    EPROMS.. Im intrigued. This is like a cliffhanger !

    • @Brainstorm4300
      @Brainstorm4300 7 ปีที่แล้ว +2

      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 ปีที่แล้ว +1

      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.

  • @Eliasdbr
    @Eliasdbr 7 ปีที่แล้ว +73

    I can't wait to see the next videos😆

  • @charlesdorval394
    @charlesdorval394 4 ปีที่แล้ว +1

    You sir have all my respect for your dedication.

  • @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!

  • @maxscribner1743
    @maxscribner1743 7 ปีที่แล้ว +6

    hex! What a wonderful hack! Never thought of it

    • @deimudder1274
      @deimudder1274 6 ปีที่แล้ว

      Max Scribner I used bcd (binay coded decimal)

  • @bkzzzzz
    @bkzzzzz 7 ปีที่แล้ว +5

    I am now a proud patron of Ben Eater on @Patreon, and you should be too. Thanks a lot Ben for your efforts

  • @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

  • @ahmedarif6611
    @ahmedarif6611 4 ปีที่แล้ว +3

    thank you for your time and efforts..

    • @ge5645
      @ge5645 3 ปีที่แล้ว

      hi there
      CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @akshay.kumar.k
    @akshay.kumar.k 5 ปีที่แล้ว +127

    "Simplify the problem and solve the simpler problem" - key to setting up a trillion dollar company.

  • @JimAlfredson
    @JimAlfredson 7 ปีที่แล้ว +1

    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.

  • @synthsam
    @synthsam 3 ปีที่แล้ว +2

    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.

  • @r.d.machinery3749
    @r.d.machinery3749 4 ปีที่แล้ว +4

    Ben's "messy" diagrams look like "final copy" works of art compared to my notebook sketches. Guess I should use a ruler. LOL

  • @satishsharma2245
    @satishsharma2245 5 ปีที่แล้ว +3

    It is just opening my mind

    • @ge5645
      @ge5645 3 ปีที่แล้ว

      hey there
      CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      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

  • @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

  • @GokulNayar
    @GokulNayar 4 ปีที่แล้ว +3

    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.

  • @spyrex3988
    @spyrex3988 4 ปีที่แล้ว +5

    Man this reminds me of my first semester electronics course vibes lmao

  • @TymerTopCat
    @TymerTopCat 3 ปีที่แล้ว

    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.

  • @vikasjha588
    @vikasjha588 5 ปีที่แล้ว

    I never thought you would build the circuit. You are a pro with breadboards

  • @rjm92705
    @rjm92705 7 ปีที่แล้ว +3

    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 ปีที่แล้ว +2

      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.

  • @jbraun73160
    @jbraun73160 4 ปีที่แล้ว +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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @bananamaniac2
    @bananamaniac2 3 ปีที่แล้ว

    This brings me back to electronics classes and learning good ol logic gates 🤩

  •  5 ปีที่แล้ว +1

    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!

  • @pentachronic
    @pentachronic 4 ปีที่แล้ว +3

    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.

  • @farmerzocker3822
    @farmerzocker3822 3 ปีที่แล้ว +5

    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.

  • @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!

  • @Dreamer9317
    @Dreamer9317 6 ปีที่แล้ว +2

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @HECKproductions
    @HECKproductions 4 ปีที่แล้ว +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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @basedbulgarian511
    @basedbulgarian511 4 ปีที่แล้ว +4

    First circuit simplifies quite a bit to
    AD(B xor C) + ~A~C(B xor D)

  • @joebarrett4353
    @joebarrett4353 3 ปีที่แล้ว

    Amazing that you built that! And not even looking a bit like a rat's nest. A really dedicated teacher!

  • @send2murph
    @send2murph 3 ปีที่แล้ว

    Can't believe you built the circuit! Awesome.

  • @TheSenseiKai
    @TheSenseiKai 5 ปีที่แล้ว +5

    Fucking brilliant video. It really motivates me. Thanks a lot for the video my friend.

  • @TreyKeown
    @TreyKeown 7 ปีที่แล้ว +4

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @ederamin9697
    @ederamin9697 3 ปีที่แล้ว

    thank you so much for your explanation and how much work you put into this video!

  • @haniyamaqsood9238
    @haniyamaqsood9238 3 ปีที่แล้ว

    How clear cut explanation is given. Thank you

  • @rya3190
    @rya3190 5 ปีที่แล้ว +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

  • @zicomitchell
    @zicomitchell 5 ปีที่แล้ว +18

    Coders:
    TH-cam: 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 4 ปีที่แล้ว

      Exactly me

    • @ge5645
      @ge5645 3 ปีที่แล้ว

      hi there
      CREATE SHADES USING SIEERPINKI'S TRIANGLE AND YOUR SMART PHONE th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @damianwiecaw492
    @damianwiecaw492 6 ปีที่แล้ว

    You are the best teacher I have ever met.

  • @Martinko_Pcik
    @Martinko_Pcik 6 ปีที่แล้ว +1

    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.

  • @Contango1000
    @Contango1000 7 ปีที่แล้ว +14

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @Roy_Tellason
    @Roy_Tellason 4 ปีที่แล้ว +15

    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 ปีที่แล้ว +2

      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.

  • @tomid1052
    @tomid1052 ปีที่แล้ว

    I'm starting to study electronic, and this is just awesome

  • @jigsound
    @jigsound 2 ปีที่แล้ว

    Watching in awe. Patient dedication to accomplish a fundamental task. 🎩 🙌

  • @ChristCenteredMinist
    @ChristCenteredMinist 7 ปีที่แล้ว +9

    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 ปีที่แล้ว +1

      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.

  • @Nightcore1675
    @Nightcore1675 5 ปีที่แล้ว +5

    did you ever hear something about Karnaugh-Veitch-Diagram ?

  • @molepistol
    @molepistol ปีที่แล้ว

    Bro literally said "And of course, i built the thing".
    i literally shoutted in shock, like dude, you are amazing

  • @anilkumarrajput1881
    @anilkumarrajput1881 10 หลายเดือนก่อน

    well your hardwork has earned you a new subscriber

  • @gcm4312
    @gcm4312 4 ปีที่แล้ว +124

    Dislikes on these videos can only be explained by corrupted bits (misclicks on the dislike button)

  • @tell5243
    @tell5243 7 ปีที่แล้ว +5

    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 ปีที่แล้ว +1

      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.

  • @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.

  • @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_337
      @red3_rider_337 2 ปีที่แล้ว +1

      888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888333333333333333333333888888888888888888888888888888888888888888333333333333333333333333333333333333333333

  • @Dongonzales123
    @Dongonzales123 6 ปีที่แล้ว +3

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @kagomehigurashi2345
    @kagomehigurashi2345 3 ปีที่แล้ว +4

    My teacher gave us five days to design and build this exact thing.

  • @planktonfun1
    @planktonfun1 6 ปีที่แล้ว

    you can learn a lot going back from the basics even solve high level problems

  • @bkzzzzz
    @bkzzzzz 7 ปีที่แล้ว

    Thanks a lot BEN. hope to see next video uploaded soon.

  • @simochri6371
    @simochri6371 7 ปีที่แล้ว +31

    Why didn't you use karnaugh map?

    • @shamus030
      @shamus030 7 ปีที่แล้ว +5

      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 ปีที่แล้ว +15

      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 ปีที่แล้ว +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 ปีที่แล้ว +1

      +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.

  • @streetDAOC
    @streetDAOC 3 ปีที่แล้ว +3

    “This is the truth table I came up with”
    *laughs in peasantry*

  • @FreddyBNL
    @FreddyBNL 3 ปีที่แล้ว

    Beautifully done. Very nice to see.

  • @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.

  • @masonhunter2748
    @masonhunter2748 3 ปีที่แล้ว +5

    I thought it said “destroying hex segment decoder” and I was like “just blow it up”

  • @paulstelian97
    @paulstelian97 7 ปีที่แล้ว +51

    Could have optimized with Karnaugh tables though haha

    • @magaphoto
      @magaphoto 6 ปีที่แล้ว +4

      or boolean algebra...

    • @SemperFy21
      @SemperFy21 6 ปีที่แล้ว +21

      Karnaugh table IS boolean algebra

    • @Pseudo___
      @Pseudo___ 5 ปีที่แล้ว +5

      or just bought a CD4543BE for $.50

    • @bacphan7582
      @bacphan7582 5 ปีที่แล้ว +19

      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 ปีที่แล้ว +1

      @@bacphan7582 ye, and if he minimalized the functions he could have used a lot less of those gates

  • @arthursgarage6550
    @arthursgarage6550 4 ปีที่แล้ว

    your circuits are art

  • @PaAShaikAmeerBasha
    @PaAShaikAmeerBasha 4 ปีที่แล้ว +1

    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 th-cam.com/video/DMYn_0uTVB8/w-d-xo.html
      go watch and try supporting by subscribing

  • @NotMarkKnopfler
    @NotMarkKnopfler 7 ปีที่แล้ว +3

    All the way through I was shouting at the screen "Just use an EPROM!" :-)

  • @sreeragm8366
    @sreeragm8366 4 ปีที่แล้ว +35

    Me here:Disliking all those, who said this can be done with an Arduino.

    • @PyPylia
      @PyPylia 3 ปีที่แล้ว +8

      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 ปีที่แล้ว +1

      @@PyPylia but they're simpler. More people know c programming than digital electronics.

    • @snooks5607
      @snooks5607 3 ปีที่แล้ว +4

      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 ปีที่แล้ว +1

      @@AshutoshSingh-to9vx The goal here to learn and not just to bodge things together.

  • @tom53332
    @tom53332 3 ปีที่แล้ว

    I don't know how I got here, nor am I interested in learning this, but you explain it so well I'll click like anyway

  • @merylldiola46
    @merylldiola46 6 ปีที่แล้ว +2

    Dude this is sooo cool! thanks for the tutorial