Resistor Ohm Meter


Closed Thread
Results 1 to 40 of 43

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    16

    Question Resistor Ohm Meter

    Hi All
    Really having a problem with the tiny blue resistors.
    Black, Brown, Blue, Violet all took the same to my tired old eyes.
    Results - various amounts of smoke - not good!

    Was wondering if someone has a circuit and source for an Ohm meter using a PIC that has a multiple 7 segment display output.

    Idea is to <B>ACCURATELY</B> measure the resistor before soldering it in place. May prevent placing a 10 ohm resistor where a 10 M ohm one should go - caused big smoke and popping and I was rewarded with a flash burn.

    Any takers?
    Best wishes
    Aubrey
    (The more you learn, the more you realise how little you actually know)

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Go buy a $5 DVM from your local hardware store or even eBay if all you want to do is check Resistor values. The Voltmeter functions will come in useful for checking your PIC circuits later.

    By the time you get all the parts for a PIC, the display, build a circuit, add the software, put it in a neat box with some leads, and factor-in twenty hours of your time, you could have budgeted for a Fluke.

  3. #3
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    Which came first, the chicken or the egg?

    How can you build an ohmmeter if you can’t see the
    colors on the resistors you will need to build one?

    * * *

    If you buy a multimeter invest at least 50 USD.
    Cheap multimeters are not accurate and in some
    cases these multimeters have a poor insulation.
    (Dangerous when you measure voltages > 50V).

    Automatic power-off helps conserve the batteries of
    your multimeter. AAA alkaline cells are cheaper
    than a 9V alkaline battery.

    Best regards,

    Luciano

  4. #4
    Join Date
    Oct 2007
    Posts
    16


    Did you find this post helpful? Yes | No

    Lightbulb

    Hi guys
    Thanks for the input. I agree that buying one would probably be the cheapest, quickest option and I think I'll get one on Saturday.

    <B><U><FONT COLOR = RED>HOWEVER</FONT></U></B>

    Has anyone got any idea how to do it using a PIC?

    <B><U><FONT COLOR = BLUE>Ulterior motive : </FONT></U></B>

    Been thinking of how to build a CNC driven PCB assembly robot.

    Would be nice to check that the (error prone) human put the right components in the right magazine and to make sure that the component was not faulty or out of spec.

    I'm not talking about lightning speed here, but the bragging rights might be impressive. :>o

    I know I'm probably mad, hence the name, but I think up all sorts of weird things while I'm stuck in traffic. Helps keep the blood pressure at an acceptable level.

    Go Well
    Aubrey
    (The more you learn, the more you realise how little you actually know)

  5. #5
    Join Date
    Oct 2007
    Posts
    16


    Did you find this post helpful? Yes | No

    Lightbulb Maybe we can do it this way

    Hi All

    3:21am local - couldnt sleep so I was thinking about the problem.

    How About This:

    Using a 555 timer which has a nice formula for working out the pulse timing.
    (t (time) = R (resistance in ohms) * C (Capacitance in Farads)
    We can easily calculate what the resistance is if the capacitance is known and we can measure the frequency (or time) being emitted by the 555.

    The circuit:
    Some sort of PIC.
    An array of capacitors that can be individually connected to the 555 by the PIC using transistors.
    Of course, a bunch of 7 segment display units.

    The program:

    The PIC then starts by connecting the highest value cap and counts the pulses coming from the 555.

    If it is below a certain frequency, the next cap is connected and the pulses re-counted.

    If it is above a pre-determined frequency, reset and try again.

    This goes on until the pulse count is within a pre-determined set of values.

    At this time, we know what the cap value is, we know what the pulse count value is and we can therefore work out what the resistor value is.

    Take the calculated resistor value and send it to the display.

    Pause for a second (so that the display does not constantly flicker if it is a low value resistor and the resistance across the fingers is stuffing things around) and then start again.

    Only thing we need now is the upper and lower limits of the ohm range we will want to measure and using this, the number of caps needed and the values.

    If we use serial to parallel convertors, we should be able to cram in up to 16 caps using 2 pins and the display can be 9 digits long using another 2 pins. Add another pin for the 555 output makes 5 so a PIC12 should be able to do it quite comfortably and we still have another pin available if we need more caps.

    I do realise that this approach may not give the ultimate accurate reading but at least you will be able to quickly tell the difference between a 470 and a 4K7. Apart from the fact that I have difficulty in making out what color the little stripes are, the table confuses the heck out of me.<img class="inlineimg" src="images/icons/icon5.gif" alt="Question" border="0" />

    Using similar methology, it should not be too difficult to build a unit that can measure capacitor values as well. Mmmmm.....

    Ok, concept done... maybe my brain will let me get some sleep now.

    What do you people think?

    Best
    Aubrey
    (The more you learn, the more you realise how little you actually know)

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Have you read the PBP manual yet?

    Look at RCTIME, POT, and the ADCIN commands.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Hall Effect flow meter with 16F876
    By revelator in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 10th March 2010, 20:42
  2. VU Meter
    By Andre_Pretorius in forum General
    Replies: 4
    Last Post: - 20th May 2009, 16:17
  3. Help...Distance Meter
    By tohu thomson in forum General
    Replies: 10
    Last Post: - 18th September 2007, 07:07
  4. frequency meter in PBP
    By savnik in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 13th June 2007, 06:34
  5. PIC10F206 - What is the LOWEST Power @ Rest or Sleep
    By rixtalbert in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 18th March 2007, 14:42

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts