Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Schwartz, Marco (Autor), Buttigieg, Stefan (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn900882979
003 OCoLC
005 20240329122006.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 
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 
029 1 |a DEBBG  |b BV042490974 
029 1 |a DEBBG  |b BV043616998 
029 1 |a DEBSZ  |b 431889910 
029 1 |a DEBSZ  |b 43484151X 
029 1 |a DEBSZ  |b 484737694 
029 1 |a GBVCP  |b 882844989 
029 1 |a UKMGB  |b 018007162 
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 0 4 |a 621.38456 
084 |a ZN 4980  |2 rvk 
049 |a UAMI 
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. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Arduino. 
630 0 0 |a Android (Electronic resource) 
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. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1910116  |z Texto completo 
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 IZTAP