https://obrazki.elektroda.pl/6497415700_1503837071.jpg
Can you solder the button there?
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamTechEkspert wrote:Looking at the bottom of the PCB these fields are connected in parallel with the SMD quartz resonator, this is probably an option for the through hole version.
logos2000 wrote:And since the topic about changing the firmware is due to the fact that my original display did not survive the assembly, I decided to adapt a 2x16 display to the existing board (popular HD 47780)
[...]
in the firmware attachment
arturroo1234 wrote:I warmly welcome. And I have a delicate problem, it came to me with a blue button and I put something to test it tests .... It shows the values for 2 seconds and everything disappears when I hold the button pressed it shows the value as long as I hold ... I did the calibration reaches 43% I put a capacitor I will think it crashes End ... And it turns off now when I turn on instead of damaged .... Element, etc. I have 40 pf some capacitor from space on empty pins myfrind sent me with soft soft ... because if so, I will throw something else there best firmware
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.