GATO Soldering Controller, For: C245, C210, T12 Tips.

Arduino for STM32

Everything relating to using STM32 boards with the Arduino IDE and alternatives

Skip to content

Search Advanced search

GATO Soldering Controller, for: C245, C210, T12 tips.

What are you developing? Post Reply
  • Print view
Search Advanced search 4 posts • Page 1 of 1 .rpv Posts: 43 Joined: Wed Dec 18, 2019 10:19 pm

GATO Soldering Controller, for: C245, C210, T12 tips.

  • Quote

Post by .rpv » Wed May 26, 2021 8:59 pm

Hi! So I'm using my soldering station controllers based on stm32duino for years now, I started with the 907-types and later with the T12-type tips and now I'm playing with the JBC C245 type tips: Test on a ground plane: https://www.youtube.com/watch?v=4Jc7nBBVmdQ *I've used this test a bit so there's no flux on the thin. :lol: Upgrade to 1.3" and soldering on a TO-3 https://www.youtube.com/watch?v=wl1LVijpSf4 So it's a work in progress thing, there are a few things I need to solve:
  • Giant initial overshoot
  • PID values need a touch
  • Performance overall can be improved
*I'm not using original tips so performance can be considerable better with original tips. C245, C210 and T12/T15 tips are pretty similar:
  • C245 and T12/T15 use almost the same gain (around 300x) on the amplifiers
  • C210 and T12/T15 use the same construction (thermocouple and heater in series)
  • C210 needs like twice the gain (500x-600x)
so use this controller on those tips will require just changing a few resistors and the way the handle it's connected to the controller (so not simultaneous with the current hardware). I've tested this controller up to ~170watts without problems. The current setup uses:
  • A bluepill F103C8
  • ST core v1.9
  • STLink for uploads.
*Edit current schematic: https://github.com/r-pv/GATO_CONTROLLER ... O_rev0.pdf I'll modify a few things before making proper PCBs. :D What do you think? Top dannyf Posts: 447 Joined: Sat Jul 04, 2020 7:46 pm

Re: GATO Soldering Controller, for: C245, C210, T12 tips.

  • Quote

Post by dannyf » Wed Jun 02, 2021 9:13 pm

two quick comments, based on my experience building a few of those things: 1. not much difference between on/off type of controls vs. pid - the large thermal mass in my view negates the advantages of a pid loop; 2. overshoots are due to high gain / loop delays. you may want to use two or more algorithms based on how far off you are to the target temperature. aka high gain when you are cold starting and dial it back as you get closer to the target temperature... hope that helps. Top .rpv Posts: 43 Joined: Wed Dec 18, 2019 10:19 pm

Re: GATO Soldering Controller, for: C245, C210, T12 tips.

  • Quote

Post by .rpv » Thu Jun 03, 2021 8:16 pm

dannyf wrote: ↑Wed Jun 02, 2021 9:13 pm two quick comments, based on my experience building a few of those things: 1. not much difference between on/off type of controls vs. pid - the large thermal mass in my view negates the advantages of a pid loop; 2. overshoots are due to high gain / loop delays. you may want to use two or more algorithms based on how far off you are to the target temperature. aka high gain when you are cold starting and dial it back as you get closer to the target temperature... hope that helps.
Hi, sure it helps, thanks! 1. You're probably right, but I like the PID performance overall it just the turn-on overshoot also I don't see a downside to use PID control, maybe some little unnecessary computing time?. 2. You're on the money, I'll try to use 2 set of PID values, one shy on the start and the current values later if still doesn't work I'll try to do it manually and then use the PID with the current values. Top dannyf Posts: 447 Joined: Sat Jul 04, 2020 7:46 pm

Re: GATO Soldering Controller, for: C245, C210, T12 tips.

  • Quote

Post by dannyf » Fri Jun 04, 2021 12:16 am

I'll try to use 2 set of PID values,
or a hybrid: 1) if you are too far off the target, full on / off; 2) otherwise, pid of your choosing. Top Post Reply
  • Print view
Display: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by: AuthorPost timeSubject Direction: AscendingDescending 4 posts • Page 1 of 1

Return to “Projects”

Jump to
  • Announcements
  • New users start here
  • ↳ Forum rules, FAQs and HowTo's
  • ↳ Let us know a bit about you and your projects
  • Arduino for STM32
  • ↳ General discussion
  • ↳ Ideas & suggestions
  • ↳ Cores
  • ↳ STM32 Core
  • ↳ Builds and Announcements
  • ↳ Code snippets
  • ↳ Ideas & suggestions
  • ↳ General discussion
  • ↳ Installation and OS related
  • ↳ Libraries & Hardware
  • ↳ PR's bugs and enhancements
  • ↳ LibMaple
  • ↳ Builds and Announcements
  • ↳ Code snippets
  • ↳ General discussion
  • ↳ Ideas & suggestions
  • ↳ Installation and OS related
  • ↳ Libraries & Hardware
  • ↳ PR's bugs and enhancements
  • ↳ Steve's LibMaple core
  • ↳ General discussion
  • ↳ PR's bugs and enhancements
  • ↳ Projects
  • ↳ IDE's
  • ↳ Off topic
  • Arduino for STM8
  • ↳ General discussion
  • ↳ Cores
  • ↳ STM8 Core
  • ↳ Other
  • Boards
  • ↳ Custom design boards
  • ↳ Maple & Maple mini etc
  • ↳ STM boards (Discovery, Eval, Nucleo, ...)
  • ↳ All other boards
  • ↳ STM32F0 based boards
  • ↳ STM32F1 based boards
  • ↳ STM32F2 based boards
  • ↳ STM32F3 based boards
  • ↳ STM32F4 based boards
  • ↳ STM32F7 based boards
  • ↳ STM32G0 based boards
  • ↳ STM32G4 based boards
  • ↳ STM32H7 based boards
  • ↳ STM32L0 based boards
  • ↳ STM32L1 based boards
  • ↳ STM32L4 based boards
  • ↳ STM32L5 based boards
  • ↳ STM32MP1 based boards
  • ↳ STM32WB based boards
  • Bootloaders
  • ↳ STM32 HID bootloader
  • ↳ USB bootloader
  • ↳ STM32 SD-Bootloader
  • ↳ STM32 USB CDC bootloader
  • Uploaders and debuggers
  • ↳ STLink
  • ↳ USB to Serial adaptors
  • ↳ Black Magic Probe & other
  • Dead Thread Graveyard
  • ↳ Dead Thread Graveyard

Powered by phpBB® Forum Software © phpBB Limited

Privacy | Terms

Từ khóa » Jbc C210 Vs C245