ReflowMaster icon indicating copy to clipboard operation
ReflowMaster copied to clipboard

Reflow Master Pro ESP32 Code ¿?

Open jlabordaversa opened this issue 1 year ago • 5 comments

It is Reflow Master Pro ESP32 code available open source? I wanted to add some improvements to my oven.

jlabordaversa avatar Jan 13 '24 19:01 jlabordaversa

Yes Go ahead!

Mike-Menci avatar Jan 13 '24 20:01 Mike-Menci

No, reflow Master Pro is not open source.

UnexpectedMaker avatar Jan 13 '24 20:01 UnexpectedMaker

It is Reflow Master Pro ESP32 code available open source? I wanted to add some improvements to my oven.

You want to add functionality to your Reflow Master Pro? Or you want to add functionality from the Reflow Master Pro to your own non Reflow Master Pro setup?

Can you be more specific? What functionality did you want added?

UnexpectedMaker avatar Jan 13 '24 22:01 UnexpectedMaker

Thank you very much for your reply.

I wanted to add PWM for fan outputs and also ideally I wanted to be able to turn the graphical interface 90 degrees so I can use it vertically as it would better fit my toaster oven. I am also thinking about changing the display to an smaller one. But of course, if the project is not open source I cannot. I hoped that if the first version was open source this second one with the ESP32 would also be open source.

It is Reflow Master Pro ESP32 code available open source? I wanted to add some improvements to my oven.

You want to add functionality to your Reflow Master Pro? Or you want to add functionality from the Reflow Master Pro to your own non Reflow Master Pro setup?

Can you be more specific? What functionality did you want added?

jaimelaborda avatar Jan 14 '24 12:01 jaimelaborda

@jaimelaborda AUX output is already PWM - You have the ability to set the FREQ and the % is the duty cycle.

If you can source a 2.2" ILI9341 screen that's 320x240, you can just switch the screens out, but that's not much smaller. Going smaller also drops the resolution and that's not compatible with the firmware.

Screen rotation or alternate resolution is not possible as the code is written fixed for 320x240 in the specific orientation the RMP ships in.

UnexpectedMaker avatar Jan 14 '24 21:01 UnexpectedMaker