ESR meter upgrades

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts

  • stj
    replied
    Re: ESR meter upgrades

    well the hitachi displays are character displays - so even the biggest (40 x 4) only needs a 160byte packet for a complete refresh.

    the spi displays are bitmapped 160 x 128 or bigger.
    so 3bytes per pixel = 6K per refresh.
    to make it worse, most testers dont use the hardware spi or i²c pins - they bitbang the data.

    as for porting to an ARM cpu, the problem is the cpu needs to be running at 5v.
    unless you want to add seperate ADC / DAC chips.

    Leave a comment:


  • eccerr0r
    replied
    Re: ESR meter upgrades

    Well, thought the HD44780 was quite fast or at least "more than fast enough" when the code/interface is written right... and if lazy it's a slug. Hoping that this SPI color LCD interface, even if it's only 16-bit, is not affected the same way.

    Leave a comment:


  • redwire
    replied
    Re: ESR meter upgrades

    HD44780 runs really slow, I think its internal clock is a few hundred kHz. The 1,000nsec (data) cycle time gives it away. I used the Busy Flag once and it was so slow and F/W could hang if the display did not respond, they do crash due to ESD.

    I 'd like to see the ESR Meter ported over to something ARM-core like SAMD21G18. 256KB FLASH, 32KB RAM, 48MHz.

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    the pp3 lasts forever - it can run one down to about 6v and still function fine.

    HD4470 is an interesting case,
    it has a "busy" pin/flag.
    if you watch it between transfers it runs fast, but a lot of designs save a pin by just using fixed delays between writes.
    also it can run in 4bit or 8bit mode

    Leave a comment:


  • eccerr0r
    replied
    Re: ESR meter upgrades

    TBH I've seen HD44780 updates really slow too, and that's parallel even - except written/designed poorly. I just wonder if the same is with AVRtester or not, lazy programmers or not...

    My PSU project I was working on with the HD44780 display, designed/written "properly" I was able to get it to update autorepeat keypad buttons on the screen without it skipping, and still change the numbers faster than the numbers can be read. Then I see other implementations that can only update once per second... Boo!!!

    Now I wonder how long these things last with a PP3 battery or is it not worth it, and have to use a Li-ion pack...

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    color display slows the UI because it takes 3 times the data to be sent over the spi bus for each refresh.
    if you change the crystal to 20MHz and re-flash the firmware it runs much better.

    Leave a comment:


  • eccerr0r
    replied
    Re: ESR meter upgrades

    Finally got my avrtransistortester... took enough time, so much for china shipments.

    It came with a crap solderjob, had to reflow it before the display (rgb color) would work.

    Pretty interesting. device. Crappy slow UI... wonder if other versions are as slow...

    Now...3d printed case for the device, hah...

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    most people use stripboard on wires

    Leave a comment:


  • clearchris
    replied
    Re: ESR meter upgrades

    Damn, that's a lot to fit on a small pad. Are people soldering in small boards? At a point, I think it would be better to splice in an on/off switch on the line to the battery.

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    the bin files arent a real fix.
    this is:
    Attached Files

    Leave a comment:


  • clearchris
    replied
    Re: ESR meter upgrades

    Originally posted by stj
    you can reprogram the stc micro on a tc1 - it still crashes out of sleep mode though.
    Hmm, I saw a reference to using the two transistors or reprogramming the u4. Maybe it was with the assumption that the reader does the programming. I have however seen .bin files for the u4 mcu though in that thread, I wonder what they do...

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    you can reprogram the stc micro on a tc1 - it still crashes out of sleep mode though.

    Leave a comment:


  • clearchris
    replied
    Re: ESR meter upgrades

    Originally posted by stj
    if it's a large button and not a 5mm one then a rotary fits the pads.
    i'v put a rotary on a tc1

    essential - no, but it's nice to have for extra modes.
    tc1 has issues btw, you want to pull the 8pin mcu and replace it with a discrete 2 transistor circuit.
    it controls the power - but has a habit of drawing current instead of sleeping - 100mA of current!
    Ha, how many different models do you have?

    I looked through some of this thread and some of the 277 page thread on eev and it seems that there's no perfect lcr at any price. I'm starting to thing having two might be the best option, I already have an lcr-t4, so maybe if I get a tc1 that can round out the collection.

    The other LCR that seems interesting is the Highland M644 which has some specfic hardware for frequency counting.

    From what I have read, you can reprogram the MCU on the TC1 so you don't have to replace it with 2 transistors. It's unfortunate that it comes with a case, but I can print a new one...

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    if it's a large button and not a 5mm one then a rotary fits the pads.
    i'v put a rotary on a tc1

    essential - no, but it's nice to have for extra modes.
    tc1 has issues btw, you want to pull the 8pin mcu and replace it with a discrete 2 transistor circuit.
    it controls the power - but has a habit of drawing current instead of sleeping - 100mA of current!

    Leave a comment:


  • clearchris
    replied
    Re: ESR meter upgrades

    How essential is a rotary encoder to the software? I understood that it was pretty important to navigate the menus, and both meters with enough flash to support all the functions (hiland) and tc-1 have only a button.

    Leave a comment:


  • eccerr0r
    replied
    Re: ESR meter upgrades

    One would hope that they are, though for like microprocessors there's a reason most computers have a huge variance between them despite being the "same" frequency...

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    it's assumed you have a decent crystal and a good pcb track layout.
    most crystals are 20ppm or better now, and variance in smd caps is very low.

    Leave a comment:


  • eccerr0r
    replied
    Re: ESR meter upgrades

    How does one calibrate the crystal or is it dependent on the crystal being accurate? Can crystal errors be calibrated to some NIST traceable source?

    Leave a comment:


  • stj
    replied
    Re: ESR meter upgrades

    it's 100% crystal.
    that's one of the reasons why you do the cal procedure.

    Leave a comment:


  • eccerr0r
    replied
    Re: ESR meter upgrades

    And how accurate is the crystal or is it using the on-chip oscillator, that thing really should be calibrated too...not sure if atmel^H^H^H^H^H^H microchip tunes those to 1ppm?

    Leave a 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...