You are on page 1of 5

Appendix 4.5.

3
Special considerations for the development of electrical device prototypes

An increasing number of medical devices involve com- various levels of the prototyping and development pro-
ponents that require electronics and signal processing, cess.) For the ECG example, a block diagram may look
which generally is related to the discipline of electrical like the one shown in Figure 4.5.9.
engineering. Examples of devices that utilize electronics By creating this block diagram, the innovator can
include pacemakers, oxygen saturation sensors, fiber- understand the various electrical functions and use
optic endoscopes, and blood analysis machines. While them to create more specific design requirements. For
much of the discussion that follows may be difficult for instance, the innovator may define requirements such
anyone not trained as an electrical engineer to appre- as: (1) the need to fi lter or amplify the sensed signal;
ciate, the goal is to highlight that concepts requiring (2) a need to convert the signal to a digital form; (3)
expertise in electrical engineering can be approached the need to include a microprocessor to perform a logic
in much the same way as any other concept. Whether or decision step about the incoming signal; or (4) the
or not innovators personally have electrical engineer- type of output that is required. Additionally, how the
ing experience, they should understand what needs to sequence of blocks is laid out can be important to cre-
be done in the prototyping phase and whom to recruit ating a good design. While there are generally accepted
to assist with this work. conventions for the elements and sequence of the com-
If a concept being considered by an innovator has ponents of a block diagram, engineers may produce
one or more functional blocks that involve electronics diagrams that vary in terms of the sequence and level
design, it is important to expand on the design require- of detail of the listed blocks.
ments to specify what the electronics components need Without knowledge of electrical engineering or a
to do within the context of the solution. For example, background in signal processing, it may be difficult
as part of a device to treat slow heart rhythms, there to come up with a simple block diagram. However,
may be a functional block focused on sensing the heart through some basic research, the innovator should
rate from the surface electrocardiogram (ECG) signal. be able to break the high-level functional blocks of
With this functional block in mind, the innovator can the concept (e.g., sensor to determine heart rate) into
create an electronics block diagram that outlines the the high-level electrical components of an electronics
high-level input/output relationships and flow of infor- block diagram (e.g., amplifier, analog-to-digital con-
mation within this functional block. (Using the term verter). Electronics design textbooks and published
“block diagram” – a standard convention in electrical patents (particularly expired ones) can be of some help
engineering – to describe the components that make up in constructing a new block diagram or modifying an
a “functional block of the concept” may be confusing, existing one. These resources contain many useful and
but it emphasizes how the overall approach is similar at commonly used examples of electronics designs that

Input: Analog-to-
Micro- Output:
surface Sensors Filters Amplifiers digital
processor heart rate
ECG converter

FIGURE 4.5.9
An example of an electrical engineering block diagram (courtesy of Kityee Au-Yeung).

363
Stage 4 Concept Selection

can be leveraged across various solution concepts with


minor fine-tuning.
Once a block diagram has been created or modified
for the solution concept, an innovator should determine
how to prototype each component of the diagram. For
the blocks that do not perform logic steps (e.g., making
decisions), the function can be simulated using soft-
ware programs or by building a hardware version. For
the hardware version, a drawing of a circuit diagram
showing the required hardware should be made fi rst.
At a basic level, a circuit is the design implementation
of a block diagram. For example, in the block diagram
shown in Figure 4.5.9, for the amplifier block, a poten-
tial circuit diagram showing components such as resis-
tors (R) could be drawn as shown in Figure 4.5.10.
Again, without knowledge of electrical engineering,
it would be challenging for an innovator to create this
kind of output alone. However, many of these blocks
are commonly used, so a survey of an electronics
design textbook could make it easier to fi nd or develop
a diagram such as this. The help of an electrical engin-
eer will also be invaluable. Using these resources, the
innovator could then obtain the various components FIGURE 4.5.11
outlined in the circuit diagram (e.g., purchase various An example of an electrical engineering breadboard (reprinted
with permission of iRhythm Technologies, Inc.).
resistors, capacitors, etc. and a breadboard – a reusable
solderless device usually used to build a temporary
prototype of an electronic circuit and/or experiment Another, potentially simpler approach to simulating
with circuit designs)14 and build this circuit. A general the function of the block is to use a program such as
example of a breadboard and its components would Simulink. Simulink is a MatLab (engineering software
look like that shown in Figure 4.5.11. suite) add-on that can be used in prototyping to simu-
late signal processing algorithms during the design
phase. Simulink is useful for determining and fine-
R4 R6 tuning design parameters. For example, an innovator
Vin 1 +

can simulate the performance of a fi lter in Simulink,
R1
and by changing the variables in the equation repre-
senting the filter, s/he can effectively determine what
resistor/capacitor value should be used. Simulink should
R2 –
+ Vout be considered because it allows for rapid prototyping –
and without the need for hardware components, it is
R3
R7
possible to exactly determine what the output of the
R5
– design block will be (which serves as the input for the
Vin 2 +
next block). Once the simulation is fi nalized, it can
then be built using the identified hardware, but this
FIGURE 4.5.10
An example of an electrical engineering circuit diagram can be delayed until all the steps requiring simulation
(courtesy of Kityee Au-Yeung). have been completed.

364
4.5 Prototyping

While not all designs involve a logic operation, if simulations and software code, it is generally more
there is a step requiring this type of operation, then effective to put everything together in a hardware set-
a microprocessor is usually needed. In the example ting, since issues that cannot be simulated may arise
shown above, a microprocessor is used to take the when everything has to work together in a hardware
digitized data from the analog-to-digital converter environment. Further, it is often more efficient to start
and determine what the heart rate is. To develop the the design process in a simulated environment to test,
hardware that can perform this type of operation, an refine, and prove all the functional blocks, and to cre-
innovator fi rst needs to pick a development environ- ate the hardware equivalent later. The innovator can
ment – typically a software environment in which also set up certain hardware elements to create a spe-
code can be written to perform the desired logic and cific simple output (e.g., turning on an LED) if needed,
the associated hardware chip onto which this software but in many cases, a more robust output environment
code is programmed. This results in a chip that can is required.
then be incorporated onto a breadboard with the other Finally, with a breadboard in hand, the innovator can
components to create the entire circuit represented by gather the required input and display the desired output.
the block diagram. Examples of development environ- For the input, there are usually straightforward ways to
ments include digital signal processing (DSP), applica- sample the signal that can be directly fed into the bread-
tion specific integrated circuits (ASIC), programmable board. In the ECG example, electrodes could be attached
interface controller (PIC), or field-programmable gate directly to a person and the signal could be fed into the
array (FPGA). An innovator would choose a particular breadboard itself. For other concepts in which the sensor
environment based on his/her familiarity with it, as or input signal itself is novel, this may be its own func-
well its specific pros and cons. For example, some are tional block, but the idea here is that it is usually feasible
more costly, others are good for more complex tasks, to directly input a signal into the breadboard. By con-
and still others have built-in functions that do not need necting a computer to the breadboard via an adapter, a
to be programmed (i.e., they are already programmed). program such as LabView can be used to create an inter-
In general, the choice of a development environment is face for displaying the output from the circuit. In the
made based on the desired functionality. ECG example, it would be used to display the heart rate
Once all the pieces representing the components determined by the microprocessor. The system might
outlined in the block diagram have been simulated or look something like that shown in Figure 4.5.12.
created, they can be assembled on a breadboard. This In general, it is important to create a working bread-
breadboard may contain some of the blocks already board early in the process so that the innovator can
prototyped as described above, or may be populated observe the solution’s interface with the biological sig-
with all the simulated circuits and programmed chips nal. As a rule of thumb, when combining predictable
at once. While it could be theoretically possible to try systems, such as circuits and sensors, with dynamic
to test everything together using a combination of systems, such as human physiology, problems may

FIGURE 4.5.12
An example of how these steps
come together (courtesy of Kityee
Collect Data Au-Yeung).
ECG from acquisition Heart rate
a subject interface 60 bpm

Graphical user interface

365
Stage 4 Concept Selection

arise that can only be identified by observing their testing an electronics solution in a biological setting
interaction in a working prototype. early in the process cannot be emphasized enough in
When fi rst getting started with prototyping the elec- order to ensure that the final electronics design meets
tronics components of a concept, it makes sense to use all the needs criteria and critical design requirements.
as many existing, off-the-shelf components and solu- The effort to create a custom solution or an integrated
tions as possible in order to minimize the development circuit can be expensive and time-consuming, so it is
time required to get to the stage of testing with animals crucial to verify at an early stage of development that
or humans. As with all prototyping, the importance of the effort will be worthwhile.

Notes 8. From “Isometric Projection,” Wikipedia.org,


1. The French catheter scale is used to measure the outside http://en.wikipedia.org/wiki/Isometric_projection
diameter of a cylindrical medical instrument. 1 French (January 29, 2008) and “Isometric Illustrations,” TekIt,
(Fr) is equivalent to approximately 0.33 mm. http://www.foothillsgraphics.com/iso.htm (January 29,
2. From Vadim Kotelnikov, “Prototyping,” 1000ventures. 2008).
com, http://www.1000ventures.com/business_guide/ 9. “Layout Drawing,” Answers.com, http://www.answers.
new_product_devt_prototyping.html (February 11, com/topic/layout-drawing?cat=technology (January 29,
2007). Reprinted with permission from Tom Kelley. 2008).
3. Bill Adams, “Bench vs. System Testing: The Pros and 10. Ernesto E. Blanco, David Gordon Wilson,
Cons,” Overclockers.com, October 16, 2002, http://www. Sherondalyn Johnson, and LaTaunynia Flemings,
overclockers.com/articles638/ (February 26, 2008). “Cross-Sectional Views,” Design Handbook: Engineering
4. The heart’s mitral valve lies between the left atrium and Drawing and Sketching, http://pergatory.mit.edu/2.007/
the left ventricle. Resources/drawings/index.html#xsection (January 29,
5. Brian Griffi n and Emil Hayek, “Mitral Valve 2008).
Regurgitation,” Cleveland Clinic, http://www. 11. Ibid.
clevelandclinicmeded.com/medicalpubs/ 12. “Computer-Aided Design,” Wikipedia.org, http://
diseasemanagement/cardiology/mitralvalve/ en.wikipedia.org/wiki/Computer-aided_design
mitralvalve.htm (February 28, 2008). (February 22, 2007).
6. “About Evalve, Inc.” http://www.evalveinc.com/pages/ 13. “Materials Science,” Wikipedia.org,
about_overview.html (February 25, 2008). http://en.wikipedia.org/wiki/Materials_engineering
7. All quotations are from interviews conducted by (February 14, 2008).
the authors, unless otherwise cited. Reprinted with 14. “Breadboard,” Wikipedia.org, http://en.wikipedia.org/
permission. wiki/Breadboard (March 10, 2008).

366

You might also like