|
|
|
|
LEADER |
00000cam a22000008i 4500 |
001 |
OR_ocn987069918 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
170511s2017 cau obf 000 0 eng |
010 |
|
|
|a 2017023025
|
040 |
|
|
|a DLC
|b eng
|e rda
|e pn
|c DLC
|d OCLCO
|d OCLCF
|d UMI
|d TEFOD
|d STF
|d RECBK
|d YDX
|d TOH
|d GO3
|d OSU
|d IDEBK
|d N$T
|d UPM
|d VT2
|d LIV
|d EBLCP
|d K6U
|d MERUC
|d UAB
|d IDB
|d HCO
|d OCLCQ
|d COO
|d CEF
|d KSU
|d OCLCQ
|d NTG
|d D6H
|d OCLCQ
|d S9I
|d WYU
|d AU@
|d C6I
|d UKAHL
|d OCLCQ
|d HS0
|d OCLCQ
|d OCLCO
|d EYM
|d OCLCO
|d OCLCQ
|d INARC
|
019 |
|
|
|a 993879233
|a 999660638
|a 1048154462
|a 1078971191
|a 1103265377
|a 1129358358
|a 1227645419
|a 1391160143
|
020 |
|
|
|a 9781593278397
|q (electronic bk.)
|
020 |
|
|
|a 159327839X
|q (electronic bk.)
|
020 |
|
|
|z 9781593278403
|
020 |
|
|
|z 1593278403
|
020 |
|
|
|z 9781593276522
|q (pbk.)
|
020 |
|
|
|z 1593278330
|
020 |
|
|
|z 9781593278335
|
020 |
|
|
|z 1593276524
|
029 |
1 |
|
|a GBVCP
|b 1004861311
|
029 |
1 |
|
|a AU@
|b 000063880389
|
035 |
|
|
|a (OCoLC)987069918
|z (OCoLC)993879233
|z (OCoLC)999660638
|z (OCoLC)1048154462
|z (OCoLC)1078971191
|z (OCoLC)1103265377
|z (OCoLC)1129358358
|z (OCoLC)1227645419
|z (OCoLC)1391160143
|
037 |
|
|
|a CL0500000875
|b Safari Books Online
|
037 |
|
|
|a BCB22602-F2DA-4E04-8E0B-6CD027AADE0B
|b OverDrive, Inc.
|n http://www.overdrive.com
|
042 |
|
|
|a pcc
|
050 |
1 |
0 |
|a TJ223.P76
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
0 |
|a 006.2/2
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Huang, Brian,
|e author.
|
245 |
1 |
4 |
|a The Arduino inventor's guide :
|b learn electronics by making 10 awesome projects /
|c Brian Huang and Derek Runberg.
|
263 |
|
|
|a 1706
|
264 |
|
1 |
|a San Francisco :
|b No Starch Press, Inc.,
|c [2017]
|
264 |
|
4 |
|c ©2017
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b n
|2 rdamedia
|
338 |
|
|
|a online resource
|b nc
|2 rdacarrier
|
347 |
|
|
|a data file
|
490 |
1 |
|
|a SparkFun
|
520 |
|
|
|a "A hands-on introduction to exploring electronics with Arduino for beginners"--
|c Provided by publisher
|
588 |
0 |
|
|a Print version record and CIP data provided by publisher; resource not viewed.
|
505 |
0 |
|
|a Intro; About the Authors; Notes from the Authors; Brief Contents; Contents in Detail; Introduction; What Is This Book About?; Why Arduino?; How Is This Book Different from Others?; Materials; Required Tools; Required Computer; What's in This Book?; Online Resources; Spread the Word: Sharing Your Work; Electronics Primer; Electricity, Conductivity, and Basic Terms; What Is Electricity?; Types of Electricity; What Is a Circuit?; Ohm's Law; Visualizing Electricity as Water in a Pipe; Schematics, Circuit Blueprints, and Wiring Diagrams; Prototyping Circuits.
|
505 |
8 |
|
|a Discrete Components vs. Breakout BoardsAnalog vs. Digital; What Is a Microcontroller?; Project 1: Getting Started with Arduino; Materials to Gather; About the Arduino; An Accessible Hardware Platform; About the SparkFun RedBoard; Installing the Arduino IDE and Drivers; Installing on Windows; Installing on OS X; Installing on Linux; A Brief IDE Tour; Changing the Default Preferences; Test Drive: Plugging in the Arduino for the First Time; Choosing Your Board in the IDE; Selecting the Communication Port; An Arduino "Hello, World!"; Basic Arduino Troubleshooting; Anatomy of an Arduino Sketch.
|
505 |
8 |
|
|a Key Sketch ElementsThe setup() Function; The loop() Function; Your First Piece of Hardware; Going Further; Hack; Modify; Saving Your Sketch; Project 2: A Stoplight for Your House; Materials to Gather; Electronic Parts; Other Materials and Tools; New Component: The Resistor; Build the Stoplight Prototype; Connect the Red LED to the Breadboard; Add Power to the Breadboard; Add the Yellow and Green LEDs; Program the Stoplight; Confirm Your IDE Settings; Create Placeholders for Pin Numbers; Write the setup() Function; Write the loop() Function; Upload the Sketch; Make the Stoplight Portable.
|
505 |
8 |
|
|a Build the Stoplight EnclosureCardboard Construction; Make the Stoplight Lenses; Make the Shades; Mount the LEDs and Arduino; Going Further; Hack; Modify; Project 3: The Nine-Pixel Animation Machine; Materials to Gather; Electronic Parts; Other Materials and Tools; Build the Nine-Pixel Animation Machine Prototype; Program the Nine-Pixel Animation Machine; What Are Custom Functions?; Design Your Artwork; The Test Sketch; Build the Nine-Pixel Animation Machine Enclosure; Cardboard Construction; Connect the Electronics; Create an LED Animation; Plan the Animation Sequence; Write Custom Functions.
|
505 |
8 |
|
|a Tweak Your loop() FunctionGoing Further; Hack; Modify; Project 4: Reaction Timer; Materials to Gather; Electronic Parts; Other Materials and Tools; New Component: The Push Button; How Push Buttons Work; Using Resistors with Push Buttons; Build the Reaction Timer Prototype; Program the Reaction Timer; Write the setup() Function; Write the loop() Function; Test the Reaction Timer Sketch; Play Again?; Add a Game Element; Upload the Complete Code for the Reaction Timer; Build the Reaction Timer Enclosure; Cut Out the Cardboard; Assemble the Electronics; Spice Up Your Game Enclosure; Going Further.
|
504 |
|
|
|a Includes bibliographical references.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Arduino (Programmable controller)
|
650 |
|
0 |
|a Electronics
|v Amateurs' manuals.
|
650 |
|
6 |
|a Arduino (Automate programmable)
|
650 |
|
6 |
|a Électronique
|v Manuels d'amateurs.
|
650 |
|
7 |
|a COMPUTERS
|x Digital Media
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Arduino (Programmable controller)
|2 fast
|0 (OCoLC)fst01892754
|
650 |
|
7 |
|a Electronics.
|2 fast
|0 (OCoLC)fst00907538
|
655 |
|
7 |
|a Handbooks and manuals.
|2 fast
|0 (OCoLC)fst01423877
|
700 |
1 |
|
|a Runberg, Derek,
|e author.
|
776 |
0 |
8 |
|i Print version:
|a Runberg, Derek.
|t Arduino inventor's guide.
|d San Francisco : No Starch Press, Inc., [2017]
|z 9781593276522
|w (DLC) 2017005801
|
830 |
|
0 |
|a SparkFun series.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781492023456/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32768503
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL6050686
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1567101
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis38192320
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis38192319
|
938 |
|
|
|a Recorded Books, LLC
|b RECE
|n rbeEB00710026
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14737772
|
938 |
|
|
|a Internet Archive
|b INAR
|n arduinoinventors0000huan
|
994 |
|
|
|a 92
|b IZTAP
|