Electric Grammars. Algorithmic Design and Construction of Experimental Music Circuits

Total Page:16

File Type:pdf, Size:1020Kb

Electric Grammars. Algorithmic Design and Construction of Experimental Music Circuits Proceedings of the 14th Sound and Music Computing Conference, July 5-8, Espoo, Finland Electric grammars. Algorithmic design and construction of experimental music circuits Simone Pappalardo Andrea Valle Conservatorio Statale di Musica “O. Respighi” di Latina CIRMA-StudiUm - Universita` di Torino [email protected] [email protected] ABSTRACT final physical output (i.e. electronic components) is a dif- ficult task. On the other side, nowadays available tech- The paper discusses a generative approach to the design nologies seem promising in favoring such an approach, as of experimental electronic circuits for musical application. a panoply of Electronic Design Automation (EDA) soft- The model takes into account rewriting rules inspired by L- ware solutions are available, that can be directly linked to systems constrained by domain-specific features depend- automatic circuit printing. In the following, we discuss a ing on electronic components, and generates families of generative methodology for audio circuit design, propose circuits. An integrated production pipeline is introduced, an application, and describe an integrated pipeline solution that ranges from algorithmic design to simulation up to from circuit modeling to PCB printing. hardware printing. 2. ALGORITHMIC DESIGN FOR AUDIO 1. INTRODUCTION CIRCUIT A generative approach has been intensely pursued in the Generative approaches to art and creativity are typically digital domain, i.e. where a certain generative system has intended as ways to yield complex structures by defining an established connection between software and final out- compact formal procedures. A plethora of models and put. Computer music has worked extensively on algorith- techniques has been defined in the last decades, includ- mic composition techniques that have been applied since ing, among the others, formal grammars, fractals, cellular its inception both to event organization and audio gener- automata [5]. As such approaches are formal, they have ation [1]. On the other side, physical computing [2] has been applied/mapped to various aesthetic domains, includ- successfully tried in recent years to fill the gap between ing e.g. visual art and music composition. The rationale computation and the physical world, by linking algorith- at their base is to shift the focus from the final work to the mic design to a heterogeneous set of production systems, meta-level, that of a system capable of generating various e.g. in the extensive applications of 3D printing. Concern- “legal”, “well-formed” outputs. In turn, outputs may be ing electronics, and in particular electronic circuit design, evaluated, e.g. filtered in terms of acceptance/refusal in re- it can be observed that the latter is a complex task, as it lation to some (un)desired features, and the evaluation may involves accurate selection of components in relation to a be used to tune the system by means of a feedback loop. In specific desired output. Thus, algorithmic techniques are short, algorithmic techniques like the aforementioned ones used on the design side mostly for circuit optimization. As are mostly used to explore the output space of a system. an example, evolutionary algorithms have been used to de- In the domain of sound production, analog audio synthesis sign circuits: the rationale is that in some cases a certain –far from being a dead end– has survived to digital audio performance is expected and the algorithm is iteratively and it is at the moment flourishing among musicians, in run so to design a circuit to fit the targeted performance [3]. particular in hybrid systems that retain analog audio gen- In this sense, generation is constrained by an expected re- eration while assigning control to digital modules. In the sult rather than focusing on the exploration of new behav- field of electronic circuits for music applications, modular iors (see also [4] for AI techniques based on an evolution- systems that can be assembled in various ways are a stan- ary computation for circuit design). Moreover, hardware dard solution since the inception of analog electronic mu- layout for electronic components involves many critical sic, and recently various efforts have been made to create steps, depending on both component features (packaging) miniature, highly reconfigurable modular systems (e.g. lit- 1 and routing constraints (e.g. non overlapping of routes). tleBits ). However, as the assembly is left to the user, all Thus, a completely automated pipeline as required by a these systems are not suited for generative techniques. In truly generative approach, linking algorithmic models to this sense, the generative process should move to a lower hardware level. A generative approach to audio circuit de- sign has not been investigated, as far as we know, as typi- Copyright: c 2017 Simone Pappalardo et al. This is cal audio circuits implement well-defined schemes that are an open-access article distributed under the terms of the a priori constrained in relation to specific needs, e.g. noise Creative Commons Attribution 3.0 Unported License, which permits unre- reduction optimization or adherence to a certain already es- stricted use, distribution, and reproduction in any medium, provided the original author and source are credited. 1 http://littlebits.cc SMC2017-351 Proceedings of the 14th Sound and Music Computing Conference, July 5-8, Espoo, Finland tablished model, as in the case of guitar pedal effects. On the other side, many experimental music practices focus on the manipulation of analog audio circuits with a clear exploratory aim [6]. As an extreme example, the popular practice of circuit bending [7] even proposes a paradoxi- cal “anti-theory” as a knowledge background for a totally empirical approach to electronic hacking. Differently from the previous empirical approaches but sharing the same ex- ploratory perspective, we propose a generative approach to Figure 1. Diode clipping circuit. audio circuit design for experimental music. The main aim of our project is to produce families of circuits, sharing some basic features, that can be printed automatically, so that each board is unique while retaining a family resem- blance with the other from the same generative model. The design methodology is a three-step process: 1. Model retrieval: as a first step, an already estab- Figure 2. Diode clamping circuit. lished audio circuit is taken into account, so to start with a well-know and working example; is to link some independent object characterized by audio 2. Functional decomposition: the circuit is theoreti- input and output (methodology, step 2). Second, it should cally decomposed into functional units that can be provide a spectral enrichment (a music desideratum) with- thought as closed elements provided with inputs and out a final amplitude overload (an audio constraint related outputs. These units can include various electronic to generative procedure, as iteration results in stacking an component configurations. Granularity at the single undefined number of components). component level (e.g. diode) is too basic to provide In relation to step 1, it can be observed that diodes ap- an operative base for generation, as too many con- plications have been widely used in audio. in particular, straints would have to be taken into account. diode clipping (Figure 1) is often used in analog and audio 3. Rule-based re-organisation: functional units are con- circuits to create distortion effects or to protect a device’s sidered as symbols to be arranged in strings follow- input from possible current overloads: as a consequence, ing a specific formalization. various schematics implementing this technique are avail- able (e.g. [8]). Diodes used in analog effects for guitar While conceptually separated, the three steps are tightly in- generally clip when the input signal voltage reaches the tegrated, as there is a constant feedback loop among search- forward threshold voltage of the component. For our cir- ing for suitable audio circuits, investigating about their fit- cuit we decided to work with Schottky diodes so to have a ting into a modular approach, and assessing the robust- very low clipping threshold (typically 0:2 V against 0:7 V ness in scaling up component assembly via generative pro- of a silicon type). cedure. In the following, we will discuss the previous In classical analog distortion guitar effects, the amplitude methodology in relation to a case study. of the input signal is limited in either directions by a fixed amount. Indeed, in these devices, the reference threshold voltage for diodes is the circuit ground, so that the input 3. MODEL RETRIEVAL AND FUNCTIONAL signal clips at the small forward voltage of the forward bi- DECOMPOSITION IN A TEST CASE ased diode. In practical applications, the threshold voltage In this section we discuss audio analog electronics, that is, of the diode, and thus therefore the signal clipping point, in reference to the previous process, both models (1) and can be set to any desired value by increasing or decreas- decomposition (2). We will discuss a specific test case to ing the reference voltage [9]. It is therefore theoretically show various emerging issues, but the former is meant as possible to modulate the clipping threshold of a wave by an example of the previously introduced, general method- setting an audio-controlled variable threshold as the for- ology. As already said, while it might be desirable to un- ward biasing of the diode. In our case, the threshold of the couple electronic circuit design from generative modeling, diode is controlled by a clamping circuit [10] (Figure 2). In there is a feedback loop between the domain to be genera- order both to isolate the effects of two circuits (clamping tively modeled (electronic circuits) and the modeling sys- and clipping) and to control impedances to implement a tem (see later). In general terms, our basic design choice simulation of an audio-modulated diode with Spice3 [11], was targeted to define an expansion procedure of a certain we improved the theoretical schematics in Figures 1 and basic circuit.
Recommended publications
  • Senior Design I Report
    © © hand and use every day. As the technology advances, we come up with new ways to make our lives safer and easier. Robotic systems are one of the very needs. One of the applications of these system deals with automatic detection of specific objects of interest. Object detection is mainly used for safety systems and military operations. In this project, our goal is to design an autonomous vehicle that is armed with a high-power laser gun. The robot is designed to detect balloons of specific color and eliminate them using a laser beam. This system is considered a prototype of a larger scale detection system that can be employed in a battle field. The possibility of elimination of human soldiers can save many lives, and it can also improve the performance of military operations in the field. In the design and implementation of our robotic system, we paid careful attention to three main components that make the robotic system function properly. In the image processing portion of the design, we have implemented a color-based detection algorithm that detects the colors that are very distinct and solid. We made sure that the color object detected is in fact a balloon by performing a validation test based on areas. Using the results of the image processing and the inputs from the distance measuring and obstacle avoidance sensors, the vehicle automatically approaches the target of interest. Our robotic system is very robust to changes in illumination of the environment to some extent, and the control unit of the robot is solely based on software that is interactive with the sensors outside of the robot.
    [Show full text]
  • Easyeda-Manual-005
    Manuel EasyEda 005 le 18/10/17 Par Yannick SIRJEAN http://www.hardhackers.com 1 Visualisation de cette aide dans Adobe Reader Cette aide est pour le moment en mode "rough cut" (en cours d'écriture et bien sûr avec certaines erreurs -français ou autres-). Pour faciliter la visualisation et la navigation dans le plan de cette aide, je vous recommande d'activer la vue "signets" à gauche : 2 Introduction : A quoi sert ce logiciel ? Cet outil est un super logiciel en ligne avec de nombreux outils pour les ingénieurs en électronique mais aussi pour les professeurs, les étudiants, les "makers" et les autres personnes qui le soutiennent. Il s'agit d'un outil en ligne n'ayant pas besoin d'installation. Vous avez juste besoin d'un navigateur en ligne supportant le standard Html5 (Firefox, Chrome, Safari, Opera etc). L'éditeur du logiciel recommande Firefox ou Chrome. Personnellement, je recommande Firefox pour des raisons éthiques (il ne dépend à priori d'aucune société). Le but du Logiciel est de vous apporter des outils pour vous permettre de passer le plus rapidement possible de la conception électronique la production. EasyEda vous procure les outils et fonctionnalités suivantes : -Interface simple et puissante pour dessiner. -Édition en ligne quelque soit l'endroit où vous vous trouvez. Page 1 sur 16 -Travail d'équipe en collaboration. -Partage de fichiers en ligne. -Millier de projets en ligne et partagés. -Intégration de la réalisation du PCB et de l'achat des composants. -API (Application Programming Interface) fournie. -Langage de Script. -Aide à la réalisation évoluée des schémas : -Outil de simulation basée sur Ng-Spice.
    [Show full text]
  • Download Easyeda PDF Tutorial
    EasyEDA Tutorial 2020.06.14 v6.3.53 EasyEDA Editor:https://lceda.cn/editor EasyEDA Desktop Client:https://lceda.cn/download Remark This document will be updated as the new features of the editor are updated. The latest revison please refer at EasyEDA Tutorials.pdf Editor FAQ Please spend a few minutes reading this FAQ, it will save you lots of time getting started with EasyEDA. Video Tutorials https://www.youtube.com/channel/UCRoMhHNzl7tMW8pFsdJGUIA/videos Contact Us https://docs.easyeda.com/en/FAQ/Contact-Us/index.html Update Records Update Records Can I use EasyEDA in my company? You are free to use EasyEDA for individuals, business and education. If you add our Logo and link on your PCB/Video we will appreciate. I don't like others seeing my design. How can I stop that happening? Set your project as Private. For extra security you can even save your work locally. What happens if EasyEDA service is offline for some reason? EasyEDA can be run as an offline application. Is EasyEDA safe? There are no absolutely secure things in the world but even if you have the misfortune - as happened to one of our team - of losing one laptop and having two hard drives break, EasyEDA will try to protect your designs in following ways: 1. We utilize SSL throughout the entire domain EasyEDA.com. Secure Socket Layer (SSL) technology encrypts all data transferred between your computer and our servers. Your data is for your eyes only. 2. You can save your files locally. 3. Multiple copies of every file are saved in your local database.
    [Show full text]
  • Best Free Pcb Cad
    Best free pcb cad click here to download Now, before we get into the five best and free PCB design programs, it is to design schematics, you can do no wrong by going with TinyCAD. Do you need a free PCB design software or tool to put in practice the new electronic PCBWeb is a free CAD application for designing and manufacturing. Free PCB CAD Software. This is a comparison of printed circuit board design software. Our criteria for including a PCB CAD program are: There should be a. CircuitMaker is the best free PCB design software by Altium for Open Source Hardware Designers, Hackers, Makers, Students and Hobbyists.​Projects · ​Components · ​Blog · ​Hubs. 10 best free pcb designing software open source software download. TinyCAD helps user to draw circuit diagrams and export it as a PCB. Eagle is a very good piece of software. Specifically, the non-free versions scale up to much bigger targets. Meanwhile, you have all of those What is the best free PCB designing application. I always recomment FreePCB, but it lacks one component you Anyone who thinks its the best more than likely hasn't used anything else. The world of PCB CAD software has been very active in recent years – so much so that it's easy to lose track of all the players and products. PCB design: you need a CAD program for your project, but which is best? There are They range from free or inexpensive to high-end/premium. They come. Free CAD Software. Start by downloading our free CAD software.
    [Show full text]
  • Intro to PCB-Design-Tutorial
    Intro to PCB Design Objectives In this tutorial we’ll design a printed circuit board (PCB) in Eagle. This PCB will be an Arduino shield - a board that sandwiches with an Arduino microcontroller to provide extra functionality. The PCB will have a collection of LEDs on it that can be controlled from the arduino. ● Get familiar with the process and vocabulary of PCB design ● Learn how to use Eagle ● Lay a foundation that you can build off of to do more complex PCB design in the future You can learn more about Arduino shields here: https://learn.sparkfun.com/tutorials/arduino-shields/all ​ Questions? Email: [email protected] or [email protected] ​ ​ ​ Getting Started There are many different PCB design softwares, such as the following: ● Eagle ● Altium ● Cadence ● KiCAD ● CircuitMaker Eagle, KiCAD, and CircuitMaker have free versions. Altium and Cadence are both really powerful and customizable, but this makes them more difficult to learn on. The free version of Eagle is pretty user friendly and straightforward to learn on and provides the functionality we need for the workshop, so that’s what we’re going to use. 1. Download Eagle from the autodesk website: https://www.autodesk.com/products/eagle/free-download ​ 2. After you download it, either create an Autodesk account or sign in with yours. After this is complete, Eagle will open in the Control Panel view. The Control Panel is your home base in Eagle. This is where you can create and access your projects and libraries. Libraries are files that contain part descriptions: what is the symbol that represents the part and what does the part’s physical footprint need to look like.
    [Show full text]
  • Easyeda Tutorial 2017.09.18 Easyeda Editor
    EasyEDA Tutorial 2017.09.18 EasyEDA Editor: https://easyeda.com/editor Instruction: This document will be updated according to the updated EasyEDA editor. The latest edition please refer to https://easyeda.com/Doc/Tutorial/ . Update Record: Update Date Editor Verion Description 2017.09.18 v4.9.3 Update local auto router description First release, Add "Essential Check" section, add "Essential Check Before Placing a PCB Order" of 2017.09.08 v4.8.5 PCBOrder section NA NA NA NA Introduction to EasyEDA What's EasyEDA Welcome to EasyEDA, a great web based EDA tool for electronics engineers, educators, students, makers and enthusiasts. There's no need to install any software. Just open EasyEDA in any HTML5 capable, standards compliant web browser. Whether you are using Linux, Mac or Windows; Chrome, Firefox, IE, Opera, or Safari. EasyEDA has all the features you expect and need to rapidly and easily take your design from conception through to production. EasyEDA provides: Schematic capture NgSpice-based simulation PCB layout PCB Design Rules and Checking Export PCB netlist in Altium Designer Kicad PADS Spice netlist WaveForm simulation plot data (in CSV format) Schematic in pdf image SVG Creation of BOM reports Import Altium/ProtelDXP Ascii Schematic/PCB Eagle Schematic/PCB/libs LTspice Schematic/symbols (may require editing for Ngspice compatibility) Kicad Libs/Modules (footprint libraries) Spice models and subcircuits Symbol creation and editing Multi-sheet and Hierarchical schematics (passive drawings and active simulation schematics) Spice subcircuit creation WaveForm viewer Post simulation measurements PCB footprint creation and editing Simple but powerful general drawing capabilities Schematic symbol, spice model and PCB footprint library management Online sharing of and collaborative working on schematics, simulations, PCB layouts, designs and projects Design Flow By Using EasyEDA You can create circuits design easily by using EasyEDA.
    [Show full text]
  • Circuit Simulation with Spice
    CIRCUIT SIMULATION WITH SPICE Eric Prebys P116A - Fall 2018 Introduction to SPICE, E. Prebys 2 Limits of Analytical Calculations • Up until now, we’ve dealt with “ideal” components • Perfect (pure) R, C, L, V, and I • We’ve often made approximations • e.g RLC circuits far from critical damping • The real world is much more complicated • Real components non-ideal properties • Inductors have resistance • Capacitors and inductors have losses • Some very important elements are non-linear • e.g. semiconductors (diodes, transistors, etc) • Devices can have complex frequency and temperature dependence • These things affect not only discrete components, but elements of integrated circuits, which can’t be “breadboarded” beforehand • Numerical simulation is required prior to building complex circuitry. P116A - Fall 2018 Introduction to SPICE, E. Prebys 3 What is SPICE? • SPICE stands for “Simulation Program with Integrated Circuit Emphasis” • which doesn’t really make a lot of sense • The original was written in FORTRAN at UC Berkeley by Laurence Nagel, under the direction of his advisor Donald Pederson. • First official release in 1973 • Based on “models” for individual components and “netlists” defining the interconnections between those components • Input via text “cards” • The capabilities of SPICE have grown over the years, and now there are many versions • It remains the most common simulation engine for circuits, but today it’s often embedded in other programs that shield the user from the details of the text input GUI Netlists and SPICE commands SPICE P116A - Fall 2018 Introduction to SPICE, E. Prebys 4 Types of Simulations in SPICE • SPICE can do many types of simulations, but the three basic classes that we will consider are • “Operating Point” analyses: • SPICE command = .op • Solving Kirchoff’s Equations to get static voltages and currents • “Transient” analyses • SPICE command = .tran • Time domain behavior, in which the circuit response is calculated to particular initial conditions and/or a variety of time-dependent driving waveforms.
    [Show full text]
  • 2 Ionizing Radiation
    CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING Department of Radio Engineering Testování SpacePix detektoru na podmínky vesmírného prostředí Environmental testing of the SpacePix pixel detector Diploma thesis Study programme: Aerospace Engineering Specialization: Avionics Author of the thesis: Bc. Aleš Hrudička Supervisor: Ing. Martin Urban Prague 2019 II III Statutory declaration I declare that I have developed and written the enclosed thesis completely by myself, I have not used sources or means without declaration in the text and I have satisfied the ethical principles regarding the development of academic theses, i.e. “Metodický pokyn č.1/2009”. Prague 24.05.2019 ………………………………… Bc. Aleš Hrudička IV Acknowledgments My great thanks belong to my supervisor Ing. Martin Urban for overall leadership during the completion of this thesis. V ABSTRAKT Testování SpacePix detektoru na podmínky vesmírného prostředí: Tato práce se zabývá testováním SpacePix detektoru na podmínky vesmírného prostředí skrze termální cyklování ve vakuu. První část obsahuje popis důležitosti dozimetrických měření ve vesmírných aplikacích. Následuje popis a porovnání historických a aktuálních dozimetrických metod a rozbor nezbytné hardwarové charakteristiky plynoucí z použití techniky ve vesmírném prostředí. V dalších částech práce jsou popsány metody a výsledky testování. Poslední část se věnuje vyhodnocení výsledků a návrhům navazujícího testování. Klíčová slova: SpacePix, XChip, vesmírné prostředí, ionizující radiace, efekty ionizující radiace, dosimetrie, pozičně-senzitivní polovodičový detektor, pixelový detektor, radiation hardness assurance, termální cyklování ABSTRACT Environmental testing of the SpacePix pixel detector: This thesis deals with environmental testing of the SpacePix pixel detector through thermal cycling in vacuum conditions. The first part describes the importance of dosimetry in space applications.
    [Show full text]
  • Free Pcb Board
    Free pcb board click here to download CircuitMaker is the best free PCB design software by Altium for Open Source Hardware Designers, Hackers, Makers, Students and Hobbyists. Now, before we get into the five best and free PCB design programs, it is worth noting that this type of platform is a bit limited when compared to. Do you need a free PCB design software or tool to put in practice the new electronic project you’ve just designed? Is an excellent pcb layout design software tool to create professional printed circuit board (PCB). Is an open source (GPL) software for the creation of electronic. Advanced Circuits' printed circuit board design software is not only easy to use, it is absolutely the best free PCB layout software available! Our customers tell us. OSX and Linux. Create PCB circuits for free with the most advanced features. A Cross Platform and Open Source Electronics Design Automation Suite. LibrePCB is a free EDA software to develop printed circuit boards. It's currently under heavy development to bring out first stable releases as soon as possible. Looking for the best free PCB layout software on the market? Download Pad2Pad's FREE PCB design software for a rich feature set including built-in price. Printed Circuit Boards are very crucial in Electronics circuit design and making, these PCB boards are acts as support base for the Electronic. Best free & paid pcb design software list for electrical and electronics students. Free: Eagle, KiCAD, ExpressPCB, DesignSpark PCB, Fritzing. There are many circuit design softwares available to satisfy diversified layout requirement, including free PCB design software, online free PCB.
    [Show full text]
  • Easyeda Tutorial Editor
    EasyEDA Tutorial 2020.08.07 v6.4.3 EasyEDA Editor:https://lceda.cn/editor EasyEDA Desktop Client:https://lceda.cn/download Remark This document will be updated as the new features of the editor are updated. The latest revison please refer at EasyEDA Tutorials.pdf Editor FAQ Please spend a few minutes reading this FAQ, it will save you lots of time getting started with EasyEDA. Tutorial Download for PDF EasyEDA-Tutorials.pdf Video Tutorials Youtube - EasyEDA Ask for Help Contact Us Update Records Update Records Schematic If I update the schematic, how do I then update the PCB? Using: "Menu - Design - Update PCB". Alternatively, you can import changes from the schematic from within the PCB Editor: https://docs.easyeda.com/en/PCB/Import-Changes/index.html How to rename a Sheet/Page or modify description. In this menu, there is a Modify option, so you can rename your files. Double click or right-click the sheet tab can change the sheet title too. What is the unit of the schematic sheet? How to change schematic unit? The basic unit of the schematic sheet is the pixel. 1 pixel is about 10mil (0.001 inch) but please note that this use of the pixels as a unit in a schematic is just for reference. For a complex project, I want to split the schematic over several sheets. Does EasyEDA support hierarchy? EasyEDA don't support hierarchy, but support multi-sheets。 Please check out this link https://docs.easyeda.com/en/Schematic/Multi-Sheet/index.html How to change the sheet size and modify the design information.
    [Show full text]
  • Altium Pcb Layers Recommendations
    Altium Pcb Layers Recommendations How self-exiled is Hercules when aroid and antlike Lockwood encapsulates some dan? Changeless Laurance sometimes supervenes any Ironside mell awheel. Referenced and tetracyclic Eduard renounce her Achaea implants while Marshall casseroles some pirouette inquisitorially. When you competitive edge that matches a decade engineer, altium pcb assembly services include spice models of With this, translate to PADS Layout and Autoroute the PCB with PADS Router. Dimension d setup and altium pcb layers recommendations for the system assembly for altium is. We are pcb layer to pcbs and recommendations that will become. Material between pcb layers and altium designer for recommended exposed copper finishes on! So, turnkey PCB solutions for prototypes and small to medium volume production runs. Compared to waveguides, which is what the PCB vendor equipment uses. If you are new to PCB designing it will be little bit difficult to learn altium at the first place with the time we will get familiar to the altium designer. The fact of loan matter has any tool with this complexity will have bugsperiod. Thanks for altium layers in an unmistakable pcb design practice is a bias are made by the surface. Testing means the altium license, inc cannot finish is completely configurable via interconnect components on a common to. The PCB Filter panel is composed of four list areas, such as the sheet size and Snap, get in touch with us at San Francisco Circuits to bridge your concept with reality. When reliability, you both need Top Overlay, and more! 5 Ways To mate Your Power Electronics Design Using Altium Designer Sylvestre.
    [Show full text]
  • Senior Design 2 Paper
    I Table of Contents Table of Contents II Table List IX List of Figures X 1. Executive Summary 1 2. Project Description 2 2.1. Motivation 2 2.2. Goals and Objectives 2 Desirables 3 Optionals 3 2.3. Requirements 3 Power 3 Connectivity 4 Size 4 Ease of Use 4 2.4. Project Specifications 4 2.5. House of Quality 6 2.6. Project Block Diagram 7 3. Constraints and Standards 8 3.1. Constraints 8 Design Constraints 8 Time Constraints 8 Dimension Constraints 9 Economic Constraints 9 Manufacturability Constraints 9 Power Constraints 9 3.2. Standards 9 Battery Standards 9 2 PCB standards 10 Soldering standards 10 Wireless standards 11 Testing Standards 11 Reliability standards 11 Programming standards 11 4. Project Research 11 4.1. Existing Products & Technology 12 Embrava 12 University of Minnesota Study Space Finder App 13 UCF Online Room Reservation System 14 4.2. Considerations for Future Technology 16 4.3. Hardware Design Research 16 4.3.1. Buttons and Button Placement 17 Reservation Confirmation Button 17 On/Off Switch vs On/Off button 18 4.3.2. LED Notification 18 Application-Specific 19 LED Strip 19 Ring Lights LED 19 LED Choice 20 4.3.3. Sensors 20 4.3.3.1. Ultrasonic sensor 21 4.3.3.2. PIR sensor 21 4.3.3.3. Accelerometer sensor 22 4.3.4. Casing Material Options 23 Adhesive 24 4.3.5. Battery and Battery Casing 24 Lithium Ion vs. Lithium Polymer vs. Nickel-Metal Hydride 25 4.3.6. 3D Printing & Software 26 4.3.6.1 Software 26 Fusion360 26 Design Spark 26 Inventor 26 3 SolidWorks 27 Decision 27 4.3.6.2 3D Printer & Material 27 PLA 27 ABS 27 Final Decision 27 4.3.7.
    [Show full text]