ESR meter upgrades
Collapse
This is a sticky topic.
X
X
-
Re: ESR meter upgrades
I'm still trying to figure out how to compile my own custom build. I have a windows 7 computer with WinAVR installed. I have the following files-
TransistorTester.eep
TransistorTester.hex
make_frequency.c
Makefile (16MHz)
Transistortester.h
I understand all the options in the makefile, I just have no clue as to where to go after I make the changes I want.
I'm using the build that stj made for me with the lipo battery warning settings but it only uses half of the screen for some reason. I really want to learn this stuff. I have a second AY-AT kit and the display seems a little different, I want o make a build for that too.Comment
-
Re: ESR meter upgrades
You must download the source code.
It's at this URL: https://www.mikrocontroller.net/svnb...ster/Software/
Here would be the example command on a Linux machine with SVN installed:
Code:svn checkout svn://mikrocontroller.net/transistortester/Software/trunk
"The one who says it cannot be done should never interrupt the one who is doing it."Comment
-
Re: ESR meter upgrades
STJ could you compile a version for the AY AT color kit with a 20 MHZ clock and a precision reference upgraded? Many thanks in advance! When I tried to compile 1.30m earlier it bricked my tester.Comment
-
Re: ESR meter upgrades
I'm still trying to figure out how to compile my own custom build. I have a windows 7 computer with WinAVR installed. I have the following files-
TransistorTester.eep
TransistorTester.hex
make_frequency.c
Makefile (16MHz)
Transistortester.h
I understand all the options in the makefile, I just have no clue as to where to go after I make the changes I want.
I'm using the build that stj made for me with the lipo battery warning settings but it only uses half of the screen for some reason. I really want to learn this stuff. I have a second AY-AT kit and the display seems a little different, I want o make a build for that too.
i was discussing this with karl the other day - there are options in the code that got left out of the makefile-mess.
btw, i'm now using a 6x8 font - it looks better than it sounds!Comment
-
Re: ESR meter upgrades
....and why the makefile looked similar but not the same. Let me do some more reading and see if I can dig up a 16 mhz crystal then I should be able to use your previously uploaded hex file.
Thanks for the prompt reply!Comment
-
Comment
-
Re: ESR meter upgrades
LCR_T4StripGrid_Ver736Ru_8x16t_Vext_Encoder_16MHz.zip\
If I could get the english version I think it may work on my LCR-T4-H.
JohnComment
-
Re: ESR meter upgrades
JohnComment
-
Re: ESR meter upgrades
Have just received encoder and fitted to my LCR_T4_H along with two 10k & two 1k resistors, also changed 8mhz crystal to 16mhz but seem to be unable to find any firmware that will work the \LCR-T3,4_v1.12k_r660_ENC13.zip\LCR-T3,4_v1.12k_r660_ENC13\ works of sorts showing capacity at double the value
and locks up as soon as you move the encoder to blank screen you then have to disconnect the battery to reset it. any help will be appreciated.
JohnComment
-
Re: ESR meter upgrades
Have just received encoder and fitted to my LCR_T4_H along with two 10k & two 1k resistors, also changed 8mhz crystal to 16mhz but seem to be unable to find any firmware that will work the \LCR-T3,4_v1.12k_r660_ENC13.zip\LCR-T3,4_v1.12k_r660_ENC13\ works of sorts showing capacity at double the value
and locks up as soon as you move the encoder to blank screen you then have to disconnect the battery to reset it. any help will be appreciated.
John
https://www.badcaps.net/forum/showpo...&postcount=896
When I reach to PC I can upload version for 16MHz since there is for 8MHz and display double value for capacitors.Comment
-
Re: ESR meter upgrades
Thank you all for your input.
I have now found firmware for my LCR_T_4_H as stj has suggested it uses T4 stripgrid, every thing seems correct as far as component diagnostics with the 16mhz crystal and encoder fitted.
The problem I have is I can select items from the menu with the encoder but can not open them, with any amount of pressing the button, any ideas.?
Thanks Gabiz I have tried that one with no luck. Sorry thumb nails are bright and poor focus unable to reduce contrast.
JohnLast edited by TEDDIBEAR; 12-16-2017, 04:40 PM.Comment
-
Re: ESR meter upgrades
so long-press does not select?
what i'm looking into is a new makefile that auto-calculates some settings.
for example the number of menu lines can be derived from the display "y" size divided by the vertical size of the selected font.
so no need to change it manually for different hardware or font settings.Comment
-
Re: ESR meter upgrades
so long-press does not select?
what i'm looking into is a new makefile that auto-calculates some settings.
for example the number of menu lines can be derived from the display "y" size divided by the vertical size of the selected font.
so no need to change it manually for different hardware or font settings.
JohnComment
Comment