Design & Technology
Design in electronics
A well-designed and manufactured product starts with good planning and documentation including a design brief [design brief: a set of instructions given to a designer by a client. ] and specification [specification: a statement that tells the designer exactly what the product has to do and what the design requirements are. ]. Circuits are first modelled using a prototype board, before being assembled into a PCB [PCB: Printed Circuit Board ].
Evaluation and testing needs to be built in at critical control points [critical control points: the predefined points in a manufacture system where quality control checks take place. ] such as initial design, breadboard and PCB phases, and at the manufacturing stage. And you need to be familiar with the ways that CAD[an error occurred while processing this directive] is used in the electronics design process.
A design procedure is a series of steps which guide you through any electronic design-and-make process. Sticking to the procedure will help deliver a first-class product.
Once you have defined the purpose of your project, there are two important documents you need to write. These are:
The specification for an electronic product should include electronic factors such as component details, maximum working voltages, maximum currents, and temperature or frequency ranges.
The factors which make a product efficient, safe and comfortable to use are called ergonomics. Considerations of style - the things which make a product look and feel good - are called aesthetics. You need to consider both ergonomic and aesthetic factors when planning your designs.
When designing circuits, for example, ensure that switches and other control components are placed so that they can be easily reached, and that output components such as LEDs can be easily seen.
A product's style is a more subjective matter, as different people may have different ideas of what looks good. Think about contemporary style, about what is currently fashionable, when designing your product. You may not want to follow the fashion - but you still need to know what it is!
Circuits can be modelled to make sure they work the way you want them to. Circuit modelling can be done either using a computer modelling application, or on a prototype board - also called a breadboard or veroboard - a board covered with small sockets into which components can be plugged and connected up.
The graphic shows a breadboard with holes connected in two long rows at the top and bottom, and columns of five linked holes elsewhere. Electronic components and wires can be simply plugged into the board in order to make any required circuit connections. The top and bottom rows act as power supply channels for the circuit.

breadboard, showing pattern of holes and connections for prototyping circuits
A breadboard prototype for a 555 monostable timer circuit might look like this:

breadboard showing a 555 timer circuit layout
Once it has been established that the circuit functions as intended, the next step is usually to make a printed circuit board.

PCB showing copper connections running beneath the board
The first step is to draw the circuit on to a mask. This is a kind of filter which protects the 'positive' parts of the diagram (the connections between components) and exposes the 'negative' parts (all the rest). The mask is then placed on the board which has a thin coating of copper, and the circuit diagram transferred onto the board using an etch-resist pen. (An alternative technique uses a photosensitive board which is covered by the mask and then exposed to light.) The circuit is then etched onto the board using iron (III) chloride in an etching tank; this removes all the unwanted copper, leaving the req uired tracks and pads in place on the board. NB - this should only be done under a teacher's supervision.
Next, a small PCB drill is used to drill out the center of the pads. Finally the components are pushed through the board and soldered in place.
The graphic below shows a mask [mask: a filter or partial covering which protects some parts of a plate, while allowing the remaining parts to be exposed to acid or light. ] for a 555 monostable timer circuit, ready for transferring to a board. Note that masks are normally shown from the component side - that is, as though the board was transparent and viewed from the side from which the components are pushed through.

PCB mask of 555 timer circuit
With the components installed, the board would look like this:

PCB with 555 timer circuit components
In electronics the main method of joining circuits is soldering. Electrical solder is made from an alloy of 65 percent tin and 35 percent lead. It also has a flux running through its core. The flux is needed to ensure that the solder makes a good joint between the components and the tracks and wires on the PCB.
Evaluation and testing is about making sure that the product stays on track with the design specification [specification: a statement that tells the designer exactly what the product has to do and what the design requirements are. ]. You should plan to evaluate and test your project at a number of key stages of design and manufacture. These stages are referred to as critical control points.
The critical control points for evaluation and testing an electronic product are:
Make a note of each stage in your design process. If possible, illustrate your notes with digital photographs and/or graphics. Here are some of the things you should include in your notes:
There are many advantages to using computers in electronics design. They speed up the design process, enabling changes to be made very quickly. They enable circuits and products to be modelled before manufacture. And they make it easy and cheap to store and edit design specifications, and then download them onto machines for manufacturing.
Computer software specially written to facilitate product design is called CAD[an error occurred while processing this directive] software.

555 timer circuit diagram produced using CAD software
Several different CAD packages can be used to build up and test circuits on screen, so that you can try out a circuit before making it, or design a PCB [PCB: Printed Circuit Board ] or vero-board. Crocodile Clips, Livewire, and PCB Wizard are three common circuit-modelling packages.
Designers also use CAD to make accurate 2D and 3D drawings of circuits and products, and for solid modelling [solid modelling: use of digital drawings based on geometric shapes, used for solid objects such as car components. ] to show how products will look when finished. Different colours and textures can be added to the model and the product can be rotated to show different views.
Computers are often used to design electronic logic gates for PIC circuits [PIC circuits: circuits controlled by a PIC (Programmable Interface Controller) - a device which can be programmed by a computer to control complex circuits ]. PIC programs are usually built up from a computerised flow chart [flow chart: a graphic outline of the sequence of operations needed to complete a task ], and then be burnt or downloaded onto a PIC chip.
Now try a Test Bite