Cargando…

Getting started with Intel Galileo /

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Richardson, Matt (Technologist)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : Maker Media, ©2014.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction to Galileo
  • What Is Galileo?
  • Inputs and Outputs
  • Code
  • Communication
  • What Makes Galileo Different?
  • Sketching in Hardware
  • First Steps
  • Tour of the Board
  • Helpful Tools and Components
  • Writing Programs to Control Your Galileo
  • Getting Familiar with the Development Environment
  • Connecting the Board
  • Uploading Code
  • Taking It Further
  • Outputs
  • Back to Blinking: Digital Output
  • Setup and Loop
  • Variables
  • Pin Numbers
  • Circuits and the Flow of Electricity
  • pinMode()
  • digitalWrite(
  • delay
  • Code and Syntax Notes
  • Going Further with Digital Output
  • Analog Output
  • analogWrite
  • Code and Syntax Notes
  • Other Outputs
  • Serial Data Output
  • Controlling A/C Appliances with Relays
  • Controlling Servos
  • Looking at Linux
  • Connecting via Telnet
  • Working with Pins
  • Taking It Further
  • Inputs
  • Switches: Digital Input
  • digitalRead
  • Code and Syntax Notes
  • Analog Input
  • Potentiometers
  • analogRead()
  • Code and Syntax Notes
  • Variable Resistors
  • Code and Syntax Notes
  • Going Further
  • Going Further with Code
  • Data Types
  • int
  • float
  • long
  • boolean
  • char
  • String Object
  • millis
  • Other Loops
  • while
  • Do While
  • For Loops
  • More Serial
  • Serial.available and Serial.read
  • Taking It Further
  • Getting Online
  • Connecting and Testing an Ethernet Connection
  • Connecting and Testing with a WiFi Connection
  • Connecting Using Linux Commands
  • system
  • Getting Galileo's IP Address Using system()
  • Connecting to Servers
  • How Many Days Until MAKE Comes Out?
  • Serving a Web Page
  • Serving a Web Page with Python
  • Taking It Further.