~~NOTOC~~ ===== Electronic Design Process ===== The process of creating an electronic product typically includes the following steps[(Inspired by http://www.engineersimplicity.com)] * Problem * [[.inspiration:start]] * [[electronics:design:concept]] * [[electronics:design:start]] * [[electronics:design:verification]] * [[electronics:design:prototyping:start]] * Refine * [[electronics:design:production]] * [[electronics:design:test:start]] * [[electronics:Maintenance]] * [[Profit]] * [[End of life]] digraph designflow { ranksep=.35 node [shape=box, style="rounded", target="_graphviz", fontname="helvetica", fontsize=11] n1 [label="Problem"] n2 [label=<Idea>, URL="./electronics:inspiration:start"] n3 [label=<Concept>, URL="./electronics:design:concept"] n4 [label=<Design>, URL="./electronics:design:start"] n5 [label=<Verification>, URL="./electronics:design:verification"] n6 [label=<Prototyping>, URL="./electronics:design:prototyping:start"] n7 [label="Refine"] n8 [label=<Production>, URL="./electronics:design:production"] n9 [label=<Test>, URL="./electronics:design:test:start"] n10 [label=<Maintenance>, URL="./electronics:maintenance"] n11 [label=<Profit>, URL="./electronics:profit"] n12 [label="End of Life"] { rank=same; n1, n4, n7, n10 } n1 -> n2 -> n3 [weight=2] n4 -> n5 -> n6 [weight=2] n7 -> n8 -> n9 [weight=2] n10 -> n11 -> n12 [weight=2] n3:e -> n4:w n6:e -> n7:w n9:e -> n10:w } * www.airborn.com.au/method -- Overview of the electronic design process * http://www.industrologic.com/gtepdad.htm * https://www.elektronikentwickler-aachen.de/designflow/ * [[http://www.engineersimplicity.com/|The Art of Engineering - Create better products]] * {{https://go.jamasoftware.com/rs/078-EIF-407/images/iso-26262-and-automotive-electronics-development.pdf|ISO 26262 and Automotive Electronics Development}} ~~REFNOTES~~ ====== Electrical and Electronic Engineering ====== * [[http://www.youtube.com/watch?v=g7b5YZENvjY|Let's Design a Product]] -- EEVblog #72 * [[DIY Projects]] ===== Support Processes ===== * [[electronics:design:eda:project_management]] * :TODO: Configuration Management * [[electronics:design:revision_management]] * :TODO: Change Management * :TODO: Quality * :TODO: Functional Safety * :TODO: Security * [[electronics:engineering:management|Design Management]] * [[electronics:design:licensing|License, Copyright and Patent Issues]]