- Internet of Things with Arduino Cookbook
- Marco Schwartz
- 200字
- 2021-07-08 11:26:50
Preface
Arduino is a small single-chip computer board that can be used for a wide variety of creative hardware projects. The hardware consists of a simple microcontroller board, and chipset. It comes with a Java-based IDE that allows creators to program the board. Arduino is the ideal open hardware platform for experimenting with the world of the Internet of Things. This credit card sized Arduino board can be used via the Internet to make useful and interactive Internet of things projects.
Internet of Things, known as IoT, is changing the way we live and represents one of the biggest challenges in the IT industry. Developers are creating low cost devices that collect huge amounts of data, interact with each other, and take advantage of cloud services and cloud-based storage. Makers all over the world are working on fascinating projects that transform everyday objects into smart devices with sensors and actuators.
This book takes a recipe-based approach, giving you precise examples on how to build IoT projects using the Arduino platform.By the end of this book, you will not only know how to build these projects, but also have the skills necessary to build your own IoT projects in the future.
- 極簡算法史:從數學到機器的故事
- Learning Neo4j
- Xcode 7 Essentials(Second Edition)
- Twilio Best Practices
- DevOps入門與實踐
- Linux網絡程序設計:基于龍芯平臺
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- INSTANT Django 1.5 Application Development Starter
- Swift 4從零到精通iOS開發
- Java程序員面試筆試寶典(第2版)
- HTML5權威指南
- Xcode 6 Essentials
- Android技術內幕(系統卷)
- 深入理解Kafka:核心設計與實踐原理
- Building Microservices with Go