reklama - zainteresowany?

Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices - Helion

Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices
ebook
Autor: Patrick Mulder, Kelsey Breseman
ISBN: 978-14-919-2894-3
stron: 266, Format: ebook
Data wydania: 2016-10-10
Księgarnia: Helion

Cena książki: 92,65 zł (poprzednio: 107,73 zł)
Oszczędzasz: 14% (-15,08 zł)

Dodaj do koszyka Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices

Tagi: Funkcjonalność stron i UX | Node.js

How can we build bridges from the digital world of the Internet to the analog world that surrounds us? By bringing accessibility to embedded components such as sensors and microcontrollers, JavaScript and Node.js might shape the world of physical computing as they did for web browsers. This practical guide shows hardware and software engineers, makers, and web developers how to talk in JavaScript with a variety of hardware platforms. Authors Patrick Mulder and Kelsey Breseman also delve into the basics of microcontrollers, single-board computers, and other hardware components.

  • Use JavaScript to program microcontrollers with Arduino and Espruino
  • Prototype IoT devices with the Tessel 2 development platform
  • Learn about electronic input and output components, including sensors
  • Connect microcontrollers to the Internet with the Particle Photon toolchain
  • Run Node.js on single-board computers such as Raspberry Pi and Intel Edison
  • Talk to embedded devices with Node.js libraries such as Johnny-Five, and remotely control the devices with Bluetooth
  • Use MQTT as a message broker to connect devices across networks
  • Explore ways to use robots as building blocks for shared experiences

Dodaj do koszyka Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices

 

Osoby które kupowały "Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices", wybierały także:

  • Projektowanie oprogramowania dla zupeÅ‚nie poczÄ…tkujÄ…cych. Owoce programowania. Wydanie V
  • D3.js w akcji
  • Nie każ mi myÅ›leć! O życiowym podejÅ›ciu do funkcjonalnoÅ›ci stron internetowych. Wydanie III
  • Ucieczka z puÅ‚apki budowania. Efektywne zarzÄ…dzanie produktem
  • Badanie UX. Praktyczne techniki projektowania bezkonkurencyjnych produktów

Dodaj do koszyka Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices

Spis treści

Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices eBook -- spis treści

  • Foreword
  • Preface
    • Who This Book Is For
    • How to Use This Book
    • Conventions Used in This Book
    • Using Code Examples
    • Safari Books Online
    • How to Contact Us
    • Acknowledgments
      • From Patrick
      • From Kelsey
  • 1. Connecting Worlds
    • Why the Internet of Things?
      • Embedded Devices
      • Embedded Internet
      • Protocols
      • Examples and Use Cases
    • JavaScript for Distributed Programming
      • JavaScript and the IoT
      • Hello World with JavaScript
        • Basic syntax
        • Higher-level functions
        • Objects and arrays
        • JSON
    • JavaScript Runtime Environments
      • The Browser
      • The Server
      • Embedded Devices
    • The Node.js API
      • Buffer
      • Streams
  • 2. Blink with Arduino
    • Getting Started with Microcontrollers
    • Arduino
      • The Blink Sketch
    • The Firmata Bridge
      • Programming an Arduino with JavaScript
    • Functional Blocks of an MCU
      • Pins
      • Microcontroller Versus Microprocessor
      • Block Diagrams
      • Analog Inputs
      • Pulse-Width Modulation
      • Pinouts
    • Firmware
  • 3. Espruino
    • The Espruino Hardware
    • Programming Espruino
    • Variable Blink
    • Modules
    • Flashing Espruino Firmware
  • 4. The Tessel 2
    • Hardware
    • Toolchain
      • Command-Line Interface
    • Pin Abstractions
      • Digital Pins
      • Analog Pins
    • Embedded Internet with System-on-Chip
  • 5. Particle Photon
    • The Particle Photon
    • Particle Command-Line Interface
    • OTA Code Deploys
  • 6. Single-Board Computers
    • The Raspberry Pi
    • BeagleBone
    • The Intel Edison
    • Boards with 64-Bit Instruction Sets
    • Using Embedded Linux
      • Working with SD Cards
      • Embedded Linux Distributions
      • OpenWRT
      • Debian
      • Yocto
    • Network Configuration
      • Debugging Network Settings
    • Running Node.js
    • Deploy Projects with Git
  • 7. Components for Prototyping
    • Wiring Circuits
      • Breadboards
      • Grove Kit
      • Soldering
      • Printed Circuit Boards
      • Tessel Modules
    • Basic Components
      • Datasheets
      • Passive Components
      • LEDs
    • Sensors
      • Temperature
      • Motion
      • Ultrasonic Distance
    • Actuators
      • Servo Motors
      • Stepper Motors
      • DC Motors
    • Multimedia
    • Cables
      • Jumper Wires
      • USB Cables
      • FTDI-USB-Cable
      • Network Cables
  • 8. Node.js Libraries for Hardware
    • JavaScript for the Hardware Abstraction Layer
    • The node-serialport Library
      • Serial Communication with JavaScript
      • Scanning for Devices
      • Receiving Data from Arduino
      • Sending Data to Arduino
    • The Johnny-Five Library
      • An Empty Project
      • The Board Object
      • The Johnny-Five REPL
      • Buttons
      • Analog Inputs
      • Proximity
      • Nodebot
      • The I2C Library
    • The LibMRAA Library
      • MRAA Setup
      • Outputs
      • Reading Inputs
      • Interrupts
      • Communications
    • The Cylon.js Library
  • 9. Exploring Network Protocols
    • The Hypertext Transfer Protocol
      • Requesting the Weather
      • Prepare the HTTP Client
    • Building a Weather Station
      • Adding a Database
    • The Transmission Control Protocol and User Datagram Protocol
    • The WebSocket Protocol
      • The ws Module
      • Remote Procedure Calls over Websockets
  • 10. Web Frontends for Things
    • Adding Static Pages
    • Basic jQuery
      • Adding the Model-View-Controller
    • Websockets in a Browser
      • A Bare Minimum Websocket Connection
    • The D3.js Library for Plotting Data
    • P5.js
  • 11. Entering the Cloud
    • PublishSubscribe Pattern
    • The MQTT Protocol
      • Connecting to an MQTT Broker
      • Publish Messages
      • Subscribe to Updates
      • MQTT Server with Mosca
    • Cloud Services
      • CloudMQTT
      • HiveMQ
      • PubNub
      • Telegram
      • Temboo
    • System Design with NodeRED
      • Install NodeRED
      • Concepts
  • 12. Making Robots with Node.js
    • What Is a Robot?
    • Why Build Robots in Node.js?
      • Community
      • Education
      • Product Development
    • The Tessel Project
    • Robot Kits
      • Motors and Potentiometers
      • Sumobot Jr.
      • Hackarobot
    • Example Project: The Robot Claw
    • Example Project: Move a Vehicle
      • Servo
      • MD25 Motor Shield
  • 13. Wireless Data with Bluetooth
    • The Bluetooth Low Energy Protocol
      • Communication Modes
      • Connect with Centrals
      • Beacons
      • RedBear Shields and Boards
      • BlueIOT
    • Libraries for Bluetooth
      • Arduino
      • BLE Scanner and Parser
      • Noble.js
      • Bleno.js
    • Example Project: Proximity Detection
  • 14. Toward the Physical Internet
    • What Are Shared Experiences?
      • Connected Products
      • Responsive Environments
    • Impacts of the Physical Internet
  • 15. From Products to Toolkits
    • JavaScript as a Toolkit
    • The Power of Modularity
    • Modularity in Hardware
    • Node.js: Driving Innovation in the IoT
    • Building Good Technology
  • A. Node.js
    • Module Basics
      • The Filesystem Module
    • The Node Package Manager
      • Install Modules with npm
      • Running Scripts with npm
      • The Stream Module
  • B. Early Hardware for IoT Systems
    • Raspberry Pi
    • BeagleBone
    • Intel Galileo
  • Index

Dodaj do koszyka Node.js for Embedded Systems. Using Web Technologies to Build Connected Devices

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.