From cf075acf95f1de25014be776698ba478a439f275 Mon Sep 17 00:00:00 2001 From: ARS_Tech Date: Mon, 12 Feb 2024 22:47:44 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index affb05e..624f81b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains the source code and design files for a Solder Plate Con - 3 indicator LED's. They work for both menu and REFLOW profiles (blinking while on the current stage and solid once the profile stage is complete). - Buzzer for complete notification - Buck- Converter for input voltage, allowing up to 24V in -- 24V+ rated input voltage stage components allowing theoretically up to 24V to be used (not yet tested) +- 24V+ rated input voltage stage components allowing up to 24V to be used Depending on powersupply trip option the "max" pwm needs to be lowered to not trip power suppply safety) - Optional fan for cooling stage (not yet installed) = Included are files for a case and a guard for the detachable plate terminal guard. From 1bf0bca879389b4532e65b19fd2e2c801a5d1e0c Mon Sep 17 00:00:00 2001 From: ARS_Tech Date: Mon, 12 Feb 2024 22:48:11 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 624f81b..a82f930 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains the source code and design files for a Solder Plate Con - 3 indicator LED's. They work for both menu and REFLOW profiles (blinking while on the current stage and solid once the profile stage is complete). - Buzzer for complete notification - Buck- Converter for input voltage, allowing up to 24V in -- 24V+ rated input voltage stage components allowing up to 24V to be used Depending on powersupply trip option the "max" pwm needs to be lowered to not trip power suppply safety) +- 24V+ rated input voltage stage components allowing up to 24V to be used (Depending on powersupply trip option the "max" pwm needs to be lowered to not trip power suppply safety) - Optional fan for cooling stage (not yet installed) = Included are files for a case and a guard for the detachable plate terminal guard. From 427b8339a633a51139ee2935bd23bf9f1d134675 Mon Sep 17 00:00:00 2001 From: ARS_Tech Date: Mon, 12 Feb 2024 22:48:53 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a82f930..a07a061 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ To open a PlatformIO project in VSCode with the PlatformIO extension, follow the ### Usage -Power On: Connect the controller with a 12V 5A(Tested working) or 24V 5A PSU (Untested) +Power On: Connect the controller with a 12V 5A(Tested working) or 24V 5A PSU (Tested working with max PWM maybe reduced) Set Profile: Navigate the menu and choose the desired reflow profile Start Soldering: Place your PCB and components on the hotplate and start the profile From 76c80a0a442f5dff8b7611b5c57bafd3dd1ec84d Mon Sep 17 00:00:00 2001 From: ARS_Tech Date: Wed, 14 Feb 2024 12:34:44 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a07a061..99c956c 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,6 @@ JCM from the Discord explained the process pretty good: - Configure the flasher options for your Arduino Nano and flash it - Connect D6 of your Arduino Nano over the 4.7kOhm resistor to the UPDI pin of the board and 5V to 5V and GND to 0V - Add the MegaCoreX hardware package to the Ardunio IDE (see https://github.com/MCUdude/MegaCoreX#how-to-install) -- Install the Adafruit_GFX, Adafruit_SSD1306, DallasTemperature and Debounce2 libraries with the Library Manager (you might not need all of them depending on which firmware you plan to use) -- Download and open the ino you want to upload to the ATMEGA4809 (https://github.com/DerSpatz/PCB-reflow-solder-heat-plate/blob/main/Firmware/pcb_reflow_fw/pcb_reflow_fw.ino) - Select the options for the programmer **(Board: ATmega4809, Clock: Internal 16 MHz, BOD: 2.6V or 2.7V, EEPROM: retained, Pinout: 48 pin standard, Reset pin: Reset, Bootloader:Optiboot:Uart0(Defualt pins))** and select the port of your Ardunio Nano as Port - Make sure the programmer selected is SerialUPDI or JTAG2UPDI - Select Burn Bootloader and see if it runs through