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

0 Members and 7 Guests are viewing this topic.

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3525 on: July 06, 2023, 06:51:09 pm »
Nice! :-+
I forgot to commit a small change I made long time ago and never got into the repo, so I deleted 1.10.3 and made 1.10.4 instead.
My encoder sometimes causes unexpected rotation when releasing the button, this became a PITA when trying to set the station to sleep as it would wake it again unless released very fast.

There's a blocking timer to avoid exactly this, only actuates when manually setting the station to sleep/standby modes, but 250ms was too small, increasing it to 500ms seems to be the sweet spot, now it works much better.

I'm sure there's a lot of people with the same problem, though nobody complained?
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: asupsp700

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3526 on: July 07, 2023, 12:31:03 am »
This is good news. I made a new picture of the sting :) ... If possible, replace it in your firmware.
I have a compilation error again  |O. Replaced the line. Showed this...

« Last Edit: July 07, 2023, 12:36:38 am by asupsp700 »
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3527 on: July 07, 2023, 01:09:56 am »
Hmm that tells nothing... Try compiling inside CubeIDE.
First run the script, chose only run CubeMX, then import the project in CubeIDE.
Follow the instructions, it's easy!
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: asupsp700

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3528 on: July 07, 2023, 01:31:57 am »
It turned out to compile inside CubeIDE as you said! Thank you!
On the latest firmware, I get a periodic constant squeak of the boozer :-// ... I compiled it myself, I attach the firmware and video ... :-//
https://youtube.com/shorts/uOQ1uSvacn0?feature=share
« Last Edit: July 07, 2023, 05:01:51 am by asupsp700 »
 

Offline Embehu

  • Contributor
  • Posts: 30
  • Country: vn
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3529 on: July 07, 2023, 11:40:25 pm »
Hi everyone, it’s me again. It’s really good with both TX2 and T12 tips. Now I want to try the 245-122 JBC tip and I run into new trouble.
1. It’s completely turned red if I used pin 4 pin5
2. It showed temperature from 600 down to 350 but the tip didn’t get hot

For my board, I’m using Ksger v3,
pin 1 is sw
Pin 2 marked as J
Pin 3 is PE (might be protective earth)
Pin 4 T- but also connected to ground from power  supply and entire board
Pin 5 T+

For the jbc 245-122:
 pinC is the protective ground
Pin B is heater +
Pin A is gnd

—————-
With T12 I use only pin 1 pin 4 and pin5

With jbc
The turned red time: I use same as T12 tip
 PinA with pin4
PinB with pin5

The no working time: I use the way that Davidalfa show before
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3530 on: July 08, 2023, 11:03:10 am »
People! Test the latest firmware 1.10.4. No one has the effect of a continuous squeak of the speaker?
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3531 on: July 08, 2023, 12:16:16 pm »
I can not turn off the BOOST mode. Video attached... https://youtu.be/wH81Yv0Am4o
« Last Edit: July 08, 2023, 12:28:14 pm by asupsp700 »
 

Offline ricktendoTopic starter

  • Regular Contributor
  • *
  • Posts: 115
  • Country: hn
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3532 on: July 08, 2023, 12:38:03 pm »
People! Test the latest firmware 1.10.4. No one has the effect of a continuous squeak of the speaker?
If you turn on the controller with no soldering iron, or tip connected, then the buzzer will beep constantly until one is inserted.
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3533 on: July 08, 2023, 12:47:18 pm »
People! Test the latest firmware 1.10.4. No one has the effect of a continuous squeak of the speaker?
Did it happen before? No changes were made to anything related to the speaker.
But I never use it, in fact I have no speaker, I removed it since day 2 or 3 I got the station, it was too annoying!
This happened way before developing this FW, about 1 year earlier.

The boost seems to be working fine here?
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3534 on: July 08, 2023, 12:50:51 pm »
For the jbc 245-122:
  pinC is the protective ground
  Pin B is heater +
  Pin A is gnd

Wrong!
  pinC is the protective ground + gnd
  Pin B is heater +
  Pin A is TC (Temperature sensor).


« Last Edit: July 08, 2023, 12:52:35 pm by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3535 on: July 08, 2023, 12:59:01 pm »
@ricktendo we need to make a proper index in the 1st post, it's always the same questions and issues...  ;)
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3536 on: July 08, 2023, 01:00:33 pm »
I didn’t notice any problems with the speaker on old firmware .... Another problem with BOOST was added
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3537 on: July 08, 2023, 01:01:44 pm »
People! Test the latest firmware 1.10.4. No one has the effect of a continuous squeak of the speaker?
If you turn on the controller with no soldering iron, or tip connected, then the buzzer will beep constantly until one is inserted.
No, I don't squeak without a soldering iron, is this a problem?
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3538 on: July 08, 2023, 01:05:13 pm »
Hard to tell - Make a video!
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3540 on: July 08, 2023, 01:31:38 pm »
I think I found the Boost issue... not an issue. Are you using SMART, right?
You should read the manual. It might not work well in all stations. Some are very noisy, causing this.
In your video it can bee seen it's triggering with no load.
Increase the load level until it only triggers when soldering something.
It needs to be as little sensitive as possible to avoid false triggering, as long as it once every minute or so it'll be fine!

https://youtube.com/shorts/-uQApmdndRo?feature=share
Thsi is not whoeign any issue? Where's that speaker buzzing yout told ealier?
« Last Edit: July 08, 2023, 01:41:27 pm by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3541 on: July 08, 2023, 01:35:14 pm »
I think I found the Boost issue, are you using SMART, right?
Yes.
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3542 on: July 08, 2023, 01:41:47 pm »
I think I found the Boost issue, are you using SMART, right?
Yes,
Devid, if you make a new release, please add an updated picture of JBC... Photos are attached....
« Last Edit: July 08, 2023, 01:43:37 pm by asupsp700 »
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3543 on: July 08, 2023, 01:59:55 pm »
Added  :-+
Increase SMART to 15 or 20... then try!
I don't use it anyways, I'm fine with the shake sensor.
What about the Speaker issue?
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3544 on: July 08, 2023, 02:06:06 pm »
Added  :-+
Increase SMART to 15 or 20... then try!
I don't use it anyways, I'm fine with the shake sensor.
What about the Speaker issue?
I have a smart at 30. I'll try to turn it off altogether .... The speaker behaved like in this video- https://youtube.com/shorts/uOQ1uSvacn0?feature=share
When the sting is pulled out, it does not squeak.

 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3545 on: July 08, 2023, 02:13:52 pm »
Does it also happen when changing the temperature in normal mode? Or only when boosting?
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3546 on: July 08, 2023, 02:20:06 pm »
It was 2 times during overclocking and 1 time with manual calibration of 400 degrees. Now it seems to be working fine  :-// ... I can't catch it :-// ...
There is no shake sensor. In the menu, work from the stand.Disconnected smart- now the boost is normally turned off  :-+.
« Last Edit: July 08, 2023, 02:21:47 pm by asupsp700 »
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 6413
  • Country: es
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3547 on: July 08, 2023, 03:30:25 pm »
I think it might be a bug caused by setting run mode and quickly set boost mode, without letting it reach the run temperature first.
This might be a condition I'm not managing properly somewhere, I didn't find exactly what or where, but I can't spend an entire afternoon in my only free day debugging this freaking firmware!

The alarm won't be triggered by only removing the tip, it requires more critical errors.
Having the speaker beeping everytime you remove the tip would be pretty annoying!

I made some changes in the code, hopefully it will be solved.
Try v1.10.5 (Uploading in a few minutes), I can't spend more time in this.


Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: asupsp700, ststefanov13

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3548 on: July 08, 2023, 03:40:50 pm »
Thanks a lot for your work...
 

Offline asupsp700

  • Regular Contributor
  • *
  • Posts: 75
  • Country: ua
Re: CFW for KSGER/Quicko STM32 Soldering Stations
« Reply #3549 on: July 08, 2023, 04:48:40 pm »
On v.1.10.5 sounds work great! There are no failures! When "SMART" is on - BOOST does not turn off, I turned it off in the menu - without "SMART" everything is fine.
P. S. David, everything is great - you have done a lot for this board  :-+! Don't waste your time off. Need rest  ;)! Thank you!
 
The following users thanked this post: DavidAlfa


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf