Troubleshooting Digital Electronics: Why Don't My ICs Work?

In summary, the conversation revolves around a problem with ICs not functioning properly in a Digital Electronics class. The issue seems to be related to power supply, with 9-volt batteries and 7805 regulators not working correctly. The conversation also discusses potential solutions, such as checking voltages and inputs with an oscilloscope, bridging connections on the breadboard, and replacing faulty ICs. It is suggested to take a step-by-step approach and verify power supply connections before moving on to the rest of the circuit. The conversation also mentions the importance of using required capacitors and avoiding floating inputs on the breadboard.
  • #1
LurkingEyes
18
0
I'm not really new to Digital Electronics, but this is confusing the crap out of me. My school's started a DE class and at the moment we're getting all our equipment worked out and stuff, but for some reason NONE of our IC's work. We're using a 9-volt batter with a 7805 regulator for 5 volts out (measures up to about 4.2). When we connect the chips to the power, they go haywire. I'm mainly using a 7408 (Quad 2-AND) to test with, and it doesn't matter if A and B are high or low, Y is always high. It doesn't even matter if the chip is grounded, as long as VCC is high, there is an output. What gives?

We have two work-stations that have their own 5-25V power supplies in them, and they work fine. By now you've probably come to my conclusion that it's the 9 volt batteries or the 7805's. But here's the kicker, I've hooked the non-powered breadboards up to the supplies on the workstations, and it STILL has this problem. So the only other thing I see is that that breadboards are messed up...but All 20 of them??
 
Engineering news on Phys.org
  • #2
When things get confusing like that, it's usually good to just start working your way through the whole circuit, probing the voltages on each of the pins with an oscilloscope. Your Vcc should absolutely not be 4.2V at the output of a 7805 linear regulator, so check that the pinout is being used correctly, and that the input-output voltage differential obeys the requirement for the 7805 (I think it requires at least 7V into make 5V out, but I forget offhand).

Once you get the correct 5V on the board, then check the Vcc, GND and inputs and outputs of some of the gates, with good solid inputs, and no floating inputs anywhere allowed. Check the pinout of the chips, and make sure that any bridging connections for Vdd and GND are not missing from the breadboard. Most plug-board type breadboards have subsections, with the need to bridge Vdd and GND over to each subsection.

Finally, if Vdd and GND are correct, and you seem to still have some gates that are misbehaving, replace the gate ICs to see if that fixes the problem. It's likely that somebody hooked Vcc and GND up backwards or something to the now-failing boards, and blew up the logic chips.

Let us know what you find.
 
  • #3
Why would it not be at around 4.2v if I'm using a 9v batter that's probably drained slightly? Or do you mean that it should be higher? I measured it with three different batteries, and the outputs never went above 4.5...the highest voltage from a battery was 8.08v, the lowest was 7.4 I believe, on the chip I mention below.

But anyway, I've gone over the whole thing several times...there's no current going into the inputs, there's current coming Out of the outputs, and into an LED. There is no readable voltage leaking vertically (from Row A to B) on the board...and personally I've probably used 8 or 10 different 7408's and a few 32's from at least two different packages, on two or three different solderless breadboards, not to mention what the rest of the class has tried...

I should also mention that I have an etched chip with a simple LED flasher on it that is powered by a 9v and a 7805, and has Vcc and GND pins that fit into a breadboard...while the LED on the green board works, the same problem occurs with the solderless circuit.

When I test it with a multimeter there doesn't seem to be any problem at all with the breadboards...they come up with the same stats that the workstation boards have, but then this Only happens when we use them...hence my problem.

I don't mean to bash your suggestions or anything but I've been working on this problem for about a week now, and I've just now gotten extremely frustrated. So...any other thoughts?
 
Last edited:
  • #4
Just take it step by step. If you have a voltage source of over 7V, and you have that hooked to an LM7805 voltage regulator, and you are getting anything less than about 4.9V out, then there is a problem with the power supply connection. Disconnect the power supply circuit from the rest of the breadboard, and verify that you get 5V output like you are supposed to. If not, the LM7805 is blown, or plugged in backwards.

Once you get the power supply sorted out, if the power supply is in current limit for some reason when connected to the circuit, you can feel around the board to find any hot components that may be dragging down the supply. Try starting with the power supply circuit, and then progressively hooking in more and more of the breadboard circuit...
 
  • #5
The 7805 might be oscillating.
Do you have the required capacitors in place?
 
  • #6
NoTime said:
The 7805 might be oscillating.
Do you have the required capacitors in place?


The instructions I had said the capacitor was optional for reducing noise, I'd forgotten about using any till now, I'll do that.
 
  • #7
Okay, here's exactly how I have it set up, just like is discribed on the datasheet. All components are placed nowhere near each other on the breadboard, but it STILL somehow lights up the LED. Brand new board, brand new 74LS08/74LS32.
 

Attachments

  • meh.PNG
    meh.PNG
    2.3 KB · Views: 382
  • #8
Why do you have all those floating inputs? Ground pins 1 & 2 and the LED will go out. Has that been the problem all along? Unconnected inputs?
 
  • #9
Did you try just disconnecting everything and just put the 2 caps and LM7805 with Vin to get 5V out? If you can't even get 5V out then there must be something wrong with the breadboard, Vin supply not high enough, bad LM7805 chip or Vout is oscillating (average is lower DC output).

Also how did you connect the wires on the breadboard? I'm assuming you know how a breadboard is wired internally so if you think 1 way but it connects internally differently then it can screw things up. Check with a DMM and just Ohm things out to see if there is a short
 
  • #10
berkeman said:
Why do you have all those floating inputs? Ground pins 1 & 2 and the LED will go out. Has that been the problem all along? Unconnected inputs?

I drew it like that to make the my point, but...this Sorta solves it...if I use switches ground the pins then yeah the light is only on when both switches are Off...but isn't that a NAND, not an AND? I was under the impression that you had to bring A and B high for Y to be high, not ground them.
 
Last edited:
  • #11
LurkingEyes said:
I drew it like that to make the my point, but...this Sorta solves it...if I use switches ground the pins then yeah the light is only on when both switches are Off...but isn't that a NAND, not an AND? I was under the impression that you had to bring A and B high for Y to be high, not ground them.

Check the direction of your LED on the board, and whether it is tied up to 5V or down to ground. And yes, an '08 is a Quad AND, and an '00 is a Quad NAND. Check which you have on the board, and check the polarity of the output versus the inputs. They should match the functionality of the part.
 
  • #12
I've been working on this some more and I think that the problem Was that the pins weren't grounded. I went looking back through some learning books (which use 4000 series CMOS) I started out with, and they all use a Vcc PBNO Resistor Ground setup, with the A and B of the gate between the PB and resistor. This grounds the circuit if the button is open and provides current if not. This is something I never did when started using Multisim, because in its simulation, when the switch is open, it drops the voltage on the line to 0.

It would seem that the SPST switches that are in the work-stations are grounded on the Open side. On the class worksheets that we do, there is no diagram on of the switch parts, it is only a box labeled "Trainer Switch" with a single pin connected to A or B on the gate. This doesn't translate over to a normal breadboard very well, hence this whole problem.

But what I don't understand is what is the need of showing a DPST switch with one pole on Vcc, and one on Ground?

Thanks for the help though, now we can finally move on.
 

Related to Troubleshooting Digital Electronics: Why Don't My ICs Work?

1. Why is my Integrated Circuit (IC) not working?

There could be several reasons for this. It could be due to a faulty IC, incorrect wiring, or an issue with the power supply. It is important to check all components and connections carefully to identify the root cause of the problem.

2. How do I troubleshoot a malfunctioning IC?

Start by checking the power supply and make sure it is providing the correct voltage. Then, check the connections to the IC and make sure they are properly connected. If the issue persists, try replacing the IC with a new one. If the problem still exists, it could be due to a faulty circuit board or other components.

3. What should I do if my IC is getting too hot?

A hot IC could be a sign of an overloaded circuit or incorrect power supply. Make sure the IC is not receiving more voltage than it can handle. You may also want to check if there are any short circuits or damaged components on the circuit board.

4. How can I prevent damage to my ICs?

To prevent damage to your ICs, make sure to handle them carefully and avoid touching the pins. Always use the correct voltage and current ratings for your ICs. Additionally, avoid static electricity by using an anti-static wrist strap and working on an anti-static mat.

5. What can I do if my IC is not available or out of stock?

If the IC you need is not available or out of stock, you can try searching for an alternative or similar IC that has similar specifications. You can also try contacting the manufacturer to see if they have any suggestions or if they can provide you with the specific IC you need.

Similar threads

  • Electrical Engineering
Replies
7
Views
2K
Replies
19
Views
4K
  • Electrical Engineering
Replies
8
Views
2K
  • Electrical Engineering
Replies
5
Views
4K
  • Electrical Engineering
Replies
1
Views
4K
  • STEM Academic Advising
Replies
1
Views
1K
  • Sticky
  • Programming and Computer Science
Replies
13
Views
4K
  • DIY Projects
Replies
21
Views
5K
  • Electrical Engineering
Replies
6
Views
10K
Replies
1
Views
9K
Back
Top