Norbert_lubin wrote:Hello, the version I uploaded is 1.13 from Elektrody
can you provide the link?
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamHydrantx wrote:Before I change the firmware, please tell me about this calibration. You have to short-circuit all punks, have two capacitors, but how do you do it?
TechEkspert wrote:@ cezare123 you asked yourself, you solved the problem yourself and left the knowledge for posterity
avrdude is a good choice if you do not need to install the entire Atmel Studio environment,
with avrUSB asp should also work with Basom AVR.
TL;DR: 100 % of T4 testers in one AliExpress listing ship with firmware “V2.68”, yet “compile it yourself and you can tweak 30+ options” [Elektroda, gulson, #16738873; TechEkspert, #16743775]. Why it matters: flashing custom code unlocks language, display and test-mode upgrades that the factory image hides.
• MCU: ATmega328P, 32 kB flash + 1 kB EEPROM [Atmel Datasheet]. • Safe supply range: 6–12 V DC or 3.7 V Li-ion + step-up to 8 V [Elektroda, @GUTEK@, post #16667071] • Typical flash + EEPROM write time via USBasp: ≈25 s [avrdude log]. • Self-test needs 2 short jumpers + ≥100 nF capacitor [Elektroda, higurashi07, post #17931331] • Read-back protection: set on many, but not all units [Elektroda, Karaczan, post #16669307]
-c usbasp -p m328p) [Elektroda, cezare123, post #17961761] XGecu TL866II Plus also succeeds when both HEX and EEP files are written and correct fuses set [Elektroda, pitek3010, post #19913420]Software/trunk/*, plus fonts and mega328_st7565, into the project folder and enable the external Makefile.LCD_ST7565_V_FLIP = 0 to end vertical inversion and LCD_ST7565_H_FLIP = 0 to stop horizontal mirroring. If the image is shifted, adjust LCD_ST7565_H_OFFSET from 4 to 0 [Elektroda, TechEkspert, post #16666668]mega328_wei_st7565 build for T4 with ST7565 glass [Elektroda, coolers, post #18937688] Alternately, enable the correct controller macro (LCD_ST7565 vs LCD_ST7920) and rebuild.LOW FUSE = 0xF7, HIGH FUSE = 0xD9, EXT FUSE = 0xFC [Elektroda, TechEkspert, post #17684045] Re-flash HEX and EEP, then recalibrate.const unsigned char PROGMEM logo[]. Replace the logo array in menu.c, re-compile and flash [Elektroda, TechEkspert, post #16666668]WITH_VEXT in the Makefile [Elektroda, Anonymous, post #17938211]github.com/Mikrocontroller-net/transistortester [Elektroda, pitek3010, post #19913420] Clone, select the proper mega328_st7565 subfolder, and compile.