Need your help with 7 segment display using 4026 and NE555

  • Thread starter Thread starter ranai
  • Start date Start date
AI Thread Summary
The discussion centers on creating a circuit using the IC4026 and a 555 timer with three switches for pausing, hiding, and resetting a count. The main issue involves hiding the count while allowing it to continue until the button is released. Solutions were proposed, including using the DEI (Display Enable Input) pin to control the display output. A successful modification involved adding a switch between the DEI pin and the supply, allowing the display to turn off when the button is pressed. Participants emphasized the importance of using a resistor to prevent short circuits while implementing these changes.
ranai
Messages
7
Reaction score
0
Member advised to use the homework template for posts in the homework sections of PF.
Hello,
I have to make a circuit using IC4026 and 555 timer with 3 switches : one that pauses the counting, one that hides it and one that resets it. I'm having problems with the last two.
I have joined a picture of my circuit on proteus isis.
I'll be very grateful if you could help me.
 

Attachments

  • 7segments4026NE555.PNG
    7segments4026NE555.PNG
    3.9 KB · Views: 605
Physics news on Phys.org
ranai said:
I'm having problems with the last two.
What did you try so far, where did you get stuck?

The IC should have some data sheet explaining how to reset the counter.
 
I modified the circuit, now I can pause and reset the counting.
what I would like to do is hide it when you push a button but still counts until you let go of the button
 

Attachments

  • 7segPauseReset.PNG
    7segPauseReset.PNG
    26.8 KB · Views: 1,043
Last edited:
mfb said:
What did you try so far, where did you get stuck?

The IC should have some data sheet explaining how to reset the counter.

I changed the circuit, now I can reset and pause the citcuit .
What I would like to do is hide the count when I push a button while it still goes on until I let go of the button then the display is on again.
thank you for your help.
 

Attachments

  • 7segPauseReset.PNG
    7segPauseReset.PNG
    28.7 KB · Views: 804
That's what pin 3 DEI(display enable input) is for. A low at this input turns off the display output.
 
Janus said:
That's what pin 3 DEI(display enable input) is for. A low at this input turns off the display output.
hello jamus,
I tried doing that by shorting the supply to ground but I get yellow squares does that mean that there is an error ?
 

Attachments

  • error3.PNG
    error3.PNG
    38.3 KB · Views: 965
Why do you want to create a short circuit between power supply and ground?
Potentially damaging your power supply should give an error, indeed.
What does that have to do with the DEI input?
 
Why would you try pulling the supply to ground? You only need to pull pin three to ground.(without effecting the rest of the circuit).
 
Yes you are right.
Thank you.
 
  • #10
I added a switch between pin 3 U2 and the supply.
So the display is on when the we push the switch and it is off when youlet go of the switch.
Is there any way without using logic gate NOT to have it display normaly and to turn off the display output when we push the button ?
 

Attachments

  • PauseResetHide.PNG
    PauseResetHide.PNG
    5.1 KB · Views: 617
  • #11
ranai said:
I added a switch between pin 3 U2 and the supply.
So the display is on when the we push the switch and it is off when youlet go of the switch.
Is there any way without using logic gate NOT to have it display normaly and to turn off the display output when we push the button ?

Connect a resistor between supply and pin three and your switch between pin three and ground. With the button released, the pin is pulled high. When the button is pushed, it is pulled low, but the resistor prevents the supply from being shorted.
 
  • #12
Janus said:
Connect a resistor between supply and pin three and your switch between pin three and ground. With the button released, the pin is pulled high. When the button is pushed, it is pulled low, but the resistor prevents the supply from being shorted.
Thank you very much Janus !
 
Back
Top