Making a PCB Solder Reflow Plate

by james_workshop in Circuits > Tools

1649 Views, 6 Favorites, 0 Comments

Making a PCB Solder Reflow Plate

未命名项目.jpg
DIY - 用PCB工具 PCB回流焊焊台

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

螢幕截圖 2022-08-08 04.05.42.png
螢幕截圖 2022-08-08 04.06.19.png

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

螢幕截圖 2022-08-08 04.14.28.png

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

螢幕截圖 2022-08-08 04.11.17.png
螢幕截圖 2022-08-08 04.11.46.png

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

螢幕截圖 2022-08-08 04.19.10.png
螢幕截圖 2022-08-08 04.19.45.png
螢幕截圖 2022-08-08 04.20.15.png
螢幕截圖 2022-08-08 04.20.26.png
螢幕截圖 2022-08-08 04.20.47.png
螢幕截圖 2022-08-08 04.21.09.png