- Building Wireless Sensor Networks Using Arduino
- Matthijs Kooijman
- 182字
- 2021-07-09 21:44:33
Preface
The Arduino platform makes it easy to get started with programming and electronics, but introducing wireless communication in your project can get complicated quickly. The XBee wireless platform hides most of the complicated details from you, and this book provides a step-by-step guide to using XBee modules with Arduino.
This book describes an example wireless sensor network, and invites you to build that network yourself. By following the steps in each chapter, you will build a network that can measure temperature and humidity in various rooms of your house, collect that data online, and automatically control your heating and/or cooling system to maintain the proper temperature in your house. This temperature can be configured through an online dashboard, ultimately putting control back in your hands.
All the concepts needed to build this example network will be explained, so you will have the knowledge to build your own project using these same concepts. Concepts that are closely related, but beyond the scope of this book, will be mentioned and appropriate references will be given so you can find out more if needed.
- Kali Linux Web Penetration Testing Cookbook
- Learning ROS for Robotics Programming(Second Edition)
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- Reactive Programming with Swift
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實(shí)戰(zhàn)訓(xùn)練)
- NativeScript for Angular Mobile Development
- 小程序開發(fā)原理與實(shí)戰(zhàn)
- R大數(shù)據(jù)分析實(shí)用指南
- Python項(xiàng)目實(shí)戰(zhàn)從入門到精通
- Learning Node.js for .NET Developers
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實(shí)戰(zhàn)
- Mastering Object:Oriented Python(Second Edition)
- Scratch少兒編程高手的7個(gè)好習(xí)慣
- Spring MVC Cookbook