- Arduino Networking
- Marco Schwartz
- 256字
- 2021-09-03 10:00:03
Preface
Arduino is an amazing platform to quickly create exciting electronics projects. Using the Arduino platform, even non-experts can connect sensors, actuators, and displays together and build complex projects that provide immediate applications for everyday life.
However, these projects are even better when they are connected, meaning they have some way to communicate with other devices, and not necessarily with other Arduino boards. There are many ways to connect Arduino projects together and to other devices such as computers: WiFi, XBee, Bluetooth, and Ethernet. This book will focus entirely on how to create amazing projects using this latest technology to connect Arduino projects.
Using Ethernet has several advantages over wireless solutions: it is fast, cheap, and you will find plenty of help on the subject on the Internet. For me, the most important thing is that the Ethernet library for Arduino is very well documented, and comes built-in with the Arduino software. It's hardware counterpart, the Arduino Ethernet shield, is also very well built and well supported by the Arduino community.
In this book, we are going to see how to use the Ethernet shield and the Ethernet library via six exciting projects. We are going to start with the very basics and see how to connect the Ethernet shield to your local network and the Web. Then, we will send data from the Ethernet shield to a server located on your local network. Finally, we will integrate the Ethernet shield in an "Internet of Things" framework, by building several projects connected directly to the Web.
- Learning LibGDX Game Development(Second Edition)
- Microsoft Application Virtualization Cookbook
- PostgreSQL Cookbook
- Scratch真好玩:教小孩學編程
- ADI DSP應用技術集錦
- ArcGIS By Example
- R Data Analysis Cookbook(Second Edition)
- Node.js Design Patterns
- 21天學通C++(第5版)
- 智能手機APP UI設計與應用任務教程
- Qt5 C++ GUI Programming Cookbook
- 從零開始:UI圖標設計與制作(第3版)
- 零基礎學Python編程(少兒趣味版)
- Sails.js Essentials
- Delphi開發典型模塊大全(修訂版)