30 Arduino-Selbstbau-Projekte: [die coolsten Bauanleitungen für Arduino]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German English |
Veröffentlicht: |
Haar bei München
Franzis
2012
|
Ausgabe: | [Ausg. mit Platine] |
Schriftenreihe: | Know-how ist blau : Arduino
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 254 S. Ill., graph. Darst. 23 cm 1 Platine (Arduino UNO, SMD Ed.) |
ISBN: | 9783645651523 3645651527 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV041265343 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 130911s2012 gw ad|| |||| 00||| ger d | ||
015 | |a 12,N27 |2 dnb | ||
015 | |a 13,A10 |2 dnb | ||
016 | 7 | |a 1023740818 |2 DE-101 | |
020 | |a 9783645651523 |c kart. : EUR 59.90 (DE), EUR 61.60 (AT) |9 978-3-645-65152-3 | ||
020 | |a 3645651527 |9 3-645-65152-7 | ||
024 | 3 | |a 9783645651523 | |
035 | |a (DE-599)DNB1023740818 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 1 | |a ger |h eng | |
044 | |a gw |c XA-DE-BY | ||
082 | 0 | |a 621.3916 |2 22/ger | |
084 | |a 621.3 |2 sdnb | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Monk, Simon |e Verfasser |4 aut | |
240 | 1 | 0 | |a 30 Arduino projects for the evil genius |
245 | 1 | 0 | |a 30 Arduino-Selbstbau-Projekte |b [die coolsten Bauanleitungen für Arduino] |c Simon Monk |
246 | 1 | 3 | |a Dreißig Arduino-Selbstbau-Projekte |
250 | |a [Ausg. mit Platine] | ||
264 | 1 | |a Haar bei München |b Franzis |c 2012 | |
300 | |a 254 S. |b Ill., graph. Darst. |c 23 cm |e 1 Platine (Arduino UNO, SMD Ed.) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Know-how ist blau : Arduino | |
650 | 0 | 7 | |a Mikrocontroller |0 (DE-588)4127438-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Arduino-Plattform |0 (DE-588)7692236-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Hobbyelektronik |0 (DE-588)4160072-1 |2 gnd |9 rswk-swf |
655 | 7 | |8 1\p |0 (DE-588)4144384-6 |a Beispielsammlung |2 gnd-content | |
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 Hobbyelektronik |0 (DE-588)4160072-1 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026239060&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-026239060 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804150727886503936 |
---|---|
adam_text | IMAGE 1
7
INHALTSVERZEICHNIS
1 EINFUEHRUNG 1 1
2 SCHNELLEINSTIEG 15
2.1 STROMVERSORGUNG 15
2.2 INSTALLIEREN DER SOFTWARE 16
2.2.1 INSTALLATION UNTER WINDOWS 16
2.2.2 INSTALLATION UNTER MAC OS X 21
2.2.3 INSTALLATION UNTER LINUX 23
2.3 KONFIGURIEREN DER ARDUINO-UMGEBUNG 23
2.4 HERUNTERLADEN DER PROJEKT-SOFTWARE 25
3 ARDUINO IM DETAIL 27
3.1 MIKROCONTROLLER 27
3.2 WIE SETZT SICH EIN ARDUINO-BOARD ZUSAMMEN? 28
3.2.1 SPANNUNGSVERSORGUNG 28
3.2.2 SPANNUNGSVERSORGUNGSANSCHLUESSE 28
3.2.3 ANALOGE EINGAENGE 31
3.2.4 DIGITALE VERBINDUNGEN 31
3.2.5 MIKROCONTROLLER 33
3.2.6 WEITERE BAUTEILE 34
3.3 DIE ARDUINO-SERIE 34
3.4 DIE PROGRAMMIERSPRACHE C 35
3.4.1 VARIABLEN UND DATENTYPEN 39
3.4.2 ARITHMETIK 40
3.4.3 STRINGS (ZEICHENKETTEN) 40
3.4.4 BEDINGTE ANWEISUNGEN 40
4 LED-PROJEKTE 43
4.1 PROJEKT 1: BLINKENDE LED 43
4.1.1 STECKPLATINE 43
4.2 PROJEKT 2: SOS-BLINKZEICHEN MITTELS MORSECODE 49
HTTP://D-NB.INFO/1023740818
IMAGE 2
8 INHALTSVERZEICHNIS
4.2.1 SCHLEIFEN 53
4.3 PROJEKT 3: MORSECODE-UEBERSETZUNGSPROGRAMM 54
4.3.1 ARRAYS 54
4.4 PROJEKT 4: MORSECODE-UEBERSETZUNGSPROGRAMM MIT BESONDERS HELLER LED 6
1
4.5 PROJEKT 5: MODELLAMPEL 7 1
4.5.1 DIGITALE EIN- UND AUSGAENGE 71
4.6 PROJEKT 6: STROBOSKOP 75
4.7 PROJEKT 7: STIMMUNGSLEUCHTE 8 0
4.8 PROJEKT 8: HOCHLEISTUNGS-STROBOSKOPLICHT 86
4.9 PROJEKT 9: LED-WUERFEL 89
4.9.1 ZUFALLSZAHLGENERIERUNG 89
5 PROJEKTE MIT SENSOREN 95
5.1 PROJEKT 10: SICHERHEITSCODE-EINGABE UEBER TASTENFELD 95 5.2 PROJEKT
11: MODELLAMPEL MIT INKREMENTALGEBER 103
5.2.1 INKREMENTALGEBER 103
5.3 PROJEKT 12: PULSMESSGERAET 109
5.3.1 LICHTMESSUNG 109
5.4 PROJEKT 13: USB-TEMPERATURLOGGER 117
5.4.1 TEMPERATURMESSUNG 117
6 PROJEKTE MIT LICHT 127
6.1 PROJEKT 14: MEHRFARBIGES LICHT 127
6.2 PROJEKT 15: DOPPELWUERFEL 132
6.2.1 SIEBENSEGMENTANZEIGEN 132
6.3 PROJEKT 16: LED-MATRIX 139
6.4 PROJEKT 17: LCD-NACHRICHTENANZEIGE 146
6.4.1 LCD-ANZEIGEN 146
7 SOUND-PROJEKTE 151
7.1 PROJEKT 18: OSZILLOSKOP 151
7.2 PROJEKT 19: SOUND-ABSPIELGERAET 156
7.2.1 GENERIERUNG VON SOUNDS 156
7.3 PROJEKT 20: LICHTHARFE 164
7.4 PROJEKT 21: VU-METER 168
IMAGE 3
INHALTSVERZEICHNIS 9
8 PROJEKTE MIT VARIABLER STROMVERSORGUNG 173
8.1 PROJEKT 22: LCD-THERMOSTAT 173
8.2 PROJEKT 23: COMPUTERGESTEUERTER LUEFTER 181
8.3 PROJEKT 24: HYPNOSE-SCHEIBE 184
8.3.1 H-BRUECKEN-CONTROLLER 184
8.4 PROJEKT 25: SERVOGESTEUERTER LASER 189
8.4.1 SERVOMOTOREN 189
9 VERSCHIEDENE PROJEKTE 197
9.1 PROJEKT 26: LUEGENDETEKTOR 197
9.2 PROJEKT 27: MAGNETISCHES TUERSCHLOSS 202
9.3 PROJEKT 28: INFRAROTFERNBEDIENUNG 207
9.4 PROJEKT 29: LILYPAD-UHR 214
9.5 PROJEKT 30: COUNTDOWN-TIMER 220
10 HINWEISE FUER DIE ENTWICKLUNG EIGENER PROJEKTE 227
10.1 DATENBLAETTER 227
10.2 SCHALTKREISE 227
10.3 BAUTEILE 230
10.3.1 WIDERSTAENDE 231
10.3.2 TRANSISTOREN 232
10.3.3 SONSTIGE HALBLEITER 234
10.3.4 MODULE UND SHIELDS 235
10.3.5 EINKAUF DER BAUTEILE 236
10.4 WERKZEUGE UND HILFSMITTEL 236
10.4.1 BAUTEILKASTEN 237
10.4.2 SEITENSCHNEIDER UND DRAHTZANGE 237
10.4.3 LOETKOLBEN 238
10.4.4 MULTIMETER 240
10.4.5 OSZILLOSKOP 242
ANHANG 245
STICHWORTVERZEICHNIS 251
|
any_adam_object | 1 |
author | Monk, Simon |
author_facet | Monk, Simon |
author_role | aut |
author_sort | Monk, Simon |
author_variant | s m sm |
building | Verbundindex |
bvnumber | BV041265343 |
ctrlnum | (DE-599)DNB1023740818 |
dewey-full | 621.3916 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 621 - Applied physics |
dewey-raw | 621.3916 |
dewey-search | 621.3916 |
dewey-sort | 3621.3916 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Informatik Elektrotechnik / Elektronik / Nachrichtentechnik |
edition | [Ausg. mit Platine] |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02150nam a2200529 c 4500</leader><controlfield tag="001">BV041265343</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">130911s2012 gw ad|| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">12,N27</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">13,A10</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1023740818</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783645651523</subfield><subfield code="c">kart. : EUR 59.90 (DE), EUR 61.60 (AT)</subfield><subfield code="9">978-3-645-65152-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3645651527</subfield><subfield code="9">3-645-65152-7</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783645651523</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1023740818</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="1" ind2=" "><subfield code="a">ger</subfield><subfield code="h">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BY</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">621.3916</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">621.3</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Monk, Simon</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">30 Arduino projects for the evil genius</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">30 Arduino-Selbstbau-Projekte</subfield><subfield code="b">[die coolsten Bauanleitungen für Arduino]</subfield><subfield code="c">Simon Monk</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Dreißig Arduino-Selbstbau-Projekte</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">[Ausg. mit Platine]</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Haar bei München</subfield><subfield code="b">Franzis</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">254 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="c">23 cm</subfield><subfield code="e">1 Platine (Arduino UNO, SMD Ed.)</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="490" ind1="0" ind2=" "><subfield code="a">Know-how ist blau : Arduino</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">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">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Hobbyelektronik</subfield><subfield code="0">(DE-588)4160072-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="8">1\p</subfield><subfield code="0">(DE-588)4144384-6</subfield><subfield code="a">Beispielsammlung</subfield><subfield code="2">gnd-content</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">Hobbyelektronik</subfield><subfield code="0">(DE-588)4160072-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</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=026239060&sequence=000001&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-026239060</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> |
genre | 1\p (DE-588)4144384-6 Beispielsammlung gnd-content |
genre_facet | Beispielsammlung |
id | DE-604.BV041265343 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:43:32Z |
institution | BVB |
isbn | 9783645651523 3645651527 |
language | German English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-026239060 |
open_access_boolean | |
physical | 254 S. Ill., graph. Darst. 23 cm 1 Platine (Arduino UNO, SMD Ed.) |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Franzis |
record_format | marc |
series2 | Know-how ist blau : Arduino |
spelling | Monk, Simon Verfasser aut 30 Arduino projects for the evil genius 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] Simon Monk Dreißig Arduino-Selbstbau-Projekte [Ausg. mit Platine] Haar bei München Franzis 2012 254 S. Ill., graph. Darst. 23 cm 1 Platine (Arduino UNO, SMD Ed.) txt rdacontent n rdamedia nc rdacarrier Know-how ist blau : Arduino Mikrocontroller (DE-588)4127438-6 gnd rswk-swf Arduino-Plattform (DE-588)7692236-4 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf Hobbyelektronik (DE-588)4160072-1 gnd rswk-swf 1\p (DE-588)4144384-6 Beispielsammlung gnd-content Arduino-Plattform (DE-588)7692236-4 s Mikrocontroller (DE-588)4127438-6 s Programmierung (DE-588)4076370-5 s Hobbyelektronik (DE-588)4160072-1 s DE-604 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026239060&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Monk, Simon 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] Mikrocontroller (DE-588)4127438-6 gnd Arduino-Plattform (DE-588)7692236-4 gnd Programmierung (DE-588)4076370-5 gnd Hobbyelektronik (DE-588)4160072-1 gnd |
subject_GND | (DE-588)4127438-6 (DE-588)7692236-4 (DE-588)4076370-5 (DE-588)4160072-1 (DE-588)4144384-6 |
title | 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] |
title_alt | 30 Arduino projects for the evil genius Dreißig Arduino-Selbstbau-Projekte |
title_auth | 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] |
title_exact_search | 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] |
title_full | 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] Simon Monk |
title_fullStr | 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] Simon Monk |
title_full_unstemmed | 30 Arduino-Selbstbau-Projekte [die coolsten Bauanleitungen für Arduino] Simon Monk |
title_short | 30 Arduino-Selbstbau-Projekte |
title_sort | 30 arduino selbstbau projekte die coolsten bauanleitungen fur arduino |
title_sub | [die coolsten Bauanleitungen für Arduino] |
topic | Mikrocontroller (DE-588)4127438-6 gnd Arduino-Plattform (DE-588)7692236-4 gnd Programmierung (DE-588)4076370-5 gnd Hobbyelektronik (DE-588)4160072-1 gnd |
topic_facet | Mikrocontroller Arduino-Plattform Programmierung Hobbyelektronik Beispielsammlung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026239060&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT monksimon 30arduinoprojectsfortheevilgenius AT monksimon 30arduinoselbstbauprojektediecoolstenbauanleitungenfurarduino AT monksimon dreißigarduinoselbstbauprojekte |