Introduction: Making a PCB Solder Reflow Plate

About: 👋 Hi, I’m james@James-workshop 詹姆士工作室🔧🔨🔩⚙️ 工科大叔 - 家居維修🛠・開箱📦・電子・DIY 📫 tinsiu.james@gmail.com

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

Supplies

I use EasyEDA to design PCB and upload the design to JLCPCB.com to manufacture PCB.

JLCPCB make high quality prototyping PCBs for people all over the world. They have over 300,000 worldwide customers with over 8000 orders per day! They have over 10 years of manufacturing experience and are super reliable. Try it for your self and get 10 PCBs for just $2 at JLCPCB, New registered users US$54 offer , Order here

You can use my gerber files to ordel your own PCBs, and build this DIY Project.

Just a quick example how to order PCB from JLCPCB.com:

1)press "QUOTE NOW"

2)press "Add your gerber files"

3)upload zip or rar

4)all properties could be left default

5)Press PCB Assembly

6)upload BOM & CPL

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: