Sunday 7 January 2018

pcb fabrication - Home made PCB etching problem


I just tried to make my first PCB at home, but it did not work. I don't know what went wrong, so I'd appreciate some advice.


I was using the photoresist method, so I printed my circuit on a transparency using a laser printer and made this template:



enter image description here


Next I exposed my presensitized PCB and developed it to get the following photoresist mask:


enter image description here


The mask looks quite functional at this point. All traces are well defined.


Next, I submerged the PCB in Ferric Chloride to remove the unmasked copper. This is where things went wrong. The copper between the traces on the top side of the PCB just wouldn't come off. I ended up over-etching the board, as can be seen from the fact that the photoresist mask started to break down, yet the unmasked copper between the traces at the top still wouldn't come off! Here are the pictures:


enter image description here


And after removing the photoresist mask:


enter image description here


It seems that something was different with the top of the board, but what? Was it a defective board? Did I do something wrong? I'd really appreciate some advice before I try again.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...