In this week we worked on PCB fabrication and milling. First of all we learn about the machine used of drilling PCB we use the SRM 20 machine for PCB production. Also we learn about the machine that how it work and what are the safety precaution for the machine First of all we need to characterize the design rules for PCB and understand the process of PCB fabrication. We have taken bit characterization file from lecture site and processed it. SRM 20 work on rml file. Mods is used to process the PNG file and produce the required rml file for SRM 20.
Before moving toward the Pcb Designing we first download the png of test pin
we also download the interior for the test pin
Click on "Select PNG file" and browse to png. Select and open it. Select the outline/trace. 1/32 for outline and 1/64 for the trace. Then click Calculate. Rml File will be automatically saved in your PC.
Set the start point manually. Save the X, Y and Z points. Click the cut and browse the rml file which we calculated using
mods and then click "output".
Note: Always cut the trace first with 1/64 bit.
After trace, change the tool and place the 1/32 bit. Adjust the Z axis again and click "cut".
Take it out and clean it.
In this week we need to make the pcb of ISP, program and to test it. So I took Neil's circuit of AT tinny 44 from here. I took png file of trace and outlined and processed it using MODS to get the rml file. Gathered the components used it this circuit and soldered it. I tested circuit with multi-meter. Finally I programmed it using Linux operating system.
Use same process for outline. Select 1/32 bit size.
Set the X, Y and Z position of the machine where you want to start the cut.we need to be more attentive while selecting the axis specially the z axis wrong selection can lead to demage . Then import the rml file generated through mods. First take the traces file and mill. After trace is complete, change the bit to 1/32 bit. Set the Z axis and then mill.
Best practice is to write all the components with values and put double sided tape on side of paper. Paste the component against each name and also put board there.
Open image and circuit board on PC and start soldering. My instructor told mye that Best practice is to solder the IC first then small components from center to outside direction.
Before the start of programming, check all the connection using Multi-meter. Make sure that there is no any short circuit. Following are steps:
Follow this tutorial and Install necessary Softwares, downloaded the firmware and edit the make file
For coding I connect my isp with my instructor isp and computer
After that Run the command "NANO MAKEILe","MAke Clean" ,"MAke Hex","Make Fuse " and "MAke Program"