- Arduino Networking
- Marco Schwartz
- 297字
- 2021-09-03 10:00:03
What you need for this book
You will need several hardware and software components to make all the projects found in this book. Of course, you can just read the description of the projects and learn this way. However, I really recommend actually doing the projects yourself to really learn about how to use the Arduino Ethernet shield to build exciting networking applications.
The hardware components required are detailed at the beginning of each chapter. However, what you will really need for all the projects is an Arduino board.
All the projects of the book are based on the Arduino Uno board:
http://arduino.cc/en/Main/arduinoBoardUno
For all the projects of this book, you will also need the Arduino Ethernet shield:
http://arduino.cc/en/Main/ArduinoBoardEthernet
On the software side, there is some software that we will use in all the chapters of the book. The first software that we will use in all the chapters is the Arduino IDE that you need to install. You can download it from:
http://arduino.cc/en/main/software
The Ethernet library itself is contained within the Arduino IDE, so you won't need to install it yourself. There are also several external libraries you will need, but these are detailed in each chapter where they are necessary.
You will also need a web server running on your computer for some of the projects. I recommend using software that integrates a web server and a database, and that handles all the details for you.
If you are working on Windows, I recommend using EasyPHP:
Under OS X, I recommend using MAMP:
For Linux, you can follow the instructions provided at the following link to install a web server:
Make sure that the server is running at this point; we are going to use it in several projects in this book.
- UI設計基礎培訓教程
- Beginning C++ Game Programming
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 樂學Web編程:網站制作不神秘
- 編程珠璣(續)
- Apache Spark Graph Processing
- MATLAB for Machine Learning
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Spring Boot+Vue全棧開發實戰
- Learning Ionic
- 用Python動手學統計學
- 基于JavaScript的WebGIS開發
- Azure for Architects
- 自學Python:編程基礎、科學計算及數據分析
- Python機器學習技術:模型關系管理