TinyReflowController icon indicating copy to clipboard operation
TinyReflowController copied to clipboard

An all-in-one Arduino compatible reflow controller powered by ATtiny1634R

Results 13 TinyReflowController issues
Sort by recently updated
recently updated
newest added

I have bought the small (100x100mm) hot plate heater, removed the original controller (it was only capable to set the desired temperature and it kept it there) and used your...

I just spent hours trying to compile the V2 code in 2021 (Arduino IDE 1.8.9). Much has changed since 2019, and compiling with current library versions will result in a...

Hi, I just finished my oven build and ran a few tests. I decided to change some of the PID settings on the device, but when I tried to upload...

Hi, i'm trying to running this code from Rocketscream tiny reflow V2, but when the Compute() call is in the loop, simply the board do not boot up, the oled...

Please do not merge this yet. I still need to test it as my oven is not quite finished yet (waiting for parts). However I wanted to make you and...

Hi, i am trying to reproduce the controller V2 on breadboard with an arduino pro mini @3v,8mhz and the other components(128x64oled,buttons, max31856 etc..) , code is uploaded without problems but...

Hello, I've noticed the IF statement _(if millis() > buzzerPeriod)_ in case **REFLOW_STATE_COMPLETE** hangs the OLED. Even after pressing RESET button or re uploading the code, the OLED remains in...

I believe I found a small mistake... Line 298 is: #ifdef VERSION == 2 Should be: #if VERSION == 2

I made some updates to the V2 firmware. These include: -Manual bake/temperature control -Fan Control -Scrolling temperature plot/graphing updates -Soft power off/on -Minor usability updates (e.g. setpoint beyond threshold so...

After the "REFLOW_STATE_COOL", it continues to work, keeping the "TEMPERATURE_COOL_MIN" for ever ( 100C for example), instead to continue to "REFLOW_STATUS_OFF". I don't know why. Sometimes I forget to push...