Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
LinkBack Thread Tools Display Modes
Old 17th April 2006, 11:06 AM   (permalink)
Default Human Bistable

Hi,
I've built this circuit (design courtesy of http://www.doctronics.co.uk/4013.htm) and am having trouble with stability. Sometimes it starts ok and the left hand LED flashes twice for each flash of the right hand LED, as per design. Sometimes it doesn't start, or the LEDs will flash out of sequence. Once it has started it will work fine for maybe 30 seconds, then the LEDs will again go out of sequence. However, if I touch the supply line with a finger, it will start working perfectly and will continue to work as intended until I remove my finger. Can anyone offer an explanation of what is going on, and suggest how I can modify the circuit to replicate whatever it is I'm doing by touching it ?. Thanks.
Attached Images
File Type: jpg circuit_534.jpg (154.5 KB, 386 views)
redart is offline  
Old 17th April 2006, 11:50 AM   (permalink)
Default

I'm guessing then the driver transistor is crowbarring the power supply when it switches. Your finger is behaving as a capacitor, which alleviates the situation. Place 0.1uF ceramic caps across the chips power supplies. Failing that, try a 2N7000 Mosfet driver instead of the 547.
__________________
Angry!? I'm absolutely electrolytic!

Will have to make do with myspace now I guess...
Dr.EM is offline  
Old 17th April 2006, 12:00 PM   (permalink)
Default

Quote:
Originally Posted by Dr.EM
Failing that, try a 2N7000 Mosfet driver instead of the 547.
Fine on the 0.1uF, but I don't see the reasonign behind changing the 547 for an FET? - what possible difference can it make?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 17th April 2006, 12:12 PM   (permalink)
Default

try resetting the Dtype on powerup (ie using one of yr remaining Schmitt IC's to setup a pulse to reset the D-type )
__________________
Nothing is impossible.
Once a problem is realised, the rest is just details


Styx is offline  
Old 17th April 2006, 12:35 PM   (permalink)
Default

Hmm, I was assuming the crowbarring effect was related to the semiconductor technology, BJTs doing it and FETs not? I was assuming that because the BJT 555 does crowbar, but the CMOS one does not. Mabye its just to do with the topology used in those particular chips then, not the semiconductor type?
__________________
Angry!? I'm absolutely electrolytic!

Will have to make do with myspace now I guess...
Dr.EM is offline  
Old 17th April 2006, 12:37 PM   (permalink)
Default

Thanks for the suggestions. I've added 0.1uF caps between pin 14 on each chip and ground, but no difference. Wouldn't the 47uF already be serving to decouple the power supply?.
As for the reset, this wouldn't solve the problem of it falling into an unstable mode after normal operation, so my finger still seems to be the only solution.
redart is offline  
Old 17th April 2006, 02:31 PM   (permalink)
Default

Try using a single input on each 4093 Schmitt trigger NAND gate so it operates as a true Schmitt trigger inverter, by connecting the unused input of each gate to the positive supply.

Are the unused inputs of the 4093 and 4013 properly terminated?
__________________
Uncle $crooge
audioguru is offline  
Old 17th April 2006, 03:04 PM   (permalink)
Default human

1. The 4093 is overloaded by the LED. Not a good idea to put a 'blinking' led as load on a schmitt, hysteresis etc.,. Also try the tremperature of the IC.

2. You may be lucky by introducing a small value 'R' from +9V line to pin 14 of the 4093, with a .1 to .22uf cap to gnd.

3. If using a 9V battery, change it.

Any one of these may(!) help you.

If it worked at doctronics, it should work anywhere...
docel is offline  
Old 17th April 2006, 03:09 PM   (permalink)
Default

Quote:
Originally Posted by Dr.EM
Hmm, I was assuming the crowbarring effect was related to the semiconductor technology, BJTs doing it and FETs not? I was assuming that because the BJT 555 does crowbar, but the CMOS one does not. Mabye its just to do with the topology used in those particular chips then, not the semiconductor type?
A 'crowbar' is a device that shorts directly across the supply rails, generally in order to blow the fuse - as there's no device across the supply it can't possibly occur.

Presumably a 555, as it can both sink or source current, may have a short moment when both are turned ON, as in a badly designed H-bridge. This isn't a failing of BJT, an FET H-bridge has exactly the same probelm.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 17th April 2006, 05:52 PM   (permalink)
Default

Here is a compilation of suggestions already posted, with one of my own added (paralleling the Schmitts for the LED).
If this doesn't work, your battery is probably too weak. Try a new one, or 6 AAAs.
Attached Images
File Type: png circuit_535.png (59.2 KB, 292 views)
__________________
Ron

Roff is offline  
Old 17th April 2006, 06:33 PM   (permalink)
Default

Ah, thanks for the explaination Nigel, that makes sense. Presumably when they released the ICM7555 they redisgned that dodgy output stage. The NE555 definately does it though, it's virtually impossible to run 2 at different frequencies off the same power supply. An "LED mod" is detailed somewhere which is supposed to overcome it, but when I was using them I just decided the 7555 was easier.
__________________
Angry!? I'm absolutely electrolytic!

Will have to make do with myspace now I guess...
Dr.EM is offline  
Old 17th April 2006, 06:37 PM   (permalink)
Default

Quote:
Originally Posted by Dr.EM
Ah, thanks for the explaination Nigel, that makes sense. Presumably when they released the ICM7555 they redisgned that dodgy output stage. The NE555 definately does it though, it's virtually impossible to run 2 at different frequencies off the same power supply.
Perhaps a little misleading?, it's common to run multiple 555's off the same supply, but usually they are running at quite different frequencies.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 18th April 2006, 11:31 AM   (permalink)
Default

Thanks for all the suggestions. Circuit is now working. Solution was as per Ron and Audioguru's suggestion of tying the Schmitt trigger input pins 1 and 5 to the supply rail, and grounding the unused inputs of the 4013.
This last point raises a question:- according to the data sheet, the two flip-flops on the 4013 are, quote, 'independant', so why is it important to terminate the unused inputs of the unused flip-flop ?.
redart is offline  
Old 18th April 2006, 07:41 PM   (permalink)
Default

edited by docel
docel is offline  
Old 18th April 2006, 10:13 PM   (permalink)
Default Re: Half-bake

Quote:
Originally Posted by docel
....and why did'nt you do it, in the first place??
Dontronics is explicit about this!

Quote:
The inputs of the D-type must be connected, either to LOW or to HIGH, and must not be left open circuit. This includes the SET and RESET inputs which are connected to 0 V. To avoid loading the output of the D-type, a transistor switch indicator circuit is used. It is good practice with CMOS circuits to insert a decoupling capacitor, 47 µF or 100 µF, across the power supply. (This helps to prevent the transfer of spikes along the power supply rails.)
You have wasted the precious time of several brains, not to mention their valuable time by being half-baked.
i'm sorry to be acidic, as a newbie, but this is preposterous!
now was that really needed?

sure this might of been solved by reading the datasheet, but the reading didn't take place.
What has occured is this particular problem as well as the solution (as well as the un-called for insult !!!!) is not documented and can be searched via GOOGLE if someone had a similar problem

no harm has been done, someone has learn a valuable lession abt electronics (and why you should always show all GATES on the schemetic). What wasn't needed was the attack
__________________
Nothing is impossible.
Once a problem is realised, the rest is just details


Styx is offline  
Reply

Bookmarks

Thread Tools
Display Modes





All times are GMT. The time now is 09:34 AM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

eXTReMe Tracker