Making a PCB Solder Reflow Plate

1.8K60

Intro: Making a PCB Solder Reflow Plate

How I Made AfterEarthLTD Solder-Reflow-Plate Project ( https://github.com/AfterEarthLTD/Solder-Reflow-Plate )

  1. download the entire Solder-Reflow-Plate project
  2. Upload gerber , BOM & CPL files to JLCPCB.com

STEP 1:

Due to the use of JLCPCB PCBA (PCB + Assembly) service, the finished product is received directly without soldering

STEP 2:

To prepare

  1. Install MiniCore in additional boards; (copy into File->Preferences->Additional Boards Manager URLs) https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json
  2. Then add MiniCore by searching and installing (Tools->Board->Board Manager)
  3. Install Adafruit_GFX and Adafruit_SSD1306 libraries (Tools->Manage Libraries)
  4. Install Bounce2 libraries (Tools->Manage Libraries)


To program

  1. Select the following settings under (Tools)
  2. Board->Minicore->Atmega328 
  3. Clock->Internal 8MHz
  4. BOD->BOD 2.7V
  5. EEPROM->EEPROM retained
  6. Compiler LTO->LTO Disabled
  7. Variant->328P / 328PA
  8. Bootloader->No bootloader
  9. Set programmer of choice, e.g.'Arduino as ISP (MiniCore)', 'USB ASP', etc, and set correct port.
  10. Burn bootloader (to set fuses correctly)
  11. Compile and upload

For a more detailed tutorial, please watch my video

STEP 3: