Author Topic: CFW for KSGER/Quicko STM32 Soldering Stations  (Read 697409 times)

0 Members and 4 Guests are viewing this topic.

Offline LILO

  • Contributor
  • Posts: 23
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4100 on: May 16, 2024, 10:50:26 am »
Possible. But it doesn't eat too much, microAmps according to datasheet. So, I opted to leave it there. Doesn't worth an effort.
And probably one day we'll find a use for it ))

Another interesting idea could be to replace the bat with supercap, and program stm to charge it. Not essential at all, just thoughts aloud ))
« Last Edit: May 16, 2024, 10:55:42 am by LILO »
 

Offline clytle374

  • Contributor
  • Posts: 43
  • Country: us
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4101 on: May 16, 2024, 11:04:13 am »
Another interesting idea could be to replace the bat with supercap, and program stm to charge it. Not essential at all, just thoughts aloud ))

I ran the math for a couple days trying to work that out. Self discharge is what gets you. I do love the idea. I built a bench power outlet that uses super caps to keep the display up for a couple hours when the output is shutoff.   But wanted to design something that works with this firmware.   
 

Offline spleenharvester

  • Contributor
  • Posts: 24
  • Country: gb
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4102 on: May 19, 2024, 01:10:43 am »
Revised version of the T12-958 V2 schematic attached, fixed lots and lots of errors. I need to get the capacitor values but I think it is otherwise complete
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6022
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4103 on: May 19, 2024, 01:37:11 am »
It's the FW working correctly then?
Post some calibration values as reference.
The menu should go down when rotating the encoder clockwise.

As for Vbat, I have a small 50mAh battery from a broken bluetooth earbud, connected to 5V through two series diodes to drop the voltage and a 100R limiting resistor, stays at 3.6-3.7V and the settings haven't been lost after a month off.
« Last Edit: May 19, 2024, 01:47:30 am by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline spleenharvester

  • Contributor
  • Posts: 24
  • Country: gb
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4104 on: May 19, 2024, 06:26:43 am »
It's the FW working correctly then?
Post some calibration values as reference.
The menu should go down when rotating the encoder clockwise.

As for Vbat, I have a small 50mAh battery from a broken bluetooth earbud, connected to 5V through two series diodes to drop the voltage and a 100R limiting resistor, stays at 3.6-3.7V and the settings haven't been lost after a month off.

I'm still waiting on my replacement T12-958v2 as I tore the display cable on the first one so haven't tested it yet, but will update when it arrives :D

Edit - Attached finished schematic with capacitor values, I consider this done now. Hope this helps someone.
« Last Edit: May 19, 2024, 10:33:34 am by spleenharvester »
 

Offline LILO

  • Contributor
  • Posts: 23
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4105 on: May 19, 2024, 08:01:43 am »
Busy weekend. Didn't have time to calibrate it yet. Will update once I do.

Do I understand correctly that NTC temp is the reference point, i.e. CFW assumes that NTC temp is equal to the thermocouple cold end temp and uses it to calculate actual tip temp?
 

Offline LILO

  • Contributor
  • Posts: 23
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4106 on: May 19, 2024, 11:18:26 am »
NTC
Pull up 10k
Res 9k (measured at 25C)
Beta 3500

Quicko CF4 tip
Cal 250 1500
Cal 400 2400
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6022
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4107 on: May 19, 2024, 06:00:53 pm »
Thanks.
So that's pretty much the same after all.
The amplifier gain is lower (x201 instead x250) so it makes sense the calibration values is lower.

This gain allows up to 410ºC with genuine C245 tips, where in other KSGERs it will saturate at 330ºC.
Thus no modification is required for normal temperatures (Unless you want 450ºC)

Please upload the original FW when you get it!
Alternatively you can extract it with some attack method like stm32f1-picopwner.

This board is now supported from v1.13.11.
« Last Edit: May 19, 2024, 09:12:36 pm by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline LILO

  • Contributor
  • Posts: 23
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4108 on: May 19, 2024, 10:36:48 pm »
Original fw is on previous page
Q958V2.zip

The dump is verified, I flashed it back after playing with CFW and it works.
And actually there was no read protection. Usual 'st-flash read...' did the job.
« Last Edit: May 19, 2024, 11:54:26 pm by LILO »
 

Offline LILO

  • Contributor
  • Posts: 23
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4109 on: May 20, 2024, 06:03:18 am »
[Edit - Attached finished schematic with capacitor values, I consider this done now. Hope this helps someone.
Some corrections, as I saw it.

Buzzer, emitter goes to ground.

For RTC
VCC2 goes to +3.3 it's main supply
 

Offline spleenharvester

  • Contributor
  • Posts: 24
  • Country: gb
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4110 on: May 20, 2024, 03:03:51 pm »
[Edit - Attached finished schematic with capacitor values, I consider this done now. Hope this helps someone.
Some corrections, as I saw it.

Buzzer, emitter goes to ground.

Is BOOT0 grounded out then? The emitter trace actually leads to BOOT0, which itself seems to have continuity to ground? I thought maybe this trace was responsible for the 'beep of death' when the firmware is incorrect.

For RTC
VCC2 goes to +3.3 it's main supply

Right you are, will fix this in the next release!
 

Offline LILO

  • Contributor
  • Posts: 23
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4111 on: May 20, 2024, 03:14:53 pm »
It's trivial switch, load in collector, emitter grounded, base is control signal. So, BOOT0 is also grounded. And AFAIK it should be, unless you gonna do something unusual during boot process.
 
The following users thanked this post: spleenharvester

Offline LILO

  • Contributor
  • Posts: 23
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4112 on: May 21, 2024, 04:30:01 am »
Update on NTC settings.

Pull up 10k
Res 10k
Beta 3950

Checked at several points from 25 to 80 C.
Looks close enough.
 
The following users thanked this post: ststefanov13

Offline spleenharvester

  • Contributor
  • Posts: 24
  • Country: gb
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4113 on: May 28, 2024, 07:57:18 am »
Updated schematic of T12-958v2 attached. Changed BOOT0 to GND, fixed the RTC and added a missing 4K7 resistor on +3V3 in the ADC area. Let me know of any more issues. If anyone else with a T12-958v2 could check the ADC section that would be great, I have checked and re-checked and it seems to be correct but some on Badcaps can't make sense of the circuit (it seems to trip at 25A which seems high?).
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6022
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4114 on: May 28, 2024, 08:36:42 am »
In my calcs it tripped at 65A?
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline spleenharvester

  • Contributor
  • Posts: 24
  • Country: gb
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4115 on: May 28, 2024, 11:44:16 am »
In my calcs it tripped at 65A?

Do you think the schematic is correct then? Over on Badcaps they thought it should trip at closer to 2A and hence I might have gotten something wrong on it, but I've checked repeatedly and can't find what I would have missed
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6022
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4116 on: May 28, 2024, 06:15:06 pm »
If you have a 2.5V reference through a 20k/3K divider, the output is 326mV.
You'll need 65A to have this voltage drop over 0.005R (5 milliOhms).
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline ststefanov13

  • Contributor
  • Posts: 46
  • Country: bg
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4117 on: May 29, 2024, 02:58:55 pm »
I checked the LILO thread about the Beta coefficient of the NTC. I checked the Beta coefficient of the NTC on the few soldering handles I have . After that I bought 100 pcs NTC 10k 1% of which the seller claims that their beta is 3950. I checked 15 of them and it's really that much, please Deivid fix the default value in the next version. But PULL UP resistor is 4.7k.

« Last Edit: May 29, 2024, 04:31:51 pm by ststefanov13 »
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6022
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4118 on: May 29, 2024, 08:16:22 pm »
Thanks! :-+
How large is the temperature variation in 3450 vs 3950 coefficients?
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline oleg401169

  • Contributor
  • Posts: 31
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4119 on: May 31, 2024, 11:07:05 am »
Hello, David! I already contacted you with the problem of connecting the display to the st 7565 (in my case, the display did not want to turn on without connecting the cs pin) and you slightly modified firmware 1.13.10 (for ksger 3.0) to connect the cs pin to pin pb 12. Now I wanted to update the firmware to version 1.13.11 and again encountered the same problem. I would like to ask you - what and where do I need to change in the source code so that I can compile the firmware myself and not bother you again?
 

Offline rauloliv

  • Contributor
  • Posts: 23
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4120 on: May 31, 2024, 02:21:48 pm »
Hello all,

I decided replace my old hakko 936 with a T12 budget station, and ordered one from china, supposedly a STM32 one.

Of course i got a mm32  |O
MM32SPIN27PF

Here are some photos for those interested:

2266843-0

2266837-1


Unlike other photos I found, my board has a solder shorted D1 !?

Any recommended  improvements to be made on it?

Thanks a lot
« Last Edit: May 31, 2024, 02:53:28 pm by rauloliv »
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6022
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4121 on: May 31, 2024, 06:20:15 pm »
Without the diode it'll be more noisy due the pwm, but also the diode output as a very small capacitor so not a good design anyways.
If the ADC readings are noisy, I would put the diode and a 100uF cap after it.
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline GDN

  • Newbie
  • Posts: 1
  • Country: ru
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4122 on: June 02, 2024, 02:52:42 pm »
Dear DavidAlfa
Please, if possible, add a buzzer sound for the JBC soldering iron when you put the pen on the stand and there is a delay. There is sound only after the delay time has expired.
 

Offline spleenharvester

  • Contributor
  • Posts: 24
  • Country: gb
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4123 on: June 02, 2024, 06:24:21 pm »
Dear friends

I've attached an updated schematic again for the T12-958v2. This fixes the errors in the temp sense circuit, and replaces the ferrite bead symbol with an NTC (I assume this is the cold junction thermistor).

I've also bought a Quecoo T12-A Milwaukee cordless station - the one we suspected may have the same board as the T12-958v2. I'll report back on what I find.
 

Offline spleenharvester

  • Contributor
  • Posts: 24
  • Country: gb
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #4124 on: June 11, 2024, 11:27:13 am »
Hi all

Received my Quicko T12-A Milwaukee battery T12 iron today. I haven't checked the capacitor values but can confirm the board layout and all other components appear to be identical to the T12-958v2. The only difference is that the pad with the chinese writing is occupied by a wire joining to the metal stand affixed to the side, so it does seem to be some sort of stand sensor that works by connecting that pad to the metal of the iron. The system info reports the same as the T12-958v2, HW version 3.20 and software version 3.2S. It's operated by a latching power switch on the side of the unit.


I haven't tried the T12-958v2 CFW on it (haven't got time at the mo) but I can't see any reason why it wouldn't work. Pics attached.


Cheers
« Last Edit: June 11, 2024, 11:40:42 am by spleenharvester »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf