Skip to content
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

Support Sequre T55 hot plate #1885

Open
jbur4556 opened this issue Feb 26, 2024 · 12 comments
Open

Support Sequre T55 hot plate #1885

jbur4556 opened this issue Feb 26, 2024 · 12 comments
Assignees
Labels
Enhancement New feature or additional function.

Comments

@jbur4556
Copy link

Is your feature request related to a problem? Please describe.
While looking for a cheaper alternative to the MHP30/MHP50 I stumbled across the Sequre T55 hotplate. I would assume (naively) that it uses a similar microcontroller to the s60/s60p. Although it looks like a knock off of another mini plate that uses a stc51 (I’m not sure what the s60p uses)

@jbur4556 jbur4556 added the Enhancement New feature or additional function. label Feb 26, 2024
@Ralim
Copy link
Owner

Ralim commented Feb 27, 2024

Hia,
It will depend entirely on the chipset used inside.
Given it looks identical to the other super cheap hotplates, I suspect it is the same thing sadly.

@jbur4556
Copy link
Author

I ended up purchasing one anyways, Looks like the controller is a CKS CKS32F103CBT6. Any chance this will work?
IMG_2580

@Ralim
Copy link
Owner

Ralim commented Feb 28, 2024

Well that chip is a lot better for support.
Doing a port to it should be possible.
Would move into the category of following Porting Requirements. Specifically Note B with a microcontroller pinout needing to be figured out.
Would also need to make sure we can safely flash new code to the device. It does look like the usb is wired up to something so possible its wired up.

@jbur4556
Copy link
Author

jbur4556 commented Feb 29, 2024

After a small amount of emailing with customer service I was able to obtain a copy of the OEM firmware, I just had to promise not to share it unfortunately. They did tell me they will post any new firmware on their website, but since this is a new product for them, there is only the one version of the firmware currently. Flashing Seams easy enough, and I was able to re-flash the original firmware without needing to open the device for any reason.

I have reached out to my contact to see if I could get a copy of the MCU pinout, If he is not able to provide that to me, I don't think this device would be too difficult to reverse engineer the pinout. I will update here once I hear back.
Thanks

@jbur4556
Copy link
Author

jbur4556 commented Mar 3, 2024

Bootloader offset address: 0X08004400

@jbur4556
Copy link
Author

jbur4556 commented Mar 3, 2024

The bootloader size is the same as the s60, I was able to flash the firmware for the s60 onto the t55 and back to the OEM firmware. The oled screen worked (still scaled, and upside down). I didn't want to try and heat up the plate for obvious reasons, but I will try and post some pinout information if I can figure it out.

@Ralim
Copy link
Owner

Ralim commented Mar 18, 2024

I've ordered one of these from Aliexpress to try out, and ideally add support for.
ETA is like 3-4 weeks though, so 🤷🏼 gonna be a bit.

@boilerbots
Copy link

Awesome, just got my T55 and came here to be surprised you are already talking about it. I will use it with the stock firmware but good to here that it might have options in the future.

@voodoomm
Copy link

Looks like there's a new HW revision. Chip has the same markings as in the picture from OP, but PCB is marked with "V1.1". It's also got a 3.5mm TRRS jack on the side. That's connected to the buttons, I think.
T55_v1 1

@damex
Copy link

damex commented Apr 24, 2024

Looks like there's a new HW revision. Chip has the same markings as in the picture from OP, but PCB is marked with "V1.1". It's also got a 3.5mm TRRS jack on the side. That's connected to the buttons, I think. T55_v1 1

i have received t55 today and it is the same as yours. yeah, we have got a new revision

@voodoomm
Copy link

Suppose I can stick my DT71 in there?
t55_dt71

@Ralim
Copy link
Owner

Ralim commented May 25, 2024

Well this has been sitting on my desk staring at me for weeks to port it over.
Has anyone poked at the pinout yet? If not I'll try to start this one next most likely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or additional function.
Projects
None yet
Development

No branches or pull requests

5 participants