Difference between revisions of "Professional development/Design thinking/Detailed designs"

From CEED Wiki
Jump to navigation Jump to search
m
Line 10: Line 10:
 
#General dimensions are also important to be able to think about how much material needs to be bought and if items are readily available in that size.
 
#General dimensions are also important to be able to think about how much material needs to be bought and if items are readily available in that size.
  
A detailed design can also be a hand sketch, like the concept drawing, but it can also be a CAD representation.
+
A detailed design can also be a hand sketch, like the concept drawing, but it can also be done using a CAD design software, like Onshape.
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
Line 30: Line 30:
 
|}
 
|}
  
 +
==Electrical==
 +
Similar to mechanical, an electrical project a concept drawing might be a rough hand sketch to get general ideas across but it typically does not have much detail. A detailed design should include:
  
table with pics of concept, detailed drawn, detailed cad
+
#All individual parts in the design with thought into how exactly they will interact together (what voltage is needed to power each part, what voltage does the data run on, what life does a battery need to have, etc).
 +
#Assembly of all parts and thought into how exactly they will be put together (use of protoboard, use of headers, etc) and how (directly soldered together, use of connectors, etc).
 +
#General dimensions are also important to be able to think about how much space is needed for the items and how much wire would be needed for example.
  
==Electrical==
+
A detailed design can also be a hand sketch, like the concept drawing, but it can also be done using a design software, like tinkercad.
x
 
  
Electrical: drawing or tinkercad circuit with all components in a circuit that is planned out, including power supply, estimate length of wires
+
<br />
  
 
==Software==
 
==Software==
x
+
wireframe or storyboard of UI elements, flowchart for backend functionality, including links between different functions and features
 
 
Software: wireframe or storyboard of UI elements, flowchart for backend functionality, including links between different functions and features
 
  
 
==References list==
 
==References list==
 
<references />
 
<references />

Revision as of 22:40, 21 December 2021

A detailed design is something that should be created in between a concept drawing and the start of prototyping. The purpose is to have a concrete plan of what the prototype will look like and what components might be needed. This is not to say that it cannot change as progress continues in the project, it should be updated as you learn from testing various prototypes. The goal is also to start quantifying different parts of the project and thinking about how each part will be built or where it will come from. A good design does not need to be made from scratch, you do not want to reinvent the wheel so use existing pieces where they exist.

A detailed design will not look the same depending on the type of project you are working on, below are some examples.

Mechanical

For a mechanical project a concept drawing might be a rough hand sketch to get general ideas across but it typically does not have much detail. A detailed design should include:

  1. All individual parts in the design with thought into how exactly they will be manufactured (laser cut, 3D print, machined, etc) in which material (plastic, wood, metal) or what items will be bought.
  2. Assembly of all parts and thought into how exactly they will be put together (permanent, temporary, etc) and how (fasteners, adhesives, etc).
  3. General dimensions are also important to be able to think about how much material needs to be bought and if items are readily available in that size.

A detailed design can also be a hand sketch, like the concept drawing, but it can also be done using a CAD design software, like Onshape.

Project Concept drawing Detailed design
Camera attachment[1]
Concept drawing of a camera attachment
Concept drawing of a camera attachment
Detailed assembly drawing of a camera attachment
Detailed assembly drawing of a camera attachment
Detailed part drawing of a camera attachment
Detailed part drawing of a camera attachment
Detailed part drawing of a camera attachment
Detailed part drawing of a camera attachment
Camera attachment[2]
Concept drawing of a camera attachment
Concept drawing of a camera attachment
Detailed assembly CAD of a camera attachment
Detailed assembly CAD of a camera attachment
Detailed part drawing of a camera attachment
Detailed part drawing of a camera attachment
Detailed part drawing of a camera attachment
Detailed part drawing of a camera attachment

Electrical

Similar to mechanical, an electrical project a concept drawing might be a rough hand sketch to get general ideas across but it typically does not have much detail. A detailed design should include:

  1. All individual parts in the design with thought into how exactly they will interact together (what voltage is needed to power each part, what voltage does the data run on, what life does a battery need to have, etc).
  2. Assembly of all parts and thought into how exactly they will be put together (use of protoboard, use of headers, etc) and how (directly soldered together, use of connectors, etc).
  3. General dimensions are also important to be able to think about how much space is needed for the items and how much wire would be needed for example.

A detailed design can also be a hand sketch, like the concept drawing, but it can also be done using a design software, like tinkercad.


Software

wireframe or storyboard of UI elements, flowchart for backend functionality, including links between different functions and features

References list