IoT Entwicklung für ESP32 und ESP8266 mit JavaScript: Ein praktischer Leitfaden für XS a-

Ursprünglicher Text
IoT Development for ESP32 and ESP8266 with JavaScript: A Practical Guide to XS a
Books From California
(167511)
Angemeldet als gewerblicher Verkäufer
US $17,73
Ca.EUR 15,20
Artikelzustand:
Sehr gut
Cover and edges may have some wear. Mild to Moderate creasing / bending to covers and pages.
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos Economy Shipping.
Standort: Simi Valley, California, USA
Lieferung:
Lieferung zwischen Sa, 6. Sep und Mi, 10. Sep nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:196807107771
Zuletzt aktualisiert am 21. Aug. 2025 06:37:17 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen aufrufenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Cover and edges may have some wear. Mild to Moderate creasing / bending to covers and pages.”
Book Title
IoT Development for ESP32 and ESP8266 with JavaScript: A Practica
ISBN
9781484250693
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Apress L. P.
ISBN-10
1484250699
ISBN-13
9781484250693
eBay Product ID (ePID)
5038381366

Product Key Features

Number of Pages
Xxxv, 593 Pages
Language
English
Publication Name
IoT Development for ESP8266 and ESP32 with JavaScript : Build Powerful Software with New Generation Hardware
Publication Year
2020
Subject
Hardware / General, Networking / General
Type
Textbook
Author
Peter Hoddie, Lizzie Prader
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Weight
33.7 Oz
Item Length
9.3 in
Item Width
6.1 in

Additional Product Features

Number of Volumes
1 vol.
Illustrated
Yes
Table Of Content
Chapter 1: Getting Started.- Chapter 2: JavaScript for Embedded C and C++ Programmers.- Chapter 3: Networking.- Chapter 4: Bluetooth Low Energy (BLE).- Chapter 5: Files and Data.- Chapter 6: Hardware.- Chapter 7: Audio.- Chapter 8: Graphics Fundamentals.- Chapter 9: Drawing Graphics with Poco.- Chapter 10: Building User Interfaces with Piu.- Chapter 11: Adding native code.
Synopsis
This book introduces a new approach to embedded development, grounded in modern, industry-standard JavaScript. Using the same language that powers web browsers and Node.js, the Moddable SDK empowers IoT developers to apply many of the same tools and techniques used to build sophisticated websites and mobile apps. The Moddable SDK enables you to unlock the full potential of inexpensive microcontrollers like the ESP32 and ESP8266. Coding for these microcontrollers in C or C++ with the ESP-IDF and Arduino SDKs works for building basic products but doesn't scale to handle the increasingly complex IoT products that customers expect. The Moddable SDK adds the lightweight XS JavaScript engine to those traditional environments, accelerating development with JavaScript while keeping the performance benefits of a native SDK. Building user interfaces and communicating over the network are two areas where JavaScript really shines. IoT Development for ESP32 and ESP8266with JavaScript shows you how to build responsive touch screen user interfaces using the Piu framework. You'll learn how easy it is to securely send and receive JSON data over Wi-Fi with elegant JavaScript APIs for common IoT protocols, including HTTP/HTTPS, WebSocket, MQTT, and mDNS. You'll also learn how to integrate common sensors and actuators, Bluetooth Low Energy (BLE), file systems, and more into your projects, and you'll see firsthand how JavaScript makes it easier to combine these diverse technologies. If you're an embedded C or C++ developer who has never worked in JavaScript, don't worry. This book includes an introduction to the JavaScript language just for embedded developers experienced with C or C++. What You'll Learn Building, installing, and debugging JavaScript projects on the ESP32 and ESP8266 Using modern JavaScript for all aspects of embedded development with the Moddable SDK Developing IoT products with animated user interfaces, touch input, networking, BLE, sensors, actuators, and more Who This Book Is For Professional embedded developers who want the speed, flexibility, and power of web development in their embedded software work Makers who want a faster, easier way to build their hobby projects Web developers working in JavaScript who want to extend their skills to hardware products, Learn IoT programming using modem JavaScript on the ESP8266 and its more powerful successor, the ESP32. This book teaches you how to implement common connectivity features of IoT products using Wi-Fi, HTTP, WebSockets, MQTT, mDNS, and secure communications as well as how to work with common sensors and actuators over Digital, I2C, and SPI connections. You'll be introduced to graphics and building touch user interfaces for IoT applications with this new hardware generation that is powerful enough to handle color touch screens. Along the way, tips and techniques are given for using JavaScript to get the most from the memory and performance available on the latest IoT hardware. More importantly, you'll see how to apply JavaScript programming language to combine diverse technologies -- networking, user interfaces, sensors, actuators, and product logic --into a reliable, maintainable application at the heart of an IoT product. IoT Development for ESP8266 and ESP32 with JavaScript introduces a new approach to IoT software development based on JavaScript and pairs it with a new generation of IoT hardware. What You'll Learn Develop JavaScript applications for the ESP8266 and ESP32 microcontrollers using the Moddable SDK Write modern JavaScript applications for microcontrollers Work with fundamental developer tools for ESP8266/ESP32 development Graphics and GUI development for IoT products Add asynchronous (non-blocking) network connections to embedded apps Who This Book Is For People interested in getting started with JavaScript development on microcontrollers; JavaScript developers working on web or server-side applications; Embedded developers working with hardware
LC Classification Number
TK5105.5-5105.9

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

CRN: 202013333
Info zu diesem Verkäufer

Books From California

99,3% positive Bewertungen428.535 Artikel verkauft

Mitglied seit Aug 1999
Angemeldet als gewerblicher Verkäufer
We offer a wide assortment of Books. Our specialties includes Academic & University Press, Military and Automotive.
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
4.9
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (193.376)

Alle Bewertungen
Positiv
Neutral
Negativ
  • f***f (1606)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Excellent Seller, Goes the Extra Mile. The Seller Was Incredibly Communicative. Smooth Transaction, Shipped Very Quickly, As Advertised; Good Price; Well Packaged & Delivered Within a Few Days. Item in Described Promised Condition, Thank You Very Much!!!!!!!!!!! A+
  • v***4 (126)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Purchased 5 car Madison rail car set at auction. Received package well wrapped and in original box. Cars themselves are in excellent condition and mostly as described, although I believe they have seen some track time. That being said, seller offers returns so I'm confident seller was told these cars were new by whomever he got them from. The purchase price was excellent so when averaged with a higher than normal shipping fee it turned out to be an overall good deal.
  • r***9 (869)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Awesome price on this vintage Italeri kit. Seller shipped it quickly at an average cost. The kit arrived safely, very carefully packaged in brand new materials. It was delivered just as it appeared in listing and photos. It was listed as used but really new in an open box complete with the decals and instructions. The kit also included extras, an Edward Models PE detail set and Check Master's engine kit. I'm extremely pleased with my purchase and I highly recommend the seller. Thanks!