- Internet of Things with Arduino Blueprints
- Pradeeka Seneviratne
- 156字
- 2021-07-09 21:37:59
Chapter 1. Internet-Controlled PowerSwitch
For many years, people physically interacted with electrical appliances using hardware switches. Now that things have changed, thanks to the advances in technology and hardware, controlling a switch over the Internet without any form of physical interaction has become possible.
In this chapter, we will incrementally build a web server-enabled smart power switch that can be controlled through the Internet with a wired Internet connection. Let's move to Arduino's IoT (Internet of Things).
In this chapter, you will do the following:
- Learn about Arduino UNO and Arduino Ethernet Shield basics
- Learn how to connect a PowerSwitch Tail with Arduino UNO
- Build a simple web server to handle client requests and control the PowerSwitch accordingly
- Build a simple mains electricity (general purpose alternating current) sensor with 5V DC wall power supply
- Develop a user friendly UI (User Interface) with HTML (Hyper Text Markup Language) and Metro UI CSS (Cascade Style Sheet)
推薦閱讀
- PHP基礎(chǔ)案例教程
- Learning Python Design Patterns(Second Edition)
- Spring實(shí)戰(zhàn)(第5版)
- Java 11 Cookbook
- Python High Performance Programming
- Mastering Elixir
- IoT Projects with Bluetooth Low Energy
- Practical GIS
- OpenCV 3.0 Computer Vision with Java
- LabVIEW數(shù)據(jù)采集
- 虛擬現(xiàn)實(shí)建模與編程(SketchUp+OSG開發(fā)技術(shù))
- Arduino Electronics Blueprints
- Getting Started with hapi.js
- C語言從入門到精通(視頻實(shí)戰(zhàn)版)
- 現(xiàn)代JavaScript編程:經(jīng)典范例與實(shí)踐技巧