Cargando…

Programming the Photon : Getting Started with the Internet of Things /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Rush, Christopher (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, N.Y. : McGraw-Hill Education, [2016].
Edición:1st edition.
Temas:
Acceso en línea:Texto completo
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.