Main

Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12 Week 13 Week 14 Week 15 Week 16 Week 17 Week 18 Week 19

Glossary

Inventory

Mindmap

WEEK 06 : ELECTRONICS DESIGN

Eagle

Eagle has been the program of choice for this week. I found that it was quite intuitive to use once the basics were understood. The two tutorials by Jeremy Blum.com listed below were the best way to get started. Howerver there were inevitably some extra installations to do. The component libraries for the parts that we needed had to be downloaded and installed into the program.These had already been compiled as part of the course materials: Eagle Libraries Download

Eagle Tutorial 1 : Schematic Design
Eagle Tutorial 2 : PCB Board Layout

Schematic Design

The academy class was to redraw and reconstruct the echo.hello-world board and to add both an LED and a Switch. I had been asked to include a sensor into the circuit also and that was to be a Thermistor to detect temperature for the joint Beehive project. The first task was then to select the correct components from the bill provided in part by the library and to begin to link them into the schematic.

Bill of components

The component that I have used for this are listed in the diagramatic to the left but are also available through the Design Link tool. I found this very helpful and a clear way to develop the parts list of the project. The Design Link and bill of components helped me greatly. In this way Eagle facilitates and synthesises real world components and CAD software. Once on the board the task of connecting the components was made easy by using the virtual tags method. Where multiples of connection points such as Ground (-) and VCC (+) are linked by simpling tagging a word. Once the Schematic and Bill of components was complete it was time to move onto the board layout.

Board Layout and Ratsnest

A new board layout is generated and saved to the project folder by clicking Generate/Switch to board button on the top left of the Eagle screen. Anything in the refference pictures that has a black background comes from the Board view. We have been asked to use a single side PCB board for this project. This means that we can only use one layer to generate the Traces, otherwise we could have drilled holes or 'Ground Pour through the board and connected Via's to another side of copper PCB.This would have made it easier to avoid crossed wires, but harder to use the milling maching and to align both sides later. The 'Ratsnest' tool can be used to generate the shortest and most efficient paths between components before generating the final position and layout.

Auto / Manual Routing Vias

After creating the layout for the components the 'Autorouter' tool made arranging the Vias between components easy. The tool generates an automatic layout for these traces and can be refined by changing the grid from 50 to 30 points. Some final arrangement could be done using manually routing tool. Finally it is possible to use the 'Smash' or Info commands to resize and place the names of components onto the board. the boarder can also be moved to fit the trace layout snuggly.

DRC = Design Rule Checking and Export

As a final step it was usefull to use the DRC check to make sure that all Traces will work. This may produce many results. Many of these will be where the Litho print layer is superimposed over the traces. (This is not a big problem). Another rule is that there must be a sufficient gap between the last trace via and the boarder edge of the design. (This is a proplem).

Repeat Production Process : WEEK 4

This process follows exactly what we have produced before. However there are some further notes and lessons learned:

  • The PCB Must be placed at a completly flat on the machine base, otherwise the cutting bit may miss the board. This can be solved by dropping the bit and redoing the trace again in a second pass.
  • Make sure that the traces are not too small. a milling bit of 0.4 mm is ok.
  • 1/64 milling bit and a offset 4 is sufficient for most jobs.
  • I set my traces to be autorouted on a 30 point grid in the beginning. This proved to be too fine but worked ok with a new bit.
  • Set the line width to be a larger width than 0.12 mm.
  • Key Terminology:

    Eagle, LED

    , Ground (-), VCC (+), Switch, Thermistor

    KEY RESOURCES:

    The Art of Electronics Week 6 Class Lecture : Electronics Production
    Week 6 Class Homework Review : Pt. 1
    Week 6 Class Homework Review : Pt. 2
    Week 6 Blog Post : Echo Hello World