Microcontroller prototypes with Arduino and a 3D printer : (Record no. 86615)

000 -LEADER
fixed length control field 09829nam a22003857a 4500
003 - CONTROL NUMBER IDENTIFIER
control field CITU
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20240130084926.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m |o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 240130b ||||| |||| 00| 0 eng d
010 ## - LIBRARY OF CONGRESS CONTROL NUMBER
LC control number 2021003271
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781119782612
Terms of availability (print)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781119782698
Terms of availability (online)
040 ## - CATALOGING SOURCE
Original cataloging agency DLC
Language of cataloging eng
Transcribing agency DLC
Description conventions rda
Modifying agency DLC
041 ## - LANGUAGE CODE
Language code of text/sound track or separate title eng
050 ## - LIBRARY OF CONGRESS CALL NUMBER
Classification number TJ223.P76
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.22
Edition number 23
100 1# - MAIN ENTRY--PERSONAL NAME
Preferred name for the person Bolanakis, Dimosthenis E.,
Dates associated with a name 1978-
Relator term author.
245 10 - TITLE STATEMENT
Title Microcontroller prototypes with Arduino and a 3D printer :
Remainder of title learn, program, manufacture /
Statement of responsibility, etc Dimosthenis E. Bolanakis.
264 #1 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Hoboken, NJ :
Name of publisher, distributor, etc John Wiley & Sons, Inc.,
Date of publication, distribution, etc 2021.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (xii, 303 pages) ;
Other physical details color illustrations.
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
500 ## - GENERAL NOTE
General note Dimosthenis (Dimos) E. Bolanakis was born in Crete, Greece (1978) and graduated in Electronic Engineering (2001) from ATEI Thessalonikis, Greece. He received the MSc degree (2004) in Modern Electronic Technologies and the PhD degree (2016) in Education Sciences (focusing on Remote Experimentation), both from University of Ioannina, Greece. He has (co)authored more than 30 papers (mainly on Research in Engineering Education) and 3 books. He has held positions in both industry and education and his research interests focus on μC‐based and FPGA‐based Hardware Design and Research in Education. He currently lives in Athens (Greece) together with his wonderful wife Katerina and their three delightful kids, Manolis, Eugenia, and Myronas.
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc Includes bibliographical references and index.
505 0# - CONTENTS
Formatted contents note About the Author xi List of Figures xii List of Tables xxvi Preface xxvii Acknowledgments xxx Abbreviations xxxi Syllabus xxxv 1 The Art of Embedded Computers 1 Overview of Embedded Computers and Their Interdisciplinarity 1 Computer vs. Embedded Computer Programming and Application Development 2 Group 1: Programmable Logic Devices 3 Group 2: Reconfigurable Computers 4 Group 3: Microcomputers 4 Group 4: Single-Board Computers 6 Group 5: Mobile Computing Devices 6 TPACK Analysis Toward Teaching and Learning Microcomputers 7 TPACK Analysis of the Interdisciplinary Microcontroller Technology 7 Content Knowledge (The What) 8 Technology Knowledge (The Why) 9 Pedagogical Knowledge (The How) 11 From Computational Thinking (CT) to Micro-CT (μCT) 12 CT Requirement and Embedded Computers 13 Microcomputers and Abstraction Process 14 The μCT Concept: An Onion Learning Framework 15 “Transparent” Teaching Methods 17 The Impact of Microcontroller Technology on the Maker Industry 19 Hardware Advancement in μC Technology 20 Software Advancement in μC Technology 23 The Impact of Arduino on the μC Community 23 Where Is Creativity in Embedded Computing Devices Hidden? 26 Creativity in Mobile Computing Devices: Travel Light, Innovate Readily! 26 Communication with the Outside World: Sensors, Actuators, and Interfaces 28 Conclusion 30 2 Embedded Programming with Arduino 31 Number Representation and Special-Function Codes 31 Arduino and C Common Language Reference 34 Working with Data (Variables, Constants, and Arrays) 36 Arduino UART Interface to the Outside World (Printing Data) 39 Arduino Ex.2–1 40 Arduino Ex.2–2 44 Program Flow of Control (Arithmetic and Bitwise Operations) 47 Arduino UART Interface (Flow of Control and Arithmetic/Bitwise Examples) 52 Arduino Ex.2–3 52 Arduino Ex.2–4 53 Arduino Ex.2–5 54 Arduino Ex.2–6 59 Arduino Ex.2–7 63 Code Decomposition (Functions and Directives) 69 Arduino Ex.2–8 69 Conclusion 72 Problem 2–1 (Data Output from the μC Device: Datatypes and Bytes Reserved by the hw) 73 Problem 2–2 (Data Output from the μC Device: Logical Operators in Control Flow) 73 Problem 2–3 (Data Input to the μC Device: Arithmetic and Bitwise Operations) 73 Problem 2–4 (Code Decomposition) 73 3 Hardware Interface with the Outside World 75 Digital Pin Interface 75 Arduino Ex.3.1 76 Arduino Ex.3.2 77 Arduino Ex.3.3 81 Arduino Ex.3.4 82 Arduino Ex.3.5 84 Analog Pin Interface 86 Arduino Ex.3.6 87 Arduino Ex.3.7 91 Interrupt Pin Interface 91 Arduino Ex.3.8 94 UART Serial Interface 96 Arduino Ex.3.9 97 Arduino Ex.3.10 98 Arduino Ex.3.11 99 SPI Serial Interface 101 Arduino Ex.3.12 103 Arduino Ex.3.13 110 Arduino Ex.3.14 115 Arduino Ex.3.15 121 I2C Serial Interface 122 Arduino Ex.3.16 125 Arduino Ex.3.17 130 Arduino Ex.3.18 135 Arduino Ex.3.19 142 Conclusion 146 Problem 3.1 (Data Input and Output to/from the μC Using Push-Button and LED IO Units) 147 Problem 3.2 (PWM) 147 Problem 3.3 (UART, SPI, I2C) 147 4 Sensors and Data Acquisition 149 Environmental Measurements with Arduino Uno 149 Arduino Ex.4–1 150 DAQ Accompanying Software of the Ex.4–1 157 DAQ Accompanying Software with Graphical Monitoring Feature Via gnuplot 166 Arduino Ex.4–2 169 Orientation, Motion, and Gesture Detection with Teensy 3.2 171 Arduino Ex.4–3 173 Arduino Ex.4–4 174 Arduino Ex.4–5 177 Arduino Ex.4–6 184 DAQ Accompanying Software for Orientation, Motion, and Gesture Detection with gnuplot 191 Real Time Monitoring with Open GL 193 Distance Detection and 1D Gesture Recognition with TinyZero 200 Arduino Ex.4–7 201 Arduino Ex.4–8 205 DAQ Accompanying Software for Distance Measurements 209 Color Sensing and Wireless Monitoring with Micro:bit 211 Arduino Ex.4–9 212 Arduino Ex.4–10 216 Open GL Example Applying to RGB Sensing 220 Arduino Ex.4–11 222 Conclusion 226 Problem 4–1 (Data Acquisition of Atmospheric Pressure) 226 Problem 4–2 (Fusion of Linear Acceleration and Barometric Altitude) 226 Problem 4–3 (1D Gesture Recognition) 226 Problem 4–4 (Color Sensing) 226 5 Tinkering and Prototyping with 3D Printing Technology 227 Tinkering with a Low-cost RC Car 227 Arduino Ex.5.1 231 Arduino Ex.5.2 236 A Prototype Interactive Game for Sensory Play 237 Hardware Boards of the Prototype System 238 Assembly Process of the 3D Printed Parts of the System’s Enclosure 243 Firmware Code Design and User Instructions 249 Arduino Ex.5.3 250 Arduino Ex.5.4 253 Arduino Ex.5.5 256 Arduino Ex.5.6 260 3D Printing 262 Modeling 3D Objects with FreeCAD Software 262 Preparing the 3D Prints with Ultimaker Cura Software 269 3D Printing with Prima Creator P120 272 Presentation of the Rest 3D Models of the Prototype Interactive Game 276 PrototypeB (Modeling the battery.stl Part) 276 PrototypeC (Modeling the booster.stl Part) 278 PrototypeD (Modeling the speaker.stl Part) 283 PrototypeE (Modeling the cover.stl Part) 284 PrototypeF (Modeling the button.stl Part) 287 PrototypeG (Modeling the sensor.stl Part) 290 PrototypeH (Modeling the front.stl Part) 290 Conclusion 294 Problem 5.1 (Tinkering with a Low-cost RC Car) 294 Problem 5.2 (A Prototype Interactive Game for Sensory Play) 294 Problem 5.3 (A Prototype Interactive Game for Sensory Play) 295 Problem 5.4 (A Prototype Interactive Game for Sensory Play) 296 Problem 5.5 (3D Printing) 296 References 297 Index 301
520 ## - SUMMARY, ETC.
Summary, etc "Discover a complete treatment of microcomputer programming and application development with Arduino and 3D printers Microcontroller Prototypes with Arduino and a 3D Printer: Learn, Program, Manufacture delivers a comprehensive guide to learning microcontrollers that's perfectly suited to educators, researchers, and manufacturers. The book provides readers with a seasoned expert?s perspective on the process of microcomputer programming and application development. Carefully designed and written example code and explanatory figures accompany the text, helping the reader fully understand and retain the concepts described within. The book focuses on demonstrating how to craft creative and innovative solutions in embedded systems design by providing practical and illustrative methods and examples. An accompanying website includes functioning and tested source code and learning exercises and the book relies on freeware development tools for the creation of firmware and software code, 3D printed enclosures, and debugging. It allows the reader to work with modern sensors and collect sensor data to a host PC for offline analysis. Readers will also benefit from the inclusion of: A thorough introduction to the art of embedded computers, including their interdisciplinarity, TPACK analysis, and the impact of microcontroller technology on the maker industry; An exploration of embedded programming with Arduino, including number representation and special-function codes and C common language reference; A discussion of hardware interfaces with the outside world, including digital pin interface, analog pin interface, UART serial interface, I2C, and SPI; A treatment of sensors and data acquisition, including environmental measurements with Arduino Uno, orientation and motion detection with Teensy, gesture recognition with TinyZero, and color sensing with Micro:bit; A variety of supplementary resources? including source codes and examples - hosted on an accompanying website to be maintained by the author: www.mikroct.com. Perfect for researchers and undergraduate students in electrical and electronic engineering or computer engineering, Microcontroller Prototypes with Arduino and a 3D Printer: Learn, Program, Manufacture will also earn a place in the libraries of hardware engineers, embedded system designers, system engineers, and electronic engineers."-- Provided by publisher
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Microcontrollers.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Arduino (Programmable controller).
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Three-dimensional printing.
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
856 ## - ELECTRONIC LOCATION AND ACCESS
Link text Full text available at Wiley Online Library Click here to view
Uniform Resource Identifier https://onlinelibrary.wiley.com/doi/book/10.1002/9781119782698
942 ## - ADDED ENTRY ELEMENTS
Source of classification or shelving scheme
Item type EBOOK
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Damaged status Use restrictions Not for loan Permanent Location Current Location Shelving location Date acquired Source of acquisition Inventory number Full call number Barcode Date last seen Price effective from Item type
        In Process   COLLEGE LIBRARY COLLEGE LIBRARY LIC Gateway 2024-01-30 Purchased 52938 006.22 B6375 2021 CL-52938 2024-01-30 2024-01-30 EBOOK