Thread: Reading capacitor values for ceramic disc ones

  1. #1
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459

    Reading capacitor values for ceramic disc ones

    Hey, does anyone know how you'd read the capacitor values off of ceramic disc capacitors? I just bought a pack of 100 from Radioshack (shoulda looked before I leaped perhaps, these are brown and I guess that's picofarad, when I wanted microfarad, damn jerk at radioshack...). Anyways, I've been trying to find how to do this, but I sorted thru them and I have a few piles...

    "561" capacitors
    "68K CO" capacitors (dark)
    "Z5U 502 KCK" capactors (dark)
    "E 150 +-5% NPO 100V" capacitors (they read I think 0.3 pF on my pop's reader...) (dark)
    "22" capacitors
    "472" capacitors
    "KCK .01Z Z5U" capacitors (read to be 0.01 micro Farad, which is the scale I'm looking for actually, about 0.02 to 0.05 micro Farad, but they only gave me 2!... bleh!)

    Any such help? They are either a light tan or a dark reddish brown color... as indicated, if not dark, then light.

    Help? Thanks!

    Oh and PS, doing it on a breadboard might not be as handy as I thought if the input and output's aren't fastened down, or soldiered... but I shall prevail! Thanks for the help!
    hasafraggin shizigishin oppashigger...

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    http://www.pmel.org/HandBook/HBpage26.htm
    Seems correct, but I'm really tired and haven't touched color code on resistors or capacitors in over 5 years.

  3. #3
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    Hm actually I came across that likewise. I figured out the formulas for the 502, 51, and 472 caps, but now I should mention there is a green tip on the 22 capacitors (dipped tantalum?). And it turns that I got the right scale! Still don't know what to do about that long name, the 22, and the 68K one.

    Searching... Thanks btw!
    hasafraggin shizigishin oppashigger...

  4. #4
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Actually, if you go *back* to radioshack, you can find some excellent little electronics reference books written by Forrest Mimms - very handy for this sorts of thing.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  5. #5
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    Any help?
    Visit entropysink.com - It's what your PC is made for!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 03-05-2009, 03:14 AM
  2. Replies: 7
    Last Post: 02-02-2009, 07:27 AM
  3. Replies: 2
    Last Post: 01-28-2008, 03:07 AM
  4. reading float from file
    By arjunajay in forum C++ Programming
    Replies: 10
    Last Post: 07-30-2005, 11:01 PM
  5. why do game devolpers make you use the disc???
    By nerdyneo in forum A Brief History of Cprogramming.com
    Replies: 37
    Last Post: 01-01-2004, 03:28 AM