- Arduino Networking
- Marco Schwartz
- 230字
- 2021-09-03 10:00:04
Chapter 1. Discover the Arduino Ethernet Shield
In this first chapter of the book, we will only focus on the basics and get started with the Arduino Ethernet shield. In order to build more complex projects in the next chapters of the book, we first need to be absolutely sure that our shield is functioning correctly, and it can connect to our local network and the Web.
To ensure this, we'll first assemble the hardware, and then build a simple Arduino sketch that will connect to the Web, grab a test web page, and display it back inside the Arduino Serial Monitor.
These will be the major takeaways of this chapter:
- First, we'll make sure that you have all the required hardware and software components. We are also going to assemble the shield and the Arduino Uno board, and connect everything to our local network via a router.
- Then, we will write the sketch that will connect your shield to your local network as well as the Web, and this sketch will grab a test page to make sure your connection is working correctly.
- Finally, we are going to test this sketch and monitor the status of the Ethernet shield on the Arduino Serial Monitor. From this first test of the shield, we'll be able to tell whether the shield is correctly connected to the Internet or not.
推薦閱讀
- 企業級Java EE架構設計精深實踐
- OpenCV 3和Qt5計算機視覺應用開發
- R語言游戲數據分析與挖掘
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- PhpStorm Cookbook
- Arduino家居安全系統構建實戰
- PLC應用技術(三菱FX2N系列)
- Mastering Unity 2D Game Development(Second Edition)
- Android項目實戰:手機安全衛士開發案例解析
- Odoo 10 Implementation Cookbook
- 深入淺出Python數據分析
- Sitecore Cookbook for Developers
- LabVIEW入門與實戰開發100例(第4版)
- ArcPy and ArcGIS(Second Edition)
- Hadoop Blueprints