Programming the Photon : Getting started with the Internet of Things /
Featuring clear explanations and step-by-step examples that use inexpensive; easy-to-find components; this DIY guide will help you to quickly learn to construct your own electronics devices and control them over the Internet. --
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York :
McGraw-Hill Education,
[2016]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Cover Page
- Halftitle Page
- Title Page
- Copyright Page
- About the Author
- Contents at a Glance
- Contents
- Preface
- Acknowledgments
- 1 Introduction to the Photon
- Microcontrollers
- So, What Is the Photon?
- Particle Photon versus Spark Core
- The Internet of Things
- Particle Cloud
- The Photon Board
- Summary
- 2 Getting Connected
- Board Features
- Getting Connected
- Using Tinker
- Using the Particle Web IDE
- Photon s Firmware
- Summary
- 3 Particle Syntax
- What Is Programming?
- Variables
- Commands
- Arrays
- Strings
- Coding Best Practices
- Summary
- 4 Outputs
- Digital Outputs
- Summary
- 5 Inputs
- Digital Inputs
- Summary
- 6 The Internet of Things
- Functions
- Summary
- 7 Programming Particle Shields
- Shield Shield
- Relay Shield
- Programmer Shield
- Power Shield
- The Internet Button
- Grove Starter Kit for Photon
- Adafruit Particle NeoPixel Ring Kit
- Summary
- 8 IFTTT
- If This Then That
- Sunrise E-mail Alert
- Create a Twitter Alert Using Grove Modules
- Summary
- 9 Troubleshooting Your Device
- Device Modes
- Troubleshooting Modes
- Summary
- A Tools and Tips
- Breadboards and Prototyping Boards
- Multimeter
- Soldering
- Analog versus Digital
- Suppliers
- Components
- B Particle Code Reference
- Setup
- Loop
- analogRead
- analogWrite
- digitalRead
- digitalWrite
- if
- else
- int
- pinMode
- servo.attach
- servo.write
- Index.