ESR meter upgrades

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • stj
    Great Sage 齊天大聖
    • Dec 2009
    • 30928
    • Albion

    #61
    Re: ESR meter upgrades

    another update.

    took a while.
    this one has a new makefile.
    also a new testing mode - you want a 10-30pF cap for stage-2 calibration.
    Attached Files

    Comment

    • stj
      Great Sage 齊天大聖
      • Dec 2009
      • 30928
      • Albion

      #62
      Re: ESR meter upgrades

      fresh update
      this one is a must,
      The programmer Pieter-Tjerk (radio amateur PA3FWM) has added some additional code
      for testing of Unijunction transistors and Progammable Unijunction Transistors.


      now some bad news.
      there are so many features that you cant fit *everything* into the memory.
      so for now there is no 16MHz builds wih the crystal tester.

      once i get a good 16MHz crystal i'll start experimenting to get the best stuff to fit.
      probably by removing the rotary-encoder tester as it seems pointless,
      and maybe the serial port - as the pc side seems to be unforthcoming at the moment.
      Attached Files

      Comment

      • roko
        New Member
        • Feb 2016
        • 3
        • Barcelona

        #63
        Re: ESR meter upgrades

        Hi.
        Capacitors for calibration must be 10-30pf or 10-30nf?

        Comment

        • SteveNielsen
          Retired Tech
          • Jun 2012
          • 2327
          • USA

          #64
          Re: ESR meter upgrades

          I'd like a bit of clarity on the serial port. Is that for adding a USB port or? I'm just curious. I recall some earlier versions of the TTester had USB possible. How was that used with a PC? Is it not useful at all in this one yet or just not moving ahead?

          I'm not progressing past SVN630 for the time being, I'm in a wait and see mode.

          What quality of 16MHz xtal is needed? I haven't seen anything below 30ppm accuracy available online.

          Comment

          • stj
            Great Sage 齊天大聖
            • Dec 2009
            • 30928
            • Albion

            #65
            Re: ESR meter upgrades

            farnell/element14 has 10ppm crystals.

            the serial port is on pin26 and forwards all the display data.
            you can connect it through a max232 serial convertor or a usb2serial adaptor.
            it was intended to be used with a lookup table of transistor specs to see if a part was good.

            the usb port on some models was just for battery charging.

            Comment

            • stj
              Great Sage 齊天大聖
              • Dec 2009
              • 30928
              • Albion

              #66
              Re: ESR meter upgrades

              Originally posted by roko
              Hi.
              Capacitors for calibration must be 10-30pf or 10-30nf?
              i see the error.
              it's nF
              SamplingADC is now enabled by default. The calibration procedure asks
              for a capacitor for L-measurement with the message "Cap for L meas?".
              You should use a capacitor value between 10nF and 20nF for future
              measurement of little inductances. If your coil is only detected as
              resistor, or with little inductance, you should connect this known
              capacitor (10nF-20nF) parallel to the coil and repeat the measurement.
              The measurement is now possible between any test ports.
              You can only measure little capacitors between TP1 and TP3!

              Comment

              • SteveNielsen
                Retired Tech
                • Jun 2012
                • 2327
                • USA

                #67
                Re: ESR meter upgrades

                Originally posted by stj
                farnell/element14 has 10ppm crystals.
                There is a difference between freq stability and freq tolerance. 10ppm tolerance doesn't mean 10ppm stability. I've seen some say 10ppm tolerance with 30ppm stability. I presume stability relates to operating temperature?

                I'm not sure how much it's gonna matter for the tester though. What are your thoughts? What are you looking for? Curious Steve here

                Comment

                • stj
                  Great Sage 齊天大聖
                  • Dec 2009
                  • 30928
                  • Albion

                  #68
                  Re: ESR meter upgrades

                  i suspect the original part is 30, but as there isnt much price difference - why not use 10
                  i think i'll try building some 16MHz code later so i can see how to save space without losing any of the part tests.
                  i know using a smaller font works - but it dont look so good.

                  Comment

                  • stj
                    Great Sage 齊天大聖
                    • Dec 2009
                    • 30928
                    • Albion

                    #69
                    Re: ESR meter upgrades

                    managed it.
                    you can build a 16MHz version with all component functions including crystal testing by removing the rotary-encoder tester and the serial port and using a smaller font.

                    Comment

                    • ben7
                      Capaholic
                      • Jan 2011
                      • 4059
                      • USA

                      #70
                      Re: ESR meter upgrades

                      I'm thinking ... I have two different STM32 "nucleo" dev boards, I wonder if I can translate/port this code to one of those ... I'm becoming more and more interested in building one of these
                      (I've never ported code before, so that would get interesting. I haven't fiddled too much with microcontrollers beyond "arduino" crap XD)

                      I do have some ATMega328P chips, but as you said, there really isn't any more room for more features ... which the STM32 chips would help significantly with.
                      Also, I suppose that certain measurements (capacitance?) might be more accurate with a "blazing" 48Mhz clock speed

                      -Ben
                      Muh-soggy-knee

                      Comment

                      • stj
                        Great Sage 齊天大聖
                        • Dec 2009
                        • 30928
                        • Albion

                        #71
                        Re: ESR meter upgrades

                        48MHz? that's baseline, i was looking at the NUCLEO-F746ZG the other day.
                        218MHz, hardware accelerated code and 144pins!
                        i have to have one of those!!! specially now they announced this:
                        http://www.st.com/web/en/press/p3781

                        i dont think you can convert this project though for 2 reasons.
                        1 - the STM is 3.3v and you need 5v i/o to drive stuff like fets.
                        2: the design is very reliant on the specifics of the atmel A/D and D/A convertors.

                        if your designing from scratch, you could use an atmega644 or atmega1284, unfortunatly they cant directly replace the atmega324 because they jhave more pins.

                        btw, i managed to build the 16MHz code without losing the serial port now.

                        Comment

                        • ben7
                          Capaholic
                          • Jan 2011
                          • 4059
                          • USA

                          #72
                          Re: ESR meter upgrades

                          Originally posted by stj
                          48MHz? that's baseline, i was looking at the NUCLEO-F746ZG the other day.
                          218MHz, hardware accelerated code and 144pins!
                          i have to have one of those!!! specially now they announced this:
                          http://www.st.com/web/en/press/p3781

                          i dont think you can convert this project though for 2 reasons.
                          1 - the STM is 3.3v and you need 5v i/o to drive stuff like fets.
                          2: the design is very reliant on the specifics of the atmel A/D and D/A convertors.

                          if your designing from scratch, you could use an atmega644 or atmega1284, unfortunatly they cant directly replace the atmega324 because they jhave more pins.

                          btw, i managed to build the 16MHz code without losing the serial port now.
                          1. You can drive certain fets with 3.3V ... the FDV304P, a P-channel device, has a typical gate threshold voltage of 0.86V! Granted, it's not a power fet, but it can be used to switch other things on and off ... I'm quite sure N-channel devices are out there with similar gate thresholds.

                          2. True, I'll have to study the code to see how that all works. It'll likely require some modification, but I think it would be worth the effort... or it would at least be educational for me.

                          -Ben
                          Muh-soggy-knee

                          Comment

                          • stj
                            Great Sage 齊天大聖
                            • Dec 2009
                            • 30928
                            • Albion

                            #73
                            Re: ESR meter upgrades

                            we are not talking about driving "certain fets", we are talking about driving whatever fets you need to test!

                            and driving triacs is even harder!

                            Comment

                            • ben7
                              Capaholic
                              • Jan 2011
                              • 4059
                              • USA

                              #74
                              Re: ESR meter upgrades

                              Originally posted by stj
                              we are not talking about driving "certain fets", we are talking about driving whatever fets you need to test!

                              and driving triacs is even harder!
                              Ohhhhhhhhh......
                              LOL XD

                              I see ... hmm ...
                              Welp, I could do without the fet and triac testing feature for the moment I guess.
                              I'll have to take a look at just how it measures those, to see if there is a way around that limitation. I'm quite sure I recall there being some pins that are 5V tolerant, but they'd have to be externally driven up to 5V...
                              Perhaps this could be integrated within the zener testing circuitry, which would have a high voltage supply (Though it could possibly damage FET gates if it's too high).

                              It's mainly the capacitor testing that I want to do... inductance measurement would come in handy as well, for all those unmarked inductors I have...



                              -Ben
                              Muh-soggy-knee

                              Comment

                              • stj
                                Great Sage 齊天大聖
                                • Dec 2009
                                • 30928
                                • Albion

                                #75
                                Re: ESR meter upgrades

                                and, 8 & 16MHz builds again.
                                Attached Files

                                Comment

                                • SteveNielsen
                                  Retired Tech
                                  • Jun 2012
                                  • 2327
                                  • USA

                                  #76
                                  Re: ESR meter upgrades

                                  The readme says:
                                  -
                                  you also need a good stable capacitor between 10 and 30nF to calibrate the new small inductor mode.
                                  if you dont have one, just ignore the cal message till it times-out

                                  to test small inductors you MUST connect the small cap used to calibrate the unit in parallel with the inductor.
                                  ----------------------
                                  SamplingADC is now enabled by default. The calibration procedure asks
                                  for a capacitor for L-measurement with the message "Cap for L meas?".
                                  You should use a capacitor value between 10nF and 20nF for future
                                  measurement of little inductances. If your coil is only detected as
                                  resistor, or with little inductance, you should connect this known
                                  capacitor (10nF-20nF) parallel to the coil and repeat the measurement.
                                  The measurement is now possible between any test ports.
                                  You can only measure little capacitors between TP1 and TP3!

                                  Questions:
                                  How does SamplingADC enabled effect testing operations?
                                  It says use 10nF-30nF or 10nF-20nF for inductor cal and testing, which is it?
                                  What value is considered a little capacitor that need to use TP1 and TP3?
                                  Does calibration for and testing small inductors need to use TP1 and TP3 as well?

                                  Comment

                                  • stj
                                    Great Sage 齊天大聖
                                    • Dec 2009
                                    • 30928
                                    • Albion

                                    #77
                                    Re: ESR meter upgrades

                                    no idea to the second question.
                                    sampling adc makes readings more accurate for caps and maybe inductors, what it does is test the cap lots of times at different frequency's instead of using one fixed speed.

                                    Comment

                                    • SteveNielsen
                                      Retired Tech
                                      • Jun 2012
                                      • 2327
                                      • USA

                                      #78
                                      Re: ESR meter upgrades

                                      Thanks man.

                                      I suppose I'd use 10-20nF and just TP1 + TP3 just in case, not like it's a big deal, just my curiosity and wanting precise info. I do have some used inductors I've not been able to measure and maybe this new development will help.

                                      Have you got a good source for a 10ppm 16MHz xtal yet? I might go for that soon. It's gotta be surface mount right?

                                      Comment

                                      • stj
                                        Great Sage 齊天大聖
                                        • Dec 2009
                                        • 30928
                                        • Albion

                                        #79
                                        Re: ESR meter upgrades

                                        i got my 16MHz xtal fitted - works great.
                                        it even i.d.'d the original crystal i took off as 8000KHz

                                        i also upgraded my voltage reference from a TL431 (1% drift) to an LM4040A (0.1% drift)
                                        **one thing you cant see in the foto - i had to cut the top pin off the LM4040A to isolate it from the board.

                                        where can you order from with free delivery?

                                        btw, about the small cap thing.
                                        i'v seen a guy on a different forum fit the cap under the socket through a reed-relay.
                                        i'm looking into that.
                                        he switches it with a switch though - i'd rather use a spare pin on the Atmel.

                                        code.
                                        Attached Files
                                        Last edited by stj; 02-18-2016, 07:42 PM.

                                        Comment

                                        • stj
                                          Great Sage 齊天大聖
                                          • Dec 2009
                                          • 30928
                                          • Albion

                                          #80
                                          Re: ESR meter upgrades

                                          some more improvements to the autodetection.
                                          Attached Files

                                          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
                                          • 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
                                          • jorpec
                                            Changing the scale of an analog meter
                                            by jorpec
                                            Hi

                                            I want to change the scale of an analog meter, to monitor the charge of an li-ion single cell, so the needle at the end would point 4.2 volts and the 0 on the meter would point 2.5 volts or so, i tried to add diodes or a zener in series with the meter but the changes of the ambient temperature also changes the voltage value on the meter
                                            I wonder how i can accomplish this so the meter would be precise at any temperature ?

                                            Thnaks
                                            01-23-2023, 10:37 AM
                                          • sam_sam_sam
                                            How an incandescent light and a ESR meter ** friend**have a machine blowing fuses
                                            by sam_sam_sam
                                            About a month ago we had a transformer jumper wire that burned in two different places between two transformers caused over $200 thousand dollars worth of damage to VFD drives at least 10 of them and a memory card and quite a few power supply as well

                                            Now we have most of the equipment that got damaged back up and running except a feeder that has issues and we are waiting for some parts for

                                            Now we also have another piece of equipment that was blowing fuses on the 110 volt controller switch circuit with the “E” stops and one switching power (24 volt) supply and a transformer...
                                            12-14-2023, 07:45 PM
                                          • irepair559
                                            ps4 1215 model Changed port and encoder still no video?
                                            by irepair559
                                            hi guys so i have this ps4 fat 1215 i believe ( the one with the ps4 pro/slim newer encoder ic ) so i replaced hdmi and 2 blown filters and still no pic so i replaced encoder and still no pic. i made sure port is solid even checked with a breakout hdmi and tested ground and data lines.. Filters are all good , though 2 of the newer ones are larger then the original ones i dont know if that matters ?
                                            Made sure under the scope encoder pins all look solid went over with fine tip and solder again. Idk but this thing is stressing me out..
                                            ps4 seems to boot fine blue light then solid...
                                            01-01-2023, 12:41 AM
                                          • Loading...
                                          • No more items.
                                          Working...