Arduino Android blueprints /:
Arduino is an open source microcontroller built on a single-circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects. The first few projects of this book will focus on displaying tweets within your app by connecting to Twitter, contro...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2014.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Arduino is an open source microcontroller built on a single-circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects. The first few projects of this book will focus on displaying tweets within your app by connecting to Twitter, controlling basic functions of the Arduino board, and connecting an Arduino-powered weather station to an Android phone via Bluetooth. Next, you will learn how to use the Arduino Yun board to connect a standard USB camera to a local Wi-Fi network. At the end of the book, you will build a simple mobile robot, connect it to an Arduino board and a Bluetooth module, then control the robot from an Android phone using Bluetooth. Each project is explained in a step-by-step fashion, always starting with the choice of components and the assembly of the hardware. |
Beschreibung: | "Get the best out of Arduino by interfacing in with Android to create engaging interactive projects." Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781784391683 1784391689 1784390380 9781784390389 132255403X 9781322554037 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn900882979 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 150128s2014 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d IDEBK |d EBLCP |d DEBBG |d DEBSZ |d N$T |d YDXCP |d MERUC |d AGLDB |d ICA |d NLE |d FEM |d ZCU |d XFH |d OCLCQ |d REB |d D6H |d OCLCF |d VTS |d CEF |d DEHBZ |d ICG |d OCLCQ |d OCLCO |d UKMGB |d OCLCQ |d OCLCO |d WYU |d STF |d DKC |d AU@ |d OCLCQ |d UKAHL |d OCLCQ |d OCLCO |d OCLCQ |d K6U |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d UEJ |d OCLCQ | ||
016 | 7 | |a 018007162 |2 Uk | |
019 | |a 898753834 |a 958465089 |a 969020342 |a 994604779 | ||
020 | |a 9781784391683 |q (electronic bk.) | ||
020 | |a 1784391689 |q (electronic bk.) | ||
020 | |a 1784390380 | ||
020 | |a 9781784390389 | ||
020 | |a 132255403X | ||
020 | |a 9781322554037 | ||
020 | |z 9781784390389 | ||
020 | |z 132255403X | ||
020 | |z 9781322554037 | ||
024 | 3 | |a 9781322554037 | |
035 | |a (OCoLC)900882979 |z (OCoLC)898753834 |z (OCoLC)958465089 |z (OCoLC)969020342 |z (OCoLC)994604779 | ||
037 | |a CL0500000540 |b Safari Books Online | ||
050 | 4 | |a TJ223.P76 | |
072 | 7 | |a TEC |x 009070 |2 bisacsh | |
082 | 7 | |a 621.38456 | |
084 | |a ZN 4980 |2 rvk | ||
049 | |a MAIN | ||
100 | 1 | |a Schwartz, Marco, |e author. | |
245 | 1 | 0 | |a Arduino Android blueprints / |c Marco Schwartz, Stefan Buttigieg. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2014. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
500 | |a "Get the best out of Arduino by interfacing in with Android to create engaging interactive projects." | ||
500 | |a Includes index. | ||
588 | 0 | |a Online resource; title from cover (Safari, viewed Janurary 21, 2014). | |
520 | |a Arduino is an open source microcontroller built on a single-circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects. The first few projects of this book will focus on displaying tweets within your app by connecting to Twitter, controlling basic functions of the Arduino board, and connecting an Arduino-powered weather station to an Android phone via Bluetooth. Next, you will learn how to use the Arduino Yun board to connect a standard USB camera to a local Wi-Fi network. At the end of the book, you will build a simple mobile robot, connect it to an Arduino board and a Bluetooth module, then control the robot from an Android phone using Bluetooth. Each project is explained in a step-by-step fashion, always starting with the choice of components and the assembly of the hardware. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up Your Workspace; Hardware and software requirements; Installing Java Developer Kit; Checking the JDK version; Mac; Windows; Installing Java; Installing Android Studio; Mac; Windows; Setting up the Android Software Development Kit; Setting up your physical Android device for development; Enabling developer options; Enabling USB debugging; Entrusting the computer with the installed IDE using secure USB debugging (devices with Android 4.4.2). | |
505 | 8 | |a Hardware configurationLearning to use the aREST library; Creating your first Android project; Setting up your first Hello Arduino project; Installing your app on your physical device; Summary; Chapter 2: Controlling an Arduino Board via Bluetooth; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; How to create a simple Android app to connect to the BLE module; Modifying the Android layout file; Connecting the modified layout to the corresponding activity; How to go further; Summary; Chapter 3: Bluetooth Weather Station. | |
505 | 8 | |a Hardware and software requirementsHardware configuration; Testing the sensors; Writing the Arduino sketch; Wireframing our Android application and modifying the layout files; Implementing Android layouts in the main activity; Enhancing the user interface; Creating and adding our very own app icon; Centering and enlarging the data output text; Modifying the buttons and adding some color to our text; How to go further; Summary; Chapter 4: Wi-Fi Smart Power Plug; Hardware and software requirements; Configuring the hardware; Testing the relay; Writing the Arduino sketch. | |
505 | 8 | |a Wireframing our Android applicationImplementing our layouts into the code; Polishing the user interface and experience; Adding a new app icon; Centering and enlarging the data output text; Aligning and styling the buttons; Changing the application name within the action bar; How to go further; Summary; Chapter 5: Wi-Fi Remote Security Camera; Hardware and software requirements; Hardware configuration; Setting up video streaming; Implementing a fullscreen stream player on Android; How to go further; Summary; Chapter 6: Android Phone Sensor; Hardware and software requirements. | |
505 | 8 | |a Configuring the hardwareTesting the servo; Writing the Arduino sketch; Setting up the Android app project; Laying out the Android user interface and permissions; Setting up the app's internals; How to go further; Summary; Chapter 7: Voice-activated Arduino; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; Setting up the Android app; Laying out the Android user interface and permissions; Coding the app's internals; How to go further; Summary; Chapter 8: Control an Arduino Board via NFC; Hardware and software requirements; Configuring the hardware. | |
546 | |a English. | ||
630 | 0 | 0 | |a Arduino. |
630 | 0 | 0 | |a Android (Electronic resource) |0 http://id.loc.gov/authorities/names/n2009043077 |
630 | 0 | 7 | |a Android (Electronic resource) |2 fast |
650 | 0 | |a Microcontrollers |x Programming. | |
650 | 0 | |a Smartphones |x Programming. | |
650 | 6 | |a Microcontrôleurs |x Programmation. | |
650 | 6 | |a Téléphones intelligents |x Programmation. | |
650 | 7 | |a TECHNOLOGY & ENGINEERING |x Mechanical. |2 bisacsh | |
650 | 7 | |a Microcontrollers |x Programming |2 fast | |
700 | 1 | |a Buttigieg, Stefan, |e author. | |
758 | |i has work: |a Arduino Android blueprints (Work) |1 https://id.oclc.org/worldcat/entity/E39PCXVbkvM3Kx6bqKHkhwb8G3 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Erscheint auch als: |n Druck-Ausgabe |t Schwartz, Marco. Arduino Android Blueprints |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=932930 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH28065111 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL1910116 | ||
938 | |a EBSCOhost |b EBSC |n 932930 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis30393190 | ||
938 | |a YBP Library Services |b YANK |n 12223671 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn900882979 |
---|---|
_version_ | 1816882301670260736 |
adam_text | |
any_adam_object | |
author | Schwartz, Marco Buttigieg, Stefan |
author_facet | Schwartz, Marco Buttigieg, Stefan |
author_role | aut aut |
author_sort | Schwartz, Marco |
author_variant | m s ms s b sb |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TJ223 |
callnumber-raw | TJ223.P76 |
callnumber-search | TJ223.P76 |
callnumber-sort | TJ 3223 P76 |
callnumber-subject | TJ - Mechanical Engineering and Machinery |
classification_rvk | ZN 4980 |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up Your Workspace; Hardware and software requirements; Installing Java Developer Kit; Checking the JDK version; Mac; Windows; Installing Java; Installing Android Studio; Mac; Windows; Setting up the Android Software Development Kit; Setting up your physical Android device for development; Enabling developer options; Enabling USB debugging; Entrusting the computer with the installed IDE using secure USB debugging (devices with Android 4.4.2). Hardware configurationLearning to use the aREST library; Creating your first Android project; Setting up your first Hello Arduino project; Installing your app on your physical device; Summary; Chapter 2: Controlling an Arduino Board via Bluetooth; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; How to create a simple Android app to connect to the BLE module; Modifying the Android layout file; Connecting the modified layout to the corresponding activity; How to go further; Summary; Chapter 3: Bluetooth Weather Station. Hardware and software requirementsHardware configuration; Testing the sensors; Writing the Arduino sketch; Wireframing our Android application and modifying the layout files; Implementing Android layouts in the main activity; Enhancing the user interface; Creating and adding our very own app icon; Centering and enlarging the data output text; Modifying the buttons and adding some color to our text; How to go further; Summary; Chapter 4: Wi-Fi Smart Power Plug; Hardware and software requirements; Configuring the hardware; Testing the relay; Writing the Arduino sketch. Wireframing our Android applicationImplementing our layouts into the code; Polishing the user interface and experience; Adding a new app icon; Centering and enlarging the data output text; Aligning and styling the buttons; Changing the application name within the action bar; How to go further; Summary; Chapter 5: Wi-Fi Remote Security Camera; Hardware and software requirements; Hardware configuration; Setting up video streaming; Implementing a fullscreen stream player on Android; How to go further; Summary; Chapter 6: Android Phone Sensor; Hardware and software requirements. Configuring the hardwareTesting the servo; Writing the Arduino sketch; Setting up the Android app project; Laying out the Android user interface and permissions; Setting up the app's internals; How to go further; Summary; Chapter 7: Voice-activated Arduino; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; Setting up the Android app; Laying out the Android user interface and permissions; Coding the app's internals; How to go further; Summary; Chapter 8: Control an Arduino Board via NFC; Hardware and software requirements; Configuring the hardware. |
ctrlnum | (OCoLC)900882979 |
dewey-full | 621.38456 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 621 - Applied physics |
dewey-raw | 621.38456 |
dewey-search | 621.38456 |
dewey-sort | 3621.38456 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Elektrotechnik / Elektronik / Nachrichtentechnik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07079cam a2200805 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn900882979</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">150128s2014 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">IDEBK</subfield><subfield code="d">EBLCP</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">MERUC</subfield><subfield code="d">AGLDB</subfield><subfield code="d">ICA</subfield><subfield code="d">NLE</subfield><subfield code="d">FEM</subfield><subfield code="d">ZCU</subfield><subfield code="d">XFH</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">REB</subfield><subfield code="d">D6H</subfield><subfield code="d">OCLCF</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">DEHBZ</subfield><subfield code="d">ICG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">WYU</subfield><subfield code="d">STF</subfield><subfield code="d">DKC</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">UEJ</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018007162</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">898753834</subfield><subfield code="a">958465089</subfield><subfield code="a">969020342</subfield><subfield code="a">994604779</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784391683</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784391689</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784390380</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784390389</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">132255403X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781322554037</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781784390389</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">132255403X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781322554037</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781322554037</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)900882979</subfield><subfield code="z">(OCoLC)898753834</subfield><subfield code="z">(OCoLC)958465089</subfield><subfield code="z">(OCoLC)969020342</subfield><subfield code="z">(OCoLC)994604779</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000540</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TJ223.P76</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">TEC</subfield><subfield code="x">009070</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">621.38456</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ZN 4980</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Schwartz, Marco,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Arduino Android blueprints /</subfield><subfield code="c">Marco Schwartz, Stefan Buttigieg.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2014.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">"Get the best out of Arduino by interfacing in with Android to create engaging interactive projects."</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover (Safari, viewed Janurary 21, 2014).</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Arduino is an open source microcontroller built on a single-circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects. The first few projects of this book will focus on displaying tweets within your app by connecting to Twitter, controlling basic functions of the Arduino board, and connecting an Arduino-powered weather station to an Android phone via Bluetooth. Next, you will learn how to use the Arduino Yun board to connect a standard USB camera to a local Wi-Fi network. At the end of the book, you will build a simple mobile robot, connect it to an Arduino board and a Bluetooth module, then control the robot from an Android phone using Bluetooth. Each project is explained in a step-by-step fashion, always starting with the choice of components and the assembly of the hardware.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up Your Workspace; Hardware and software requirements; Installing Java Developer Kit; Checking the JDK version; Mac; Windows; Installing Java; Installing Android Studio; Mac; Windows; Setting up the Android Software Development Kit; Setting up your physical Android device for development; Enabling developer options; Enabling USB debugging; Entrusting the computer with the installed IDE using secure USB debugging (devices with Android 4.4.2).</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Hardware configurationLearning to use the aREST library; Creating your first Android project; Setting up your first Hello Arduino project; Installing your app on your physical device; Summary; Chapter 2: Controlling an Arduino Board via Bluetooth; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; How to create a simple Android app to connect to the BLE module; Modifying the Android layout file; Connecting the modified layout to the corresponding activity; How to go further; Summary; Chapter 3: Bluetooth Weather Station.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Hardware and software requirementsHardware configuration; Testing the sensors; Writing the Arduino sketch; Wireframing our Android application and modifying the layout files; Implementing Android layouts in the main activity; Enhancing the user interface; Creating and adding our very own app icon; Centering and enlarging the data output text; Modifying the buttons and adding some color to our text; How to go further; Summary; Chapter 4: Wi-Fi Smart Power Plug; Hardware and software requirements; Configuring the hardware; Testing the relay; Writing the Arduino sketch.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Wireframing our Android applicationImplementing our layouts into the code; Polishing the user interface and experience; Adding a new app icon; Centering and enlarging the data output text; Aligning and styling the buttons; Changing the application name within the action bar; How to go further; Summary; Chapter 5: Wi-Fi Remote Security Camera; Hardware and software requirements; Hardware configuration; Setting up video streaming; Implementing a fullscreen stream player on Android; How to go further; Summary; Chapter 6: Android Phone Sensor; Hardware and software requirements.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Configuring the hardwareTesting the servo; Writing the Arduino sketch; Setting up the Android app project; Laying out the Android user interface and permissions; Setting up the app's internals; How to go further; Summary; Chapter 7: Voice-activated Arduino; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; Setting up the Android app; Laying out the Android user interface and permissions; Coding the app's internals; How to go further; Summary; Chapter 8: Control an Arduino Board via NFC; Hardware and software requirements; Configuring the hardware.</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Arduino.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Android (Electronic resource)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2009043077</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Android (Electronic resource)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Microcontrollers</subfield><subfield code="x">Programming.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Smartphones</subfield><subfield code="x">Programming.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Microcontrôleurs</subfield><subfield code="x">Programmation.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Téléphones intelligents</subfield><subfield code="x">Programmation.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">TECHNOLOGY & ENGINEERING</subfield><subfield code="x">Mechanical.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Microcontrollers</subfield><subfield code="x">Programming</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Buttigieg, Stefan,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Arduino Android blueprints (Work)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXVbkvM3Kx6bqKHkhwb8G3</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als:</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="t">Schwartz, Marco. Arduino Android Blueprints</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=932930</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH28065111</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1910116</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">932930</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis30393190</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12223671</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn900882979 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:26Z |
institution | BVB |
isbn | 9781784391683 1784391689 1784390380 9781784390389 132255403X 9781322554037 |
language | English |
oclc_num | 900882979 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Schwartz, Marco, author. Arduino Android blueprints / Marco Schwartz, Stefan Buttigieg. Birmingham, UK : Packt Publishing, 2014. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled "Get the best out of Arduino by interfacing in with Android to create engaging interactive projects." Includes index. Online resource; title from cover (Safari, viewed Janurary 21, 2014). Arduino is an open source microcontroller built on a single-circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects. The first few projects of this book will focus on displaying tweets within your app by connecting to Twitter, controlling basic functions of the Arduino board, and connecting an Arduino-powered weather station to an Android phone via Bluetooth. Next, you will learn how to use the Arduino Yun board to connect a standard USB camera to a local Wi-Fi network. At the end of the book, you will build a simple mobile robot, connect it to an Arduino board and a Bluetooth module, then control the robot from an Android phone using Bluetooth. Each project is explained in a step-by-step fashion, always starting with the choice of components and the assembly of the hardware. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up Your Workspace; Hardware and software requirements; Installing Java Developer Kit; Checking the JDK version; Mac; Windows; Installing Java; Installing Android Studio; Mac; Windows; Setting up the Android Software Development Kit; Setting up your physical Android device for development; Enabling developer options; Enabling USB debugging; Entrusting the computer with the installed IDE using secure USB debugging (devices with Android 4.4.2). Hardware configurationLearning to use the aREST library; Creating your first Android project; Setting up your first Hello Arduino project; Installing your app on your physical device; Summary; Chapter 2: Controlling an Arduino Board via Bluetooth; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; How to create a simple Android app to connect to the BLE module; Modifying the Android layout file; Connecting the modified layout to the corresponding activity; How to go further; Summary; Chapter 3: Bluetooth Weather Station. Hardware and software requirementsHardware configuration; Testing the sensors; Writing the Arduino sketch; Wireframing our Android application and modifying the layout files; Implementing Android layouts in the main activity; Enhancing the user interface; Creating and adding our very own app icon; Centering and enlarging the data output text; Modifying the buttons and adding some color to our text; How to go further; Summary; Chapter 4: Wi-Fi Smart Power Plug; Hardware and software requirements; Configuring the hardware; Testing the relay; Writing the Arduino sketch. Wireframing our Android applicationImplementing our layouts into the code; Polishing the user interface and experience; Adding a new app icon; Centering and enlarging the data output text; Aligning and styling the buttons; Changing the application name within the action bar; How to go further; Summary; Chapter 5: Wi-Fi Remote Security Camera; Hardware and software requirements; Hardware configuration; Setting up video streaming; Implementing a fullscreen stream player on Android; How to go further; Summary; Chapter 6: Android Phone Sensor; Hardware and software requirements. Configuring the hardwareTesting the servo; Writing the Arduino sketch; Setting up the Android app project; Laying out the Android user interface and permissions; Setting up the app's internals; How to go further; Summary; Chapter 7: Voice-activated Arduino; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; Setting up the Android app; Laying out the Android user interface and permissions; Coding the app's internals; How to go further; Summary; Chapter 8: Control an Arduino Board via NFC; Hardware and software requirements; Configuring the hardware. English. Arduino. Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast Microcontrollers Programming. Smartphones Programming. Microcontrôleurs Programmation. Téléphones intelligents Programmation. TECHNOLOGY & ENGINEERING Mechanical. bisacsh Microcontrollers Programming fast Buttigieg, Stefan, author. has work: Arduino Android blueprints (Work) https://id.oclc.org/worldcat/entity/E39PCXVbkvM3Kx6bqKHkhwb8G3 https://id.oclc.org/worldcat/ontology/hasWork Erscheint auch als: Druck-Ausgabe Schwartz, Marco. Arduino Android Blueprints Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=932930 Volltext |
spellingShingle | Schwartz, Marco Buttigieg, Stefan Arduino Android blueprints / Community experience distilled. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up Your Workspace; Hardware and software requirements; Installing Java Developer Kit; Checking the JDK version; Mac; Windows; Installing Java; Installing Android Studio; Mac; Windows; Setting up the Android Software Development Kit; Setting up your physical Android device for development; Enabling developer options; Enabling USB debugging; Entrusting the computer with the installed IDE using secure USB debugging (devices with Android 4.4.2). Hardware configurationLearning to use the aREST library; Creating your first Android project; Setting up your first Hello Arduino project; Installing your app on your physical device; Summary; Chapter 2: Controlling an Arduino Board via Bluetooth; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; How to create a simple Android app to connect to the BLE module; Modifying the Android layout file; Connecting the modified layout to the corresponding activity; How to go further; Summary; Chapter 3: Bluetooth Weather Station. Hardware and software requirementsHardware configuration; Testing the sensors; Writing the Arduino sketch; Wireframing our Android application and modifying the layout files; Implementing Android layouts in the main activity; Enhancing the user interface; Creating and adding our very own app icon; Centering and enlarging the data output text; Modifying the buttons and adding some color to our text; How to go further; Summary; Chapter 4: Wi-Fi Smart Power Plug; Hardware and software requirements; Configuring the hardware; Testing the relay; Writing the Arduino sketch. Wireframing our Android applicationImplementing our layouts into the code; Polishing the user interface and experience; Adding a new app icon; Centering and enlarging the data output text; Aligning and styling the buttons; Changing the application name within the action bar; How to go further; Summary; Chapter 5: Wi-Fi Remote Security Camera; Hardware and software requirements; Hardware configuration; Setting up video streaming; Implementing a fullscreen stream player on Android; How to go further; Summary; Chapter 6: Android Phone Sensor; Hardware and software requirements. Configuring the hardwareTesting the servo; Writing the Arduino sketch; Setting up the Android app project; Laying out the Android user interface and permissions; Setting up the app's internals; How to go further; Summary; Chapter 7: Voice-activated Arduino; Hardware and software requirements; Configuring the hardware; Writing the Arduino sketch; Setting up the Android app; Laying out the Android user interface and permissions; Coding the app's internals; How to go further; Summary; Chapter 8: Control an Arduino Board via NFC; Hardware and software requirements; Configuring the hardware. Arduino. Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast Microcontrollers Programming. Smartphones Programming. Microcontrôleurs Programmation. Téléphones intelligents Programmation. TECHNOLOGY & ENGINEERING Mechanical. bisacsh Microcontrollers Programming fast |
subject_GND | http://id.loc.gov/authorities/names/n2009043077 |
title | Arduino Android blueprints / |
title_auth | Arduino Android blueprints / |
title_exact_search | Arduino Android blueprints / |
title_full | Arduino Android blueprints / Marco Schwartz, Stefan Buttigieg. |
title_fullStr | Arduino Android blueprints / Marco Schwartz, Stefan Buttigieg. |
title_full_unstemmed | Arduino Android blueprints / Marco Schwartz, Stefan Buttigieg. |
title_short | Arduino Android blueprints / |
title_sort | arduino android blueprints |
topic | Arduino. Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast Microcontrollers Programming. Smartphones Programming. Microcontrôleurs Programmation. Téléphones intelligents Programmation. TECHNOLOGY & ENGINEERING Mechanical. bisacsh Microcontrollers Programming fast |
topic_facet | Arduino. Android (Electronic resource) Microcontrollers Programming. Smartphones Programming. Microcontrôleurs Programmation. Téléphones intelligents Programmation. TECHNOLOGY & ENGINEERING Mechanical. Microcontrollers Programming |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=932930 |
work_keys_str_mv | AT schwartzmarco arduinoandroidblueprints AT buttigiegstefan arduinoandroidblueprints |