My Arduino Capacitance meter!

Collapse
X
Collapse
+ More Options
Posts
 
  • Time
  • Show
Clear All
new posts
  • JoeyJoe
    Senior Member
    • Sep 2012
    • 76
    • United Kingdom

    #1

    My Arduino Capacitance meter!

    I made it from the help of some online schematics and code.

    Simple design really, looks messy from all the LCD wiring.

    As you can see from the image, 1000uf cap reading at 994uf, fluctuates around 994 - 1000uf on the reading, so pretty accurate. Depending on how accurate the resistor in the charge circuit is.

    Using this with blow capacitors, the reading is either 50% or less than the rated farads, or doesn't get a reading at all. Used it today and found a couple of bad caps with it that weren't blown.

    Thinking of a way to have a green/red light system to detect if the capacitor is bad, but not sure how I would do this without having to tell it the rated farad of the cap.

    I have a load of these arudinos, and LCD displays, may etch some PCB's to create a permanent one.
    Attached Files
  • goontron
    5000!
    • Dec 2011
    • 4108
    • US

    #2
    Re: My Arduino Capacitance meter!

    very impressive! could such a weak little device be programed as an email notifier?
    Last edited by goontron; 10-09-2013, 04:21 PM.
    Things I've fixed: anything from semis to crappy Chinese $2 radios, and now an IoT Dildo....

    "Dude, this is Wyoming, i hopped on and sent 'er. No fucking around." -- Me

    Excuse me while i do something dangerous


    You must have a sad, sad boring life if you hate on people harmlessly enjoying life with an animal costume.

    Sometimes you need to break shit to fix it.... Thats why my lawnmower doesn't have a deadman switch or engine brake anymore

    Follow the white rabbit.

    Comment

    • shadow
      Badcaps Veteran
      • Feb 2007
      • 732
      • Australia

      #3
      Re: My Arduino Capacitance meter!

      Originally posted by goontron
      very impressive! could such a weak little device be programed as an email notifier?
      Probably...however to send emails...the Arduino will need an Internet connection. So you will probably need a wifi or a 3G module to go with it.
      Email notifications would probably be easier on an embedded PC rather than a microcontroller. Something more like a Raspberry Pi or a BeagleBone Black.
      Last edited by shadow; 10-09-2013, 04:30 PM.

      Comment

      • goontron
        5000!
        • Dec 2011
        • 4108
        • US

        #4
        Re: My Arduino Capacitance meter!

        Originally posted by shadow
        Probably...however to send emails...the Arduino will need an Internet connection. So you will probably need a wifi or a 3G module to go with it.
        Email notifications would probably be easier on an embedded PC rather than a microcontroller. Something more like a Raspberry Pi or a BeagleBone Black.
        thats about what i thought, do they have displays like the arduino?
        Things I've fixed: anything from semis to crappy Chinese $2 radios, and now an IoT Dildo....

        "Dude, this is Wyoming, i hopped on and sent 'er. No fucking around." -- Me

        Excuse me while i do something dangerous


        You must have a sad, sad boring life if you hate on people harmlessly enjoying life with an animal costume.

        Sometimes you need to break shit to fix it.... Thats why my lawnmower doesn't have a deadman switch or engine brake anymore

        Follow the white rabbit.

        Comment

        • Mad_Professor
          A Mech Warrior
          • Feb 2011
          • 1587

          #5
          Re: My Arduino Capacitance meter!

          damn, I should've done this, I have atmega168 chip laying around. I build my own arduino from scratch getting rid of the useless crap, a using parallel port programmer. Quick and easy.

          I wonder if you can build esr meter using arduino.
          Last edited by Mad_Professor; 10-09-2013, 04:36 PM.

          Comment

          • shadow
            Badcaps Veteran
            • Feb 2007
            • 732
            • Australia

            #6
            Re: My Arduino Capacitance meter!

            Originally posted by Mad_Professor
            damn, I should've done this, I have atmega168 chip laying around. I build my own arduino from scratch getting rid of the useless crap, a using parallel port programmer. Quick and easy.

            I wonder if you can build esr meter using arduino.
            I remember seeing something like an ESR meter running on an Arduino some time ago. Can't remember where though.

            Comment

            • shadow
              Badcaps Veteran
              • Feb 2007
              • 732
              • Australia

              #7
              Re: My Arduino Capacitance meter!

              Originally posted by goontron
              thats about what i thought, do they have displays like the arduino?
              What sort of displays are you talking about? An extremely simple one like the one pictured (2 line character display)? For the embedded PC's, they are geared towards more PC like displays. They have a HDMI connector so you can hook up a standard PC display. There are also display modules for them as well (usually something like a 3.5" to 4" touch screen). You can also hookup the simple serial and parallel displays to them, however I do not think they will have libraries built in to make it easy to use them (like an Arduino).

              Comment

              • budm
                Badcaps Legend
                • Feb 2010
                • 40746
                • USA

                #8
                Re: My Arduino Capacitance meter!

                http://forum.arduino.cc/index.php?topic=80357.0
                Never stop learning
                Basic LCD TV and Monitor troubleshooting guides.
                http://www.badcaps.net/forum/showthr...956#post305956

                Voltage Regulator (LDO) testing:
                http://www.badcaps.net/forum/showthr...999#post300999

                Inverter testing using old CFL:
                http://www.badcaps.net/forum/showthr...er+testing+cfl

                Tear down pictures : Hit the ">" Show Albums and stories" on the left side
                http://s807.photobucket.com/user/budm/library/

                TV Factory reset codes listing:
                http://www.badcaps.net/forum/showthread.php?t=24809

                Comment

                • JoeyJoe
                  Senior Member
                  • Sep 2012
                  • 76
                  • United Kingdom

                  #9
                  Re: My Arduino Capacitance meter!

                  You can use an Ethernet module to use it to send emails too. I have one of those as well.

                  You can also write some software on the PC that will listen to communications from the Arduino on the serial port, and use that to send the emails.

                  You can make an ESR meter, I think there is someone on these forums that has been working on one recently. Doesn't look too hard but its the code that is the hard part.

                  If your from the UK, I had plenty of LCD screens (Used to be eBay seller), as well as some *cheap* Arduinos.

                  Comment

                  • JoeyJoe
                    Senior Member
                    • Sep 2012
                    • 76
                    • United Kingdom

                    #10
                    Re: My Arduino Capacitance meter!

                    Originally posted by goontron
                    very impressive! could such a weak little device be programed as an email notifier?
                    I did also once make a fully working IRC client out of it. Complete with PS2 keyboard, 20x4 LCD, and commands to change rooms etc.

                    Comment

                    • ben7
                      Capaholic
                      • Jan 2011
                      • 4059
                      • USA

                      #11
                      Re: My Arduino Capacitance meter!

                      LOL I wanna make one now. With ESR measurment too!

                      I wonder if there is a better way to test the capacitance, instead of having to wait a second or two xD
                      Muh-soggy-knee

                      Comment

                      • JoeyJoe
                        Senior Member
                        • Sep 2012
                        • 76
                        • United Kingdom

                        #12
                        Re: My Arduino Capacitance meter!

                        Originally posted by ben7
                        LOL I wanna make one now. With ESR measurment too!

                        I wonder if there is a better way to test the capacitance, instead of having to wait a second or two xD
                        Here is the code that calculates the Farads.

                        Code:
                         digitalWrite(chargePin, HIGH); // set chargePin HIGH and capacitor charging
                         startTime = millis();
                         
                         while(analogRead(analogPin) < 648){    // 647 is 63.2% of 1023, which corresponds to full-scale voltage 
                         }
                        
                         elapsedTime= millis() - startTime;
                         // convert milliseconds to seconds ( 10^-3 ) and Farads to microFarads ( 10^6 ), net 10^3 (1000) 
                         microFarads = ((float)elapsedTime / resistorValue) * 1000;

                        Comment

                        Related Topics

                        Collapse

                        • chth96
                          Is it possible to test small ceramic disc capacitor with analogue meter?
                          by chth96
                          I read EBOOK of Testing Electronic Component and found that

                          "In order to test the small blue resin coated ceramic disk capacitor which has 104 50v specification,it is possible to test this small ceramic capacitor by making use of analogue meter.
                          Set to times 10Kohm that has 12v output from the probe to check disorder of ceramic capacitor.
                          It is not uncommon that testing result of digital capacitance meter is okay,But It show shorted reading when you check it with analogue meter."

                          Is it really possible to test small ceramic disc capacitor with analogue...
                          03-09-2024, 10:03 PM
                        • eccerr0r
                          lowest current galvanometer/analog meter (passively powered!)
                          by eccerr0r
                          Most analog meters are actually current driven - a current is needed to deflect the pointer full scale. They can be lots of different values. There are ones that can take several amperes to swing the pointer as they have internal shunts.

                          On the other hand there are many that are rated in microamps for the intent that they draw as little power as possible from the devices under test. Some are 1mA, 500µA, 200µA, 100µA, and the ubiquitous 50µA frequently used in analog VOMs. There are even 20, 25, 30 µA and even down to 10µA. Been collecting a bunch of different ratings and...
                          04-16-2025, 12:41 AM
                        • sam_sam_sam
                          Modification of a Fluke multi meter that uses three AA batteries to use a 14500 lithium ion battery
                          by sam_sam_sam
                          I have had with regular AA batteries that leak this meter is expensive new I already replaced the battery battery clips once and the same thing happened again and I am tried of so it is getting modified to accommodate lithium ion batteries that are the same size excluding the positive terminal and removing the battery clips I will have enough room for the BMS protection board

                          I going to put 3 lithium ion battery in parallel with the BMS protection board and a way to charge the battery externally and heat shrink the battery pack and use a JST connector so I easily remove the battery...
                          12-31-2023, 06:04 AM
                        • momaka
                          Aquarius WaterPik WP-100W water flosser
                          by momaka
                          And for today's “Other Weird Devices” thread, let's have a look at an Aquarius WaterPik WP-100W water flosser. What is it? Apparently, it's kind of a power washer, of sorts, for cleaning teeth & gums. Who knew these existed, right?

                          A family friend asked me to take a look at their older one, since it stopped powering On. So let's have a look at what went wrong.

                          First, a view of the box (note: it's from a newer model) and the device itself:

                          ^ Is it me, or does anyone else find it a little humorous how the box says it's “ADA Accepted”? ...
                          09-29-2021, 09:26 PM
                        • goodpsusearch
                          Sony RCD-W3 Deck A (Playback only) not playing CDs (Disk Error) repair
                          by goodpsusearch
                          Recently I was given for free a Sony RCD-W3 with the following symptoms, CD recorder drive reads CDs without any issues (haven't tested recording function yet because I don't intend to burn CDs on that machine) but the reader drive shows disc error after some seconds of it trying to read CD. Tried both CD-Rs and commercial audio CDs with same results.

                          First thing to do was to clean the lens but that didn't change anything. Googling the issue revealed that this is a common issue on several Sony CD recorder machines and the culprit is SMD electrolytic caps located on the PCB bellow...
                          05-05-2024, 02:04 PM
                        • Loading...
                        • No more items.
                        Working...