- Internet of Things with Arduino Cookbook
- Marco Schwartz
- 59字
- 2021-07-08 11:26:51
Chapter 1. Connecting an Arduino to the Web
In this chapter, we will cover:
- Setting up the Arduino development environment
- Options for Internet connectivity with Arduino
- Interacting with basic sensors
- Interacting with basic actuators
- Configuring your Arduino board for the IoT
- Grabbing the content from a web page
- Sending data to the cloud
- Troubleshooting basic Arduino issues
推薦閱讀
- 現代C++編程:從入門到實踐
- Mastering ServiceStack
- Vue.js 3.x從入門到精通(視頻教學版)
- 程序員數學:用Python學透線性代數和微積分
- INSTANT MinGW Starter
- Python進階編程:編寫更高效、優雅的Python代碼
- GameMaker Programming By Example
- Web程序設計(第二版)
- 學Python也可以這么有趣
- Asynchronous Android Programming(Second Edition)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 第一行代碼 C語言(視頻講解版)
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- ExtJS Web應用程序開發指南第2版
- C指針原理揭秘:基于底層實現機制