Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Help needed on 7-Segment Display.

Status
Not open for further replies.

anura92

New Member
I am given task:

Design an octal-to-7-segment common cathode decoder for digits 0 to 5 only using the least possible number of basic gates (i.e. an optimum design). The 7-segment will only need to display from octal digits 0 to 5, ignore other numbers Your solutions must show all the design steps taken, i.e. a description of the task, requirements definition, design approaches such as truth-table(s), simplification using K-maps or Boolean theorems, and the implementation (circuit diagrams) using standard logic symbols.

I have come out with the truth table. But I'm clueless about the basic gates needed, simplification using K-maps or Boolean theorem,

3 switches name A, B, C.
so when the switches are:
* A=off/0 B=off/0 C=off/0 *, the display will be 0
* A=off/0 B=off/0 C=on/1 *, the display will be 1
* A=off/0 B=on/1 C=off/0 *, the display will be 2
* A=off/0 B=on/1 C=on/1 *, the display will be 3
* A=on/1 B=off/0 C=off/0 *, the display will be 4
* A=on/1 B=off/0 C=on/1 *, the display will be 5

Would REALLY REALLY appreciate if anyone can help.
 
So they haven't taught you anything about K-maps or the Boolean theorem? If you are clueless about them I suggest you do some reading.

You need to expand your truth table to show which display segments need to be lit for each of the numbers.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top