Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Gap in net?
Its a glitch. I have no gaps but after i pour the copper to connect the ground net to the smd ic's then run the rule checker i get these two errors. Gap in net. It is a GND track. They are connected to a pad on component but then go nowhere. I can delete the error then there is nothing there. nothing to connect, nothing to correct. nothing to join. What should i do? if anything. in Gap02png i move the component and the Error remains where it is.
View attachment 134461
3D render.
Speaking of diodes. I could not locate a ECAD model for design spark. I made the one here. I can see it needs some work.
I appreciate this. i did not notice any issues but ill make the changes.So to fix this, I've connected U2-RST to U2-Trigger.
Is the BYG23M not compatible? I can get them for .20 each. the 4148's are more expensive. Got to buy a large quantity. I can always use the through hole version if I have to. they are both very small.See this; 1N4148W
Looks like its ok.I appreciate this. i did not notice any issues but ill make the changes.
Is the BYG23M not compatible? I can get them for .20 each. the 4148's are more expensive. Got to buy a large quantity. I can always use the through hole version if I have to. they are both very small.
EDIT: I found the ECAD for 1n4148w.
I appreciate this. i did not notice any issues but ill make the changes.
Got two issues.Hi
I made a small but important modification to the circuit. See below.
The previous circuit would not reset for each pulse at the trigger of U2 resulting in missed state changes.
So to fix this, I've connected U2-RST to U2-Trigger. I also removed R6 (don't really need it since the output is already internally pulled down to ground), then reused it to replace R4. With this configuration, U2 will always reset when a trigger is detected. The resulting modified circuit is below.
It works. its just loud and beeps for 3.5 seconds
I increased the cap @ C1 from 2.2uf to 10uf for a slightly longer beeeeeeep.
The sound it produces now is very pleasing. Sounds like an luxury appliance.
Since you have taken so much time with this I want to order all nessasary parts to make this as you outlined (with exception of C1.)
you are correct.Probably should have left it at 2.2 uf. It will beep alot longer if you changed it to 10uf.
you are correct.
I have the 2.2uf and ive just made the one board. So i can make the adjustment on the next board.
If you could help me get my BB to beep id be able to understand / explain a few things. like why the bread board is so soft sounding and the beep was just about a second but my PCB is loud and longer 3 second beep. I like to get the two to behave the same so i could see what i did wrong.
Ive labeled a number of pins and values to help.
Id like to buy a vowel.Its fairly simple. ref: your schematic
I found 1 resistor that did not belong. I also changed out the 555 ICs. I replaced the 10uf with the 2.2uf.
The reason i increased cap to 10u was originally the duration was but a fraction of a second. With the changes ive made in locating errors the beep duration is now .5 seconds with the 2.2uf cap. So there is an improvement.
Now the sound level being low i think is because of the two 0.01uf caps i paralleled in efforts to reach the required 0.022uf. If I remove one of the caps the sound becomes very faint. So i believe that's what is setting the frequency.
ive taken a few readings with my MM. Surprisingly i can detect the pulse coming from pin 10 of the NAND. it is 5.5 volts when in ready mode and it pulses when the input changes state. I cannot tell if it goes up or down in voltage but it does pulse.
That may be a problem. i thought it went from low to a brief pulse. Not 5volts to a pulse.
Needless to say it still does not beep
Im determined to correct this because i don't think i ever had it right (BB) to begin with. You were so gracious to help me create it so i want to get it right. please continue to assist me.
Thank you
View attachment 135724
Yes...the 0.022uf cap and R4,R5 set the frequency to 2.3khzI found 1 resistor that did not belong. I also changed out the 555 ICs. I replaced the 10uf with the 2.2uf.
The reason i increased cap to 10u was originally the duration was but a fraction of a second. With the changes ive made in locating errors the beep duration is now .5 seconds with the 2.2uf cap. So there is an improvement.
Now the sound level being low i think is because of the two 0.01uf caps i paralleled in efforts to reach the required 0.022uf. If I remove one of the caps the sound becomes very faint. So i believe that's what is setting the frequency.
Your description sounds like the NAND circuit is doing what its supposed to do..except pin 10 should be low and briefly go high whenever input pin 1 changes from low to high or high to low.ive taken a few readings with my MM. Surprisingly i can detect the pulse coming from pin 10 of the NAND. it is 5.5 volts when in ready mode and it pulses when the input changes state. I cannot tell if it goes up or down in voltage but it does pulse.
That may be a problem. i thought it went from low to a brief pulse. Not 5volts to a pulse.
That is either because the timer is the wrong part and should be LM555 or NE555, or, the timer output frequency is not correct, or the buzzer in different than what we think it is.Needless to say it still does not beep
Yes. I do have NE555. I'll change themIf so, the LMC555 does not have enough power to drive the buzzer. They must be LM555 or NE555
I believe I do. Being that my PCB works I must have. And the 555 timers are NE on the PCB so that would explain the sound level increase.Do you have an accurate schematic for your breadboard? If not, that is the first thing we need to successfully troubleshoot the circuit.
Will do.Can you take a good photo of the whole breadboard and orient the BB so that the input is at left and buzzer (output) is at right....just to make it easier to compare it with the schematic
That's correct. CMOS devices draw almost no current. They are voltage sensitive devices however, so its important that the input voltage transitions past 70% of the supply voltage for it to be reocognized as a high state and 30% to be recognized as a low state. So, for example, if the NAND gate has a power supply of 5V, the voltage to the input pins has to transition past 3.5v (going high) or 1.5v (going low) to be recognized as a change of state at its input.Just want to be sure i understand this correctly.
TTP223 had a max voltage of 5.5V. at that voltage It will output a high latch voltage of about 4.5 volts on pin 1. Its output is defined as CMOS. If im using the TTP to trigger a NAND (CD4093B) which is also defined as CMOS i do not need to utilize a transistor to ramp up the voltage like i did to drive an LED and a small 5V Fan. I can just connect them directly.