Arduino cookbook: [recipes to begin, expand, and enhance your projects]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2012
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Hier auch später erschienene, unveränderte Nachdrucke |
Beschreibung: | XX, 699 S. Ill., graph. Darst. |
ISBN: | 9781449313876 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV039892460 | ||
003 | DE-604 | ||
005 | 20150206 | ||
007 | t | ||
008 | 120216s2012 ad|| |||| 00||| eng d | ||
020 | |a 9781449313876 |9 978-1-449-31387-6 | ||
035 | |a (OCoLC)780119283 | ||
035 | |a (DE-599)BVBBV039892460 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-1051 |a DE-11 |a DE-862 |a DE-384 |a DE-573 |a DE-29T |a DE-739 |a DE-83 |a DE-473 | ||
084 | |a ST 170 |0 (DE-625)143602: |2 rvk | ||
084 | |a ZN 4980 |0 (DE-625)157428: |2 rvk | ||
100 | 1 | |a Margolis, Michael |e Verfasser |0 (DE-588)132841061 |4 aut | |
245 | 1 | 0 | |a Arduino cookbook |b [recipes to begin, expand, and enhance your projects] |c Michael Margolis |
250 | |a 2. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2012 | |
300 | |a XX, 699 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Hier auch später erschienene, unveränderte Nachdrucke | ||
650 | 0 | 7 | |a Arduino-Plattform |0 (DE-588)7692236-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Peripheres Gerät |0 (DE-588)4045179-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Ansteuerung |0 (DE-588)4195850-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mikrocontroller |0 (DE-588)4127438-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Fernbedienung |0 (DE-588)4432464-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Arduino-Plattform |0 (DE-588)7692236-4 |D s |
689 | 0 | 1 | |a Mikrocontroller |0 (DE-588)4127438-6 |D s |
689 | 0 | 2 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | 3 | |a Ansteuerung |0 (DE-588)4195850-0 |D s |
689 | 0 | 4 | |a Peripheres Gerät |0 (DE-588)4045179-3 |D s |
689 | 0 | 5 | |a Fernbedienung |0 (DE-588)4432464-9 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Bamberg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024751464&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024751464 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
DE-BY-862_location | 2000 |
---|---|
DE-BY-FWS_call_number | 2000/ST 170 M329(2) |
DE-BY-FWS_katkey | 434320 |
DE-BY-FWS_media_number | 083000505300 083000505011 |
_version_ | 1806176024908529664 |
adam_text | Table
of
Contents
Preface
.....................................................................xi
1.
Getting Started
.........................................................1
1.1
Installing the Integrated Development Environment
(IDI:)
4
1.2
Setting Up the Arduino Board
8
1.3
Using the Integrated Development Environment (IDE) to Prepare
an Arduino Sketch
10
1.4
Uploading and Running the Blink Sketch
1}
1.5
Creating and Saving a Sketch
14
1.6
Using Arduino
17
2.
Making the Sketch Do Your Bidding
.......................................23
2.1
Structuring an Arduino Program
24
2.2
Using Simple Primitive Types (Variables)
25
2.3
Using
ľloating-Point
Numbers
27
2.4
Working with Groups
oí
Values
29
2.5
Using Arduino String Functionality
12
2.6
Using
С
Character Strings
^7
2.7
Splitting Comma-Separated Text into Croups
M
2.8
Converting a Number to a String
41
2.9
Converting a String to a Number
4
Î
2.10
Structuring Your Code into Functional Blocks
45
2.11
Returning More Than One Value
trom
a Function
49
2.12
Taking Actions Based on Conditions
52
2.13
Repeating a Sequence oi Statements
5
ţ
2.14
Repeating Statements with a Counter
55
2.15
Breaking Out of Loops ^
2.16
Taking a Variety or Actions Based on a Single
Variable
59
2.17
Comparing Character and Numeric Values
M
2.18
Comparing Strings
ћ^
2.19
Performing Logical Comparisons ^
2.20
Performing Bitwise Operations
65
2.21
Combining Operations and Assignment
68
3.
Using Mathematical Operators
...........................................69
3.1
Adding, Subtracting, Multiplying, and Dividing
69
3.2
Incrementing and Decrementing Values
70
3.3
Finding the Remainder After Dividing Two Values
71
3.4
Determining the Absolute Value
72
3.5
Constraining a Number to a Range of Values
73
3.6
Finding the Minimum or Maximum of Some Values
74
3.7
Raising a Number to a Power
75
3.8
Taking the Square Root
76
3.9
Rounding
Floating-Point
Numbers Up and Down
76
3.10
Using Trigonometric Functions
77
3.11
Generating Random Numbers
78
3.12
Setting and Reading Bits
80
3.13
Shifting Bits
84
3.14
Extracting High and Low Bytes in an
int
or long
85
3.15
Forming an
int
or long from High and Low Bytes
87
4.
Serial Communications
................................................. $$
4.1
Sending Debug Information
írom Arduino
to Your Computer
94
4.2
Sending Formatted Text and
Nu
mene Data
from Arduino
97
4.3
Receiving Serial Data in Arduino
100
4.4
Sending Multiple Text Fields from Arduino in a Single Message
105
4.5
Receiving Multiple Text Fields in a Single Message in Arduino I I I
4.6
Sending Binary Data from Arduino
1 14
4.7
Receiving Binary Data from Ardutno on a Computer
118
4.8
Sending Binary Values from Processing to Arduino
] 20
4.9
Sending the Value or Multiple Arduino Pins
122
4.10
How to Move the Mouse Cursor on a PC or Mac
125
4.11
Controlling Google Earth Using Arduino
1
W
4.12
Logging Arduino Data to a File on Your Computer
1 } 5
4.13
Sending Data to Two Sena! Devices at the Same Time I M
4.14
Receiving Serial Data from Two Devices at the Same Time
14
1
4.15
Setting Up Processing on Your Computer to Send
and Receive Serial Data
14
s
5.
Simple Digital and Analog Input
.........................................147
5.1
Using a Switch
1*0
5.2
Using a Switch Without External Resistors
1
M
5.3
Reliably Detecting the Closing
oí
a Swuch
1 >
s
5.4
Determining How Long a Switch Is Pressed I >s
5.5
Reading a Keypad
153
5.6
Reading Analog Values
166
5.7
Changing the Range of Values
168
5.8
Reading More Than Six Analog Inputs
170
5.9
Displaying Voltages Up to 5V
173
5.10
Responding to Changes in Voltage
176
5.11
Measuring Voltages More Than 5V (Voltage Dividers)
177
6.
Getting Input from Sensors
.............................................181
6.1
Detecting Movement
183
6.2
Detecting Light
186
6.3
Detecting Motion (Integrating Passive Infrared Detectors)
187
6.4
^Measuring Distance
189
6.5
Measuring Distance Accurately
193
6.6
Detecting Vibration
197
6.7
Detecting Sound
198
6.8
xMeasuring Temperature
202
6.9
Reading RFID Tags
206
6.10
Tracking
Rotar)
Movement
208
6.11
Tracking the Movement of More Than One Rotary Encoder
211
6.12
Tracking Rotary Movement in a Busy Sketch
214
6.13
Using a Mouse
216
6.14
Getting Location from a CiPS
220
6.15
Detecting Rotation Using a Gyroscope
225
6.16
Detecting Direction
2
W
6.17
Getting Input from
a Cíame
Control Pad (PlayStation)
2^5
6.18
Reading Acceleration 2 3K
7.
Visual Output
........................................................ 241
7.1
Connecting and Using LKDs
245
7.2
Adjusting the Brightness of an LED
248
7.3
Driving High-Power
LEDs ¿W
7.4
Adjusting the Color of an
LI:D
252
7.5
Sequencing Multiple
LEDs:
Creating a Bar
С
iraph
255
7.6
Sequencing Multiple
LEDs:
Making a Chase Sequence
ι
Knight
Rider) ¿™
7.7
Controlling an LED Matrix Using Multiplexing
259
7.8
Displaying Images on an LED Matrix
-^-
7.9
Controlling a Matrix of
LEDs:
C harlie
plex
ing
І
.10
Driving a 7-Segment LED Display
.11
Driving Multidigit, 7-Segment LED Displays Multiplexing 2 4
. 12
Driving Multidigit, 7-Segment LED Display* I sing
МЛХ722
1
Shift
Registers ~b
Tab* of
Cont
mts
7.13 Controlling an
Array of LKDs by Using MAX72xx
Shirt
Registers
279
7.14
Increasing the Number of Analog Outputs Using PWM Extender
Chips (TLC5940)
281
7.15
Using an Analog Panel Meter as a Display
285
8.
Physical Output
.......................................................289
8.1
Controlling the Position of a Servo
292
8.2
Controlling One or Two Servos with a Potentiometer or Sensor
294
8.3
Controlling the Speed or Continuous Rotation Servos
296
8.4
Controlling Servos Using Computer Commands
298
8.5
Driving a Brushless Motor (Using a Hobby Speed Controller)
299
8.6
Controlling Solenoids and Relays
300
8.7
Making an Object Vibrate
302
8.8
Driving a Brushed Motor Using a Transistor
304
8.9
Controlling the Direction of a Brushed Motor with an H-Bridge
306
8.10
Controlling the Direction and Speed of a Brushed Motor with an
H-Bridge
309
8.11
Using Sensors to Control the Direction and Speed of Brushed
Motors (L293 H-Bridge)
3
11
8.12
Driving a Bipolar Stepper Motor
317
8.13
Driving a Bipolar Stepper Motor (Using the HasyDriver Board)
320
8.14
Driving a Unipolar Stepper Motor (ULN2OO3A)
323
9.
AudtoOutput
.........................................................327
9.1
Playing Tones
^29
9.2
Playing a Simple Melody
ì ì ]
9.3
Generating More Than One Simultaneous Tone
λ λ
9.4
Generating Audio Tones and lading an 1.KD
λ
5
9.5
Playing a WAV File HH
9.6
Controlling MIDI u
9.7
Making an Audio Synthesizer
44
10.
Remotely Controlling External Devices
................................... 347
10.1
Responding to an Infrared Remote Control
Ч.Ѕ
10.2
Decoding Infrared Remote Control Signals
ио
10.3
Imitating Remote Control Signals
^4
10.4
Controlling a Digital Camera
ţs
10.5
Controlling AC Devices by Hacking a Rcmotc-C ontrollcd Switch
í W
11.
IKngObplays
........................................................ 363
11.1
Connecting and Using a Text LCD Display V4
11.2
Formatting Text it*~
11.3
Turning the Cursor and Display On or Oft
* « >
11.4
Scrolling Text
У72
11.5
Displaying Special Symbols
.375
11.6
Creating Custom Characters
377
11.7
Displaying Symbols Larger Than a Single Character
379
11.8
Displaying Pixels Smaller Than a Single Character
.382
11.9
Connecting and Using a Graphical LCD Display
385
11.10
Creating Bitmaps for Use with a Graphical Display
389
11.11
Displaying Text on a TV
390
12.
Using Time and Dates
..................................................397
12.1
Creating Delays
397
12.2
Using millis to Determine Duration
398
12.3
More Precisely Measuring the Duration of a Pulse
402
12.4
Using Arduino as a Clock
404
12.5
Creating an Alarm to Periodically Call a Function
412
12.6
Using a Real-Time Clock
415
13.
Communicating Using I2C and
SPI
....................................... 421
13.1
Controlling an RGB LED Using the BlinkM Module
425
13.2
Using the Wii Nunchuck Accelerometer
4 30
13.3
Interfacing to an External Real-Time Clock
4 35
1 3.4
Adding External liliPROM Memory
4
*7
1 3.5
Reading Temperature with a Digital Thermometer
441
1 3.6
Driving Four
7-Segment
LH Ds
Using Only Two Wires
44 5
1 3.7
Integrating an I2C Port Kxpander
Ή9
1 3.8
Driving Multidigit,
7
-Segment Displays Using SPl
45 1
1 3.9
Communicating Between Two or More Arduino Boards
454
14.
Wireless Communication
...............................................
14.1
Sending Messages Using Low-Cost Wireless Modules
459
14.2
Connecting Arduino to a ZigBce or
802.1 5.4
Network 4b
5
14.3
Sending a Message to a Particular XBee
*
~
14.4
Sending Sensor Data Between XBecs **^
14.5
Activating an Actuator Connected to an XBcc
480
14.6
Sending Messages Using Low-Cost Transceivers
48ô
14.7
Communicating with Bluetooth Devices ***^
15.
Ethernet and Networking
..............................................
495
15.1
Setting Up the Ethernet Shield
4У8
15.2
Obtaining Your IP Address Automatically 5<x>
15.3
Reviving Hostnames to IP Addresses
;
DNS
^-
1
>-4 Requesting Data from a Web Server ^>4
1 >. 5
Requesting Data
îrom a
Web Server Using XML SO
ТаЫ«
of Contents
15.6
Setting
Up an Arduino to Be a Web Server
511
15.7
Handling Incoming Web Requests
514
15.8
Handling Incoming Requests for Specific Pages
517
15.9
Using HTML to Format Web Server Responses
521
15.10
Serving Web Pages Using Forms (POST)
525
15.11
Serving Web Pages Containing Large Amounts of Data
528
15.12
Sending Twitter Messages
535
15.13
Sending and Receiving Simple Messages
(UDP)
539
15.14
Getting the Time from an Internet Time Server
545
15.15
Monitoring Pachube Feeds
550
15.16
Sending Information to Pachube
556
16.
Using, Modifying, and Creating Libraries
..................................561
16.1
Using the Built-in Libraries
561
16.2
Installing Third-Party Libraries
563
16.3
Modifying a Library
565
16.4
Creating Your Own
Librar)-
568
16.5
Creating a Library That Uses Other Libraries
574
16.6
Updating Third-Party Libraries for Arduino
1.0 580
17.
Advanced Coding and Memory Handling
..................................533
17.1
Understanding the Arduino Build Process
584
17.2
Determining the Amount of Free and Used RAM
587
17.3
Storing and Retrieving Numeric Values in Program Memory
589
17.4
Storing and Retrieving Strings in Program Memory
592
17.5
Using #define and const Instead of Integers
594
17.6
Using Conditional Compilations
59
s
18.
Using the Controller Chip Hardware
......................................599
18.1
Storing Data in Permanent
EEPROM
Memory
ы)
t,
18.2
Using Hardware Interrupts
ьОь
18.3
Setting Timer Duration
ьОч
18.4
Setting Timer Pulse Width and Duration
ь 1
1
18.5
Creating a Pulse Generator
ћЦ
18.6
Changing a Timer s
P WM
Frequency hi:
18.7
Counting Pulses
ьіо
18.8
Measuring Pulses More Accurately
ы
18.9
Measuring Analog Values Quickly
n
2 4
18.10
Reducing Battery Drain r>>
18.11
Setting Digital Pins Quickly
Ын
18.12
Uploading Sketches Using a Programmer Ml
18.13
Replacing the Arduino Boocloadcr
M
2
18.14
Reprogram
the
Uno
to Emulate a Nanve USB device r>U
1ЛИР
1
ł4H^^ł i^ł ^^^^^^^^ł^ł*
A. Electronic Components
................................................ 637
8.
Using Schematic Diagrams and Data Sheets
...............................643
С
Building and Connecting the Circuit
......................................651
0.
Tipson Troubleshooting Software Problems
...............................655
E. Tips on Troubleshooting Hardware Problems
..............................659
F. Digital and Analog Pins
................................................ 663
G. ASCII and Extended Character Sets
.......................................667
H. Migrating to Arduino
1.0...............................................671
Index
..................................................................... 677
Tabte of Contents
Ι η
|
any_adam_object | 1 |
author | Margolis, Michael |
author_GND | (DE-588)132841061 |
author_facet | Margolis, Michael |
author_role | aut |
author_sort | Margolis, Michael |
author_variant | m m mm |
building | Verbundindex |
bvnumber | BV039892460 |
classification_rvk | ST 170 ZN 4980 |
ctrlnum | (OCoLC)780119283 (DE-599)BVBBV039892460 |
discipline | Informatik Elektrotechnik / Elektronik / Nachrichtentechnik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02137nam a2200481 c 4500</leader><controlfield tag="001">BV039892460</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20150206 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120216s2012 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781449313876</subfield><subfield code="9">978-1-449-31387-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)780119283</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV039892460</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1051</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-862</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-473</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 170</subfield><subfield code="0">(DE-625)143602:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ZN 4980</subfield><subfield code="0">(DE-625)157428:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Margolis, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)132841061</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Arduino cookbook</subfield><subfield code="b">[recipes to begin, expand, and enhance your projects]</subfield><subfield code="c">Michael Margolis</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XX, 699 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Hier auch später erschienene, unveränderte Nachdrucke</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Arduino-Plattform</subfield><subfield code="0">(DE-588)7692236-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Peripheres Gerät</subfield><subfield code="0">(DE-588)4045179-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Ansteuerung</subfield><subfield code="0">(DE-588)4195850-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mikrocontroller</subfield><subfield code="0">(DE-588)4127438-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Fernbedienung</subfield><subfield code="0">(DE-588)4432464-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Arduino-Plattform</subfield><subfield code="0">(DE-588)7692236-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Mikrocontroller</subfield><subfield code="0">(DE-588)4127438-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Ansteuerung</subfield><subfield code="0">(DE-588)4195850-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="4"><subfield code="a">Peripheres Gerät</subfield><subfield code="0">(DE-588)4045179-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="5"><subfield code="a">Fernbedienung</subfield><subfield code="0">(DE-588)4432464-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bamberg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024751464&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024751464</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV039892460 |
illustrated | Illustrated |
indexdate | 2024-08-01T11:14:45Z |
institution | BVB |
isbn | 9781449313876 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024751464 |
oclc_num | 780119283 |
open_access_boolean | |
owner | DE-1051 DE-11 DE-862 DE-BY-FWS DE-384 DE-573 DE-29T DE-739 DE-83 DE-473 DE-BY-UBG |
owner_facet | DE-1051 DE-11 DE-862 DE-BY-FWS DE-384 DE-573 DE-29T DE-739 DE-83 DE-473 DE-BY-UBG |
physical | XX, 699 S. Ill., graph. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | O'Reilly |
record_format | marc |
spellingShingle | Margolis, Michael Arduino cookbook [recipes to begin, expand, and enhance your projects] Arduino-Plattform (DE-588)7692236-4 gnd Peripheres Gerät (DE-588)4045179-3 gnd Ansteuerung (DE-588)4195850-0 gnd Mikrocontroller (DE-588)4127438-6 gnd Fernbedienung (DE-588)4432464-9 gnd Programmierung (DE-588)4076370-5 gnd |
subject_GND | (DE-588)7692236-4 (DE-588)4045179-3 (DE-588)4195850-0 (DE-588)4127438-6 (DE-588)4432464-9 (DE-588)4076370-5 |
title | Arduino cookbook [recipes to begin, expand, and enhance your projects] |
title_auth | Arduino cookbook [recipes to begin, expand, and enhance your projects] |
title_exact_search | Arduino cookbook [recipes to begin, expand, and enhance your projects] |
title_full | Arduino cookbook [recipes to begin, expand, and enhance your projects] Michael Margolis |
title_fullStr | Arduino cookbook [recipes to begin, expand, and enhance your projects] Michael Margolis |
title_full_unstemmed | Arduino cookbook [recipes to begin, expand, and enhance your projects] Michael Margolis |
title_short | Arduino cookbook |
title_sort | arduino cookbook recipes to begin expand and enhance your projects |
title_sub | [recipes to begin, expand, and enhance your projects] |
topic | Arduino-Plattform (DE-588)7692236-4 gnd Peripheres Gerät (DE-588)4045179-3 gnd Ansteuerung (DE-588)4195850-0 gnd Mikrocontroller (DE-588)4127438-6 gnd Fernbedienung (DE-588)4432464-9 gnd Programmierung (DE-588)4076370-5 gnd |
topic_facet | Arduino-Plattform Peripheres Gerät Ansteuerung Mikrocontroller Fernbedienung Programmierung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024751464&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT margolismichael arduinocookbookrecipestobeginexpandandenhanceyourprojects |
Inhaltsverzeichnis
Sonderstandort Fakultät
Signatur: |
2000 ST 170 M329(2) |
---|---|
Exemplar 1 | nicht ausleihbar Checked out – Rückgabe bis: 31.12.2099 Vormerken |
THWS Schweinfurt Zentralbibliothek Lesesaal
Signatur: |
2000 ST 170 M329(2) |
---|---|
Exemplar 1 | ausleihbar Verfügbar Bestellen |