dirtyhanfri
Well-known member
Hi guys
As I promised a few months ago I'm gonna share my pcb fabrication method, it evolves different processes and methods but seems to be a reliable way to get pcbs properly done.
I'm trying to show the steps, I'm not any kind of expert, but this method seems to work fine for me.
****DISCLAIMER*** PLEASE READ***
I'm just showing you how I do it, don't do this at home if you're not absolutely sure about what are you doing. Lasers can damage seriously your eyes, CNC routers can take one of your fingers in a fraction of a second, Acids evolved for pcb etching are bad for skin, lungs and eyes, FR4 dust coming from drilling and cutting pcb's is really bad, don't breathe it. Used acid with copper particles should be disposed accordingly to your local regulations, don't drink it.
I'm not advising to do the same as I do and won't take any responsibility if you damage yourself, or others while trying to replicate this
***END OF DISCLAIER, LET'S GO WITH SOME INTERESTING STUFF***
Jigs and other details about how to get the job done should be adapted to your needings and way to work.
First of all, I buy 130x180mm copper clads, no UV sensitive, just plain copper over a FR4 board.
Then I drill some 6mm holes in the boards, which will be used to hold the board during different steps.
I need these holes to be exactly in their position, so I do it in a CNC Router, five boards at a run. I built a simple jig with marks for the boards, and programmed a simple Gcode program to drill the holes with the same distance between them, nothing fancy, but as the boards doesn't have the same exact size, I found this is the most reliable way to get them done.
I just stick the boards using double sided face, as it's just drilling operation and no horizontal forces are evolved, it keeps the boards in place
After drilled, we're going to paint them black. Clean the boards with some alcohol and compressed air to get them free of dust and particles. Then I hang them in a corckboard with some nails, which are inserted in the holes, holding the pcb with the copper looking to the external side.
Get the cheapest black paint spray can and paint the board trying not so use so much paint but getting them with a consistent black cover, I use to do 2 light passes, with a pair of hours between them, you don't want or need to get a hard paint coat, we're going to remove it few steps later.
Never tried with different colors, but I thought matt black would absorb more light power than other colors
Once the paint is dry, I attach the board to their jig using 4x6mm pins, and mount the jig in my sightly modified 3020 CNC Machine.
This machine is running GRBL via a Rpi, with bCNC as gcode sender.
First of all, I run a laser program which draws the isolation lines between traces, as well as a x0,y0 point, which I'll use as a reference for drilling and cutting operations.
I'm using a 5,5W Laser diode module driven by the PWM signal coming from Pin 11 in Arduino, this way I can manage the laser power according to my needs via GCode.
My parameters are: Feedrate: 500mm/min, laser: Full power, 2 passes
Now, you should clearly see the exposed copper which will be removed afterwards.
After that I mount a 0.8mm bit in the milling head of the CNC and position it in the x0,y0 point I engraved previously.
For this purpose I have a endoscopic USB camera attached to the CNC, bCNC has a nice solution for camera probing easy to configure and reliable.
I run all the drilling operations with different drill sizes and then a cutout program with a chipbreaker bit.
In this program I let some holding tabs in order to keep the pieces in place inside the big copper clad.
I clean all the dust in the board and give it a bit of alcohol with a paper towel, just enough to clean the exposed copper while not damaging the paint.
Then, with clean and dust free boards, we're going to etch them in our favorite etching solution.
I don't show pictures of this process as I' not happy with it at the moment, just a simple plastic container with etching solution and an aquarium pump
I'm toying with the idea of laser engraving silkscreen layer of the pcb on the top side, perfectly doable with my jig system with reasonable aligment results, I did some tests and it will work after adjusting laser power and speed.
This leads me to think in double sided boards, that's my next challenge.
That's all I have by the moment. For board protection I use pine resin based varnish which helps with soldering and stopping oxidation.
I'm looking for a reasonable way to put solder mask on the boards, if possible. I tried with those ebay UV curable soldermask paint few years ago and they're really messy and hard to deal with to get consistent and repeatable results. Maybe those film sheets work nicely, but seeing videos in youtube it seems to be tricky at least.
Looking in perspective, the time needed for learning and experimenting (almost 3 years, you know, life) maybe I'm crazy but damn, I can have a working prototype with a walk to the electronics shop and a morning in the shop.
Also, the learning process and the feeling when things come together pays every hour invested in this.
As I promised a few months ago I'm gonna share my pcb fabrication method, it evolves different processes and methods but seems to be a reliable way to get pcbs properly done.
I'm trying to show the steps, I'm not any kind of expert, but this method seems to work fine for me.
****DISCLAIMER*** PLEASE READ***
I'm just showing you how I do it, don't do this at home if you're not absolutely sure about what are you doing. Lasers can damage seriously your eyes, CNC routers can take one of your fingers in a fraction of a second, Acids evolved for pcb etching are bad for skin, lungs and eyes, FR4 dust coming from drilling and cutting pcb's is really bad, don't breathe it. Used acid with copper particles should be disposed accordingly to your local regulations, don't drink it.
I'm not advising to do the same as I do and won't take any responsibility if you damage yourself, or others while trying to replicate this
***END OF DISCLAIER, LET'S GO WITH SOME INTERESTING STUFF***
Jigs and other details about how to get the job done should be adapted to your needings and way to work.
First of all, I buy 130x180mm copper clads, no UV sensitive, just plain copper over a FR4 board.
Then I drill some 6mm holes in the boards, which will be used to hold the board during different steps.
I need these holes to be exactly in their position, so I do it in a CNC Router, five boards at a run. I built a simple jig with marks for the boards, and programmed a simple Gcode program to drill the holes with the same distance between them, nothing fancy, but as the boards doesn't have the same exact size, I found this is the most reliable way to get them done.
I just stick the boards using double sided face, as it's just drilling operation and no horizontal forces are evolved, it keeps the boards in place
After drilled, we're going to paint them black. Clean the boards with some alcohol and compressed air to get them free of dust and particles. Then I hang them in a corckboard with some nails, which are inserted in the holes, holding the pcb with the copper looking to the external side.
Get the cheapest black paint spray can and paint the board trying not so use so much paint but getting them with a consistent black cover, I use to do 2 light passes, with a pair of hours between them, you don't want or need to get a hard paint coat, we're going to remove it few steps later.
Never tried with different colors, but I thought matt black would absorb more light power than other colors
Once the paint is dry, I attach the board to their jig using 4x6mm pins, and mount the jig in my sightly modified 3020 CNC Machine.
This machine is running GRBL via a Rpi, with bCNC as gcode sender.
First of all, I run a laser program which draws the isolation lines between traces, as well as a x0,y0 point, which I'll use as a reference for drilling and cutting operations.
I'm using a 5,5W Laser diode module driven by the PWM signal coming from Pin 11 in Arduino, this way I can manage the laser power according to my needs via GCode.
My parameters are: Feedrate: 500mm/min, laser: Full power, 2 passes
Now, you should clearly see the exposed copper which will be removed afterwards.
After that I mount a 0.8mm bit in the milling head of the CNC and position it in the x0,y0 point I engraved previously.
For this purpose I have a endoscopic USB camera attached to the CNC, bCNC has a nice solution for camera probing easy to configure and reliable.
I run all the drilling operations with different drill sizes and then a cutout program with a chipbreaker bit.
In this program I let some holding tabs in order to keep the pieces in place inside the big copper clad.
I clean all the dust in the board and give it a bit of alcohol with a paper towel, just enough to clean the exposed copper while not damaging the paint.
Then, with clean and dust free boards, we're going to etch them in our favorite etching solution.
I don't show pictures of this process as I' not happy with it at the moment, just a simple plastic container with etching solution and an aquarium pump
I'm toying with the idea of laser engraving silkscreen layer of the pcb on the top side, perfectly doable with my jig system with reasonable aligment results, I did some tests and it will work after adjusting laser power and speed.
This leads me to think in double sided boards, that's my next challenge.
That's all I have by the moment. For board protection I use pine resin based varnish which helps with soldering and stopping oxidation.
I'm looking for a reasonable way to put solder mask on the boards, if possible. I tried with those ebay UV curable soldermask paint few years ago and they're really messy and hard to deal with to get consistent and repeatable results. Maybe those film sheets work nicely, but seeing videos in youtube it seems to be tricky at least.
Looking in perspective, the time needed for learning and experimenting (almost 3 years, you know, life) maybe I'm crazy but damn, I can have a working prototype with a walk to the electronics shop and a morning in the shop.
Also, the learning process and the feeling when things come together pays every hour invested in this.