Muutke küpsiste eelistusi

E-raamat: Getting Started with Intel Galileo: Electronic Projects with the Quark-Powered Arduino-Compatible Board

  • Formaat: 194 pages
  • Ilmumisaeg: 14-Mar-2014
  • Kirjastus: O'Reilly Media
  • Keel: eng
  • ISBN-13: 9781457183041
  • Formaat - EPUB+DRM
  • Hind: 8,18 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: 194 pages
  • Ilmumisaeg: 14-Mar-2014
  • Kirjastus: O'Reilly Media
  • Keel: eng
  • ISBN-13: 9781457183041

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Getting Started with the Intel Galileo gets you up and running with this new, x86-powered board that was developed in collaboration between Arduino and Intel. You'll learn how to set it up, connect it to your computer, and begin programming. You'll learn how to build electronics projects around the Galileo, and you'll explore the features and power that make it different from all the boards that came before.

Developed in collaboration with the Intel Galileo team, and in consultation with members of the Arduino team, this is the definitive introduction to Intel's new board for makers.

Preface vii
1 Introduction to Galileo
1(8)
What Is Galileo?
2(3)
Inputs and Outputs
2(2)
Code
4(1)
Communication
4(1)
What Makes Galileo Different?
5(3)
Sketching in Hardware
8(1)
2 First Steps
9(16)
Tour of the Board
10(3)
Helpful Tools and Components
13(3)
Writing Programs to Control Your Galileo
16(1)
Getting Familiar with the Development Environment
17(2)
Connecting the Board
19(2)
Uploading Code
21(2)
Taking It Further
23(2)
3 Outputs
25(42)
Back to Blinking: Digital Output
26(16)
Setup and Loop
26(1)
Variables
27(1)
Pin Numbers
28(6)
Circuits and the Flow of Electricity
34(3)
pinMode()
37(1)
digitalWrite()
38(1)
delay()
39(1)
Code and Syntax Notes
39(2)
Going Further with Digital Output
41(1)
Analog Output
42(8)
analogWrite()
43(4)
Code and Syntax Notes
47(3)
Other Outputs
50(10)
Serial Data Output
50(4)
Controlling A/C Appliances with Relays
54(1)
Controlling Servos
55(5)
Looking at Linux
60(5)
Connecting via Telnet
61(1)
Working with Pins
62(3)
Taking It Further
65(2)
4 Inputs
67(24)
Switches: Digital Input
68(7)
digitalRead()
73(1)
Code and Syntax Notes
74(1)
Analog Input
75(13)
Potentiometers
76(4)
analogRead()
80(1)
Code and Syntax Notes
81(1)
Variable Resistors
82(5)
Code and Syntax Notes
87(1)
Going Further
88(3)
5 Going Further with Code
91(12)
Data Types
92(3)
int
92(1)
float
92(1)
long
93(1)
boolean
93(1)
char
94(1)
String Object
94(1)
millis()
95(1)
Other Loops
95(4)
while
95(1)
Do While
95(1)
For Loops
96(3)
More Serial
99(1)
Serial.available() and Serial.read()
99(1)
Taking It Further
100(3)
6 Getting Online
103(28)
Connecting and Testing an Ethernet Connection
104(1)
Connecting and Testing with a WiFi Connection
105(2)
Connecting Using Linux Commands
107(3)
system()
108(1)
Getting Galileo's IP Address Using system()
108(2)
Connecting to Servers
110(13)
How Many Days Until MAKE Comes Out?
110(13)
Serving a Web Page
123(6)
Serving a Web Page with Python
126(3)
Taking It Further
129(2)
A Arduino Code Reference 131(16)
B Breadboard Basics 147(6)
C Resistor Reference 153(4)
D Creating a MicroSD Image 157(4)
E Setting Up Galileo on Windows 161(6)
F Setting Up Galileo on Linux 167(4)
G Setting Up Galileo on Mac OS X 171(4)
H Connecting to Galileo via Serial 175
Matt Richardson is a Brooklyn-based creative technologist and video producer. He's a contributor to MAKE magazine and Makezine.com. Matt is also the owner of Awesome Button Studios, a technology consultancy. Highlights from his work include the Descriptive Camera, a camera which outputs a text description of a scene instead of a photo. He also created The Enough Already, a DIY celebrity-silencing device. Matt's work has garnered attention from The New York Times, Wired, New York Magazine and has also been featured at The Nevada Museum of Art and at the Santorini Bienniele. He is currently a Master's candidate at New York University's Interactive Telecommunications Program.