- Internet of Things with Arduino Blueprints
- Pradeeka Seneviratne
- 259字
- 2021-07-09 21:37:58
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 to experiment with the world of Internet of Things. The credit card-sized Arduino board can be used via the Internet to make useful and interactive Internet of Things (IoT) projects.
Internet of Things with Arduino Blueprints is a project-based book that begins with projects based on IoT and cloud computing concepts. This book covers up to eight projects that will allow devices to communicate with each other, access information over the Internet, store and retrieve data, and interact with users—creating smart, pervasive, and always connected environments. It explains how wired and wireless Internet connections can be used with projects and explains the use of various sensors and actuators. The main aim of this book is to teach you how Arduino can be used for Internet-related projects so that users are able to control actuators, gather data from various kinds of sensors, and send and receive data wirelessly across HTTP and TCP protocols.
Finally, you can use these projects as blueprints for many other IoT projects and put them to good use. By the end of the book, you will be an expert in the use of IoT with Arduino to develop a set of projects that can relate very well to IoT applications in the real world.
- C#程序設(shè)計(jì)教程
- C語(yǔ)言最佳實(shí)踐
- Python High Performance Programming
- Python 3.7從入門(mén)到精通(視頻教學(xué)版)
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- 測(cè)試架構(gòu)師修煉之道:從測(cè)試工程師到測(cè)試架構(gòu)師
- 嵌入式Linux C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)教程
- PHP動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)實(shí)踐教程
- 計(jì)算機(jī)程序的構(gòu)造和解釋?zhuān)↗avaScript版)
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- Windows 10 for Enterprise Administrators
- Qt編程快速入門(mén)
- 熱處理常見(jiàn)缺陷分析與解決方案
- Learning Rust