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.

100uF bypass Caps?

For The Popcorn

Well-Known Member
Most Helpful Member
I am having a heck of a time getting I2C working with MCP23017 port expander. I've checked the connections, verified the values of my pullup resistors (4.7k) and so on but code that has worked before isn't working for me on these new boards.

While looking at the board, I noticed my 0805 100nF bypass caps seem unusually thick – they're about as thick as they are wide. I don't have a capacitance meter, but my "component tester" says they are around 130uF, not 100nF. It's possible that my assembler screwed these up.

It doesn't seem like this should matter much, but there are about 10 of them on the board. Do you think this would make a difference? Yes, reaching for straws at the moment....

The caps to the right of the crystal are 22pF, and I expect 100nF (C53 & C2) should be about the same thickness.


CM250518-183632002.jpg


CM250518-183620001.jpg
 
Try Diet Coke. It’s corrosiveness is equivalent to concentrated hot hydrogen peroxide. T-Stoff.
:woot:

It was Diet Code. Still not dead yet

I went through the effort of entering a thermistor resistance table into Excel (from a photo which is pretty slick), calculating the ADC output for the 10k/thermistor voltage divider, plotting the curve and concluding over the temperature range I'm concerned with, it's close enough to a straight line.

Then I calculated the resistance of the thermistor from my ice Coke bath (gently agitating to reach the lowest value) and set to work trying to figure out the equation of the line. Ugh. Time for a shower.

The light bulb turned on. I don't really care what the resistance is, because I know the ADC/temperature relationship is. And I have a point at 0°C. The spec for the temperature sensor is 10k @ 25°C. The voltage divider will be reading half its max value with the 10k/10k voltage divider. Two points.

Everyone knows the equation of a line:

y = mx + b

Where

m = slope = rise/run

b = y intercept

The slope was easy, but calculating the intercept is lost in the reaches of time.

AI to the rescue:

"Equation of line (x1, y1), (x2, y2)"

Seconds later, results with "show your work." Maybe there is something to AI.
 

Latest threads

Back
Top