Ariel Ekblaw - HTMAA Portfolio

Electronics design

This week, we design a new circuit (based on the hello 44 starter board), mill to our spec, stuff the board and test it in preparation for programming. While the principles of electronic design dictate most of the board layout, there are certain opportunities for creativity and optimization (location of the components and the subsequent puzzle of designing traces to and around them, curvature of the traces and the aesthetics of the traces around the board, your choice of optional additional components to work with, etc). I chose Eagle for the circuit design software, and have included some getting started tips below.

First, it's best to get acquainted with the software through a tutorial. I've linked to my two favorites... the Sparkfun tutorial for Eagle if you prefer step by step screenshots, or this Youtube tutorial for Eagle if you prefer a visual tour of the interface with narrated steps. Our final steps (notably the file exporting for the modela) are not covered in these, but I address the remaining steps, below.

EagleCad tips-- Schematic:

Working off these tips and the two tutorials, you can see my schematic below.

EagleCad tips-- Board Layout:

Working off these tips and the two tutorials, you can see my board below. I did not display the values of the resistors and capacitors, those these values can be set in the schematic and displayed here if desired.

Now for exporting...You want to export your board layer, and just the "top" layer (which can be selected in the layer view settings), as an image. You can select this menu from the file menu, set the DPI (500-600 is recommended), select monochrome (black and white), name and export. The first image below is my exported png. The second is an inverted verions (done in photoshop), to fix the logic of the colors. The Modela mill expects to cut away the black and leave the white. Had I tried to submit my first, white background png, I would have been left with empty spaces where the traces should be.

You'll also want to export the "dimension" board outline, separately from the "top" layer. I drew this dimension outline with the "wire" tool and set a thickness according to the 1/32 end mill (~.031 in the software). You can set the thickness of the wire in the bar menu once the tool is selected. I then picked only the dimension layer and repeated the export settings from above. It is important to stay consistent with the DPI exporting resolution you choose.

Now, for the first attempt at Milling. Following the same steps from week 2, I programmed the Modela to mill my "Space the Final Frontier" board. While I had checked that the trace width was appropriate, my spacing between traces under the ATTiny44 chip was insufficient. As you can see in the picture below, the mill did not cut a path separating a trace from all the pins on one side of the chip...effectively shorting all these connections. I went back to Eagle and reconfigured the trace paths under the IC to have more space between trace and the IC pads. The redesign worked.

First milling attempt:

Redesigned board traces, with extra space between the under-the-chip traces. This time, I didn't bother doing an extra photoshop to invert the image, as I discovered that the fab modules software that we use to submit jobs to the Modela could invert the PNG.

With my corrected board now properly milled, I proceeded to the soldering steps. As in week 2, it's important to wash your board gently before beginning to solder (to remove skin oils that make the solder less willing to bond to the copper pads). The milling of the board was a little rough this time (there were raggedy edges to some pads), so I made a note to add extra solder along certain roughened copper areas, where the connection might be damaged.

Below, you can see that I selected the components and laid them out on the board prior to soldering:

And finally, the completed, soldered board. Ready for programming in a subsequent week!

a