-
-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PTS-200 support #1846
Comments
Hia, If someone has time to work on this; this should be a case of setting up a new BSP folder for this device and setting up I probably wont have time at the moment to focus on this. If others want this emoji react to get a feel of desire please. |
Thank you for the answer, and the work you put into the investigaton! |
Sorry for not getting back to this until now, life is busy on and off. |
I haven't been able to find any repos that look like existing porting work 😓 Is it particularly arduous to port to esp32? I don't really have any experience with micros |
Don't feel confident enough to start my own port but I did add some extra features to the PTS200 firmware if someone is interested. It seems the main challenge to port IronOS to this iron is the ESP32S2 core's software support.
The official ESP-IDF C++ SDK is powerful and easy but it really doesn't like to be embedded somewhere else. This is the main gripe of working with ESP32 devices like the PTS200. Porting would rely on someone either porting things like libopencm3 to ESP32 bypassing the official SDK or heavily reworking the IronOS device tree system with invasive hacks to shoehorn ESP-IDF compatibility |
Looks like someone was eager to do the port on this issue, I don't know if somthing has been done yet (nothing available in his github repositories) : Eddddddddy/Songguo-PTS200#10 |
Hi!
I have just received my new PTS200 soldering iron. It also supports TS100 soldering tips, it has buttons, display, accelerometer, USB PD and QC support, and an open soucre firmware. It is so similar to TS100, I totally assumed it can run IronOS. Well, it can't.
It's current firmware: https://github.com/Eddddddddy/Songguo-PTS200
A similar question on their repo: Eddddddddy/Songguo-PTS200#10
It uses ESP32-S2 FH4 MCU
Pinout:
Are you able to add support?
It would be very cool, as the current PTS200 FW is a bit rough around the edges.
The text was updated successfully, but these errors were encountered: