About the Author |
|
xvii | |
About the Technical Reviewer |
|
xix | |
Acknowledgments |
|
xxi | |
Introduction |
|
xxiii | |
|
Chapter 1 What Is the Internet of Things? |
|
|
1 | (26) |
|
The Internet of Things and You |
|
|
2 | (1) |
|
IoT Is More Than Just Connected to the Internet |
|
|
3 | (1) |
|
|
4 | (2) |
|
A Brief Look at IoT Solutions |
|
|
6 | (1) |
|
|
7 | (1) |
|
|
8 | (4) |
|
|
12 | (2) |
|
|
14 | (2) |
|
|
16 | (1) |
|
|
16 | (1) |
|
|
17 | (1) |
|
|
18 | (1) |
|
Security Doesn't End at the Cloud |
|
|
18 | (1) |
|
|
19 | (1) |
|
Overview of Windows 10 Features |
|
|
20 | (3) |
|
|
23 | (1) |
|
|
24 | (3) |
|
Chapter 2 Introducing the Windows 10 IoT Core |
|
|
27 | (56) |
|
|
28 | (1) |
|
|
28 | (2) |
|
|
30 | (11) |
|
Windows 10 IoT Core Editions |
|
|
41 | (1) |
|
|
41 | (1) |
|
Windows 10 IoT Enterprise |
|
|
42 | (1) |
|
|
42 | (1) |
|
Getting Started with Windows 10 IoT Core |
|
|
42 | (1) |
|
|
43 | (14) |
|
Getting Started with Your Board |
|
|
57 | (2) |
|
Raspberry Pi Configuration |
|
|
59 | (7) |
|
DragonBoard 410c Configuration |
|
|
66 | (5) |
|
|
71 | (10) |
|
|
81 | (1) |
|
|
82 | (1) |
|
Chapter 3 Introducing the Raspberry Pi |
|
|
83 | (36) |
|
Getting Started with the Raspberry Pi |
|
|
84 | (1) |
|
|
84 | (2) |
|
Versions That Work with Windows 10 IoT Core |
|
|
86 | (2) |
|
|
88 | (2) |
|
|
90 | (1) |
|
|
91 | (1) |
|
|
92 | (1) |
|
Setting Up the Raspberry Pi |
|
|
92 | (1) |
|
Choosing a Boot Image (Operating System) |
|
|
93 | (1) |
|
|
94 | (2) |
|
|
96 | (3) |
|
|
99 | (1) |
|
|
100 | (1) |
|
File and Directory Commands |
|
|
101 | (3) |
|
|
104 | (2) |
|
|
106 | (4) |
|
|
110 | (1) |
|
Working with Python: Blink an LED |
|
|
110 | (2) |
|
|
112 | (2) |
|
|
114 | (2) |
|
|
116 | (2) |
|
|
118 | (1) |
|
Chapter 4 Developing IoT Solutions with Windows 10 |
|
|
119 | (50) |
|
Working with GPIO Headers |
|
|
120 | (1) |
|
|
121 | (1) |
|
|
122 | (2) |
|
Visual Studio 2019 Primer |
|
|
124 | (1) |
|
|
125 | (2) |
|
|
127 | (5) |
|
Windows 10 IoT Core Project Templates |
|
|
132 | (11) |
|
Example Project: Temperature Conversion |
|
|
143 | (1) |
|
|
144 | (2) |
|
|
146 | (3) |
|
|
149 | (5) |
|
Set Up Your Windows 10 IoT Device |
|
|
154 | (1) |
|
|
154 | (12) |
|
|
166 | (3) |
|
Chapter 5 Windows 10 IoT Development with C++ |
|
|
169 | (46) |
|
|
170 | (2) |
|
|
172 | (1) |
|
|
172 | (6) |
|
|
178 | (3) |
|
|
181 | (1) |
|
|
182 | (3) |
|
|
185 | (3) |
|
|
188 | (5) |
|
|
193 | (1) |
|
|
194 | (1) |
|
|
194 | (2) |
|
Write the Code: User Interface |
|
|
196 | (6) |
|
Test and Execute: User Interface Only |
|
|
202 | (1) |
|
|
203 | (5) |
|
Deploy and Execute: Completed Application |
|
|
208 | (4) |
|
C++ Application Deployment Troubleshooting |
|
|
212 | (2) |
|
|
214 | (1) |
|
Chapter 6 Windows 10 IoT Development with C# |
|
|
215 | (48) |
|
|
216 | (3) |
|
|
219 | (1) |
|
|
220 | (6) |
|
How C# Programs Are Structured |
|
|
226 | (4) |
|
|
230 | (2) |
|
|
232 | (1) |
|
|
233 | (3) |
|
|
236 | (1) |
|
|
237 | (1) |
|
|
238 | (1) |
|
|
238 | (2) |
|
Write the Code: User Interface |
|
|
240 | (4) |
|
Test and Execute: User Interface Only |
|
|
244 | (2) |
|
|
246 | (5) |
|
Deploy and Execute: Completed Application |
|
|
251 | (8) |
|
C# Application Deployment Troubleshooting |
|
|
259 | (2) |
|
|
261 | (2) |
|
Chapter 7 Windows 10 IoT Development with Visual Basic |
|
|
263 | (44) |
|
|
264 | (1) |
|
Visual Basic Crash Course |
|
|
265 | (1) |
|
Visual Basic Fundamentals |
|
|
265 | (6) |
|
How Visual Basic Programs Are Structured |
|
|
271 | (3) |
|
|
274 | (2) |
|
|
276 | (1) |
|
|
277 | (5) |
|
|
282 | (2) |
|
Blink an LED, Visual Basic Style |
|
|
284 | (1) |
|
|
284 | (1) |
|
|
285 | (1) |
|
Write the Code: User Interface |
|
|
286 | (5) |
|
Test and Execute: User Interface Only |
|
|
291 | (1) |
|
|
292 | (4) |
|
Deploy and Execute: Completed Application |
|
|
296 | (8) |
|
Visual Basic Application Deployment Troubleshooting |
|
|
304 | (2) |
|
|
306 | (1) |
|
Chapter 8 Electronics for Beginners |
|
|
307 | (40) |
|
|
308 | (1) |
|
Powering Your Electronics |
|
|
308 | (2) |
|
|
310 | (6) |
|
|
316 | (8) |
|
|
324 | (1) |
|
|
325 | (1) |
|
|
325 | (1) |
|
|
326 | (1) |
|
|
327 | (1) |
|
Light-Emitting Diode (LED) |
|
|
327 | (2) |
|
|
329 | (1) |
|
|
330 | (1) |
|
|
330 | (2) |
|
|
332 | (1) |
|
|
332 | (1) |
|
Breakout Boards and Circuits |
|
|
333 | (1) |
|
Using a Breadboard to Build Circuits |
|
|
334 | (3) |
|
|
337 | (1) |
|
|
338 | (2) |
|
|
340 | (5) |
|
|
345 | (2) |
|
Chapter 9 The Adafruit Microsoft IoT Pack for Raspberry Pi |
|
|
347 | (34) |
|
|
348 | (1) |
|
|
349 | (4) |
|
|
353 | (2) |
|
Example Project: A Simple Sensor |
|
|
355 | (2) |
|
|
357 | (1) |
|
|
357 | (4) |
|
|
361 | (14) |
|
|
375 | (4) |
|
|
379 | (2) |
|
Chapter 10 Project 1: Building an LED Power Meter |
|
|
381 | (24) |
|
|
381 | (2) |
|
|
383 | (1) |
|
|
383 | (5) |
|
|
388 | (1) |
|
|
388 | (2) |
|
|
390 | (2) |
|
|
392 | (1) |
|
|
393 | (2) |
|
|
395 | (7) |
|
|
402 | (2) |
|
|
404 | (1) |
|
Chapter 11 Project 2: Measuring Light |
|
|
405 | (30) |
|
|
405 | (1) |
|
|
406 | (1) |
|
|
407 | (4) |
|
|
411 | (1) |
|
|
411 | (2) |
|
|
413 | (5) |
|
|
418 | (2) |
|
|
420 | (2) |
|
Completing the Main Class |
|
|
422 | (1) |
|
|
423 | (4) |
|
|
427 | (4) |
|
|
431 | (2) |
|
|
433 | (2) |
|
Chapter 12 Project 3: Using Weather Sensors |
|
|
435 | (20) |
|
|
436 | (1) |
|
|
437 | (1) |
|
|
438 | (2) |
|
|
440 | (1) |
|
|
441 | (1) |
|
Add a C# Runtime Component Project |
|
|
441 | (1) |
|
|
442 | (6) |
|
|
448 | (1) |
|
|
449 | (1) |
|
|
450 | (2) |
|
|
452 | (2) |
|
|
454 | (1) |
|
Chapter 13 Project 4: Using MySQL to Store Data |
|
|
455 | (40) |
|
|
456 | (4) |
|
Getting Started with MySQL |
|
|
460 | (1) |
|
How and Where MySQL Stores Data |
|
|
461 | (4) |
|
The MySQL Configuration File |
|
|
465 | (1) |
|
How to Get and Install MySQL |
|
|
466 | (1) |
|
How to Start, Stop, and Restart MySQL |
|
|
467 | (1) |
|
Creating Users and Granting Access |
|
|
468 | (1) |
|
|
469 | (1) |
|
|
470 | (2) |
|
|
472 | (1) |
|
|
472 | (1) |
|
|
473 | (1) |
|
|
474 | (4) |
|
|
478 | (1) |
|
|
479 | (1) |
|
|
480 | (1) |
|
|
481 | (1) |
|
|
482 | (2) |
|
Writing the Data to the Database |
|
|
484 | (2) |
|
|
486 | (6) |
|
|
492 | (3) |
|
Chapter 14 Project 5: Remote Control Hardware |
|
|
495 | (48) |
|
|
496 | (4) |
|
|
500 | (1) |
|
|
501 | (3) |
|
|
504 | (1) |
|
Writing the Server Application |
|
|
504 | (10) |
|
Writing the Client Application |
|
|
514 | (10) |
|
|
524 | (1) |
|
|
525 | (1) |
|
|
525 | (2) |
|
Prototyping the Out-of-Office Sign Enclosure |
|
|
527 | (3) |
|
|
530 | (7) |
|
|
537 | (1) |
|
|
538 | (3) |
|
|
541 | (1) |
|
|
541 | (2) |
|
Chapter 15 Azure IoT Solutions: Cloud Services |
|
|
543 | (36) |
|
|
544 | (2) |
|
Getting Started with Microsoft Azure |
|
|
546 | (1) |
|
Sign Up for an Azure Account |
|
|
546 | (3) |
|
|
549 | (1) |
|
|
549 | (1) |
|
Building IoT Solutions with Azure |
|
|
550 | (13) |
|
Hello, World! Azure Style |
|
|
563 | (14) |
|
|
577 | (2) |
|
Chapter 16 Azure IoT Solutions: Building an Azure IoT Solution |
|
|
579 | (44) |
|
|
579 | (2) |
|
|
581 | (1) |
|
|
581 | (1) |
|
|
582 | (1) |
|
|
583 | (4) |
|
Test the IoT Device Reading Data from Sensor |
|
|
587 | (1) |
|
|
588 | (1) |
|
Create an Azure IoT Hub and Device |
|
|
589 | (1) |
|
|
589 | (2) |
|
Create the Device in the IoT Hub |
|
|
591 | (2) |
|
Test the IoT Device Sending to the Cloud |
|
|
593 | (1) |
|
|
593 | (4) |
|
|
597 | (1) |
|
Verify Data Received by the IoT Hub |
|
|
597 | (4) |
|
Create and Configure an Azure Data Explorer Cluster |
|
|
601 | (1) |
|
Create the Data Explorer Cluster |
|
|
602 | (4) |
|
|
606 | (1) |
|
Start and Stop the Cluster |
|
|
607 | (1) |
|
|
607 | (1) |
|
|
608 | (3) |
|
Connect to the Azure IoT Hub |
|
|
611 | (2) |
|
|
613 | (1) |
|
|
614 | (1) |
|
Set Up Data Visualization in the Data Explorer Dashboard |
|
|
615 | (3) |
|
|
618 | (4) |
|
|
622 | (1) |
|
Chapter 17 Where to Go from Here? |
|
|
623 | (38) |
|
|
623 | (1) |
|
Microsoft Windows 10 IoT Samples |
|
|
624 | (1) |
|
|
625 | (2) |
|
|
627 | (1) |
|
|
627 | (1) |
|
|
628 | (5) |
|
|
633 | (3) |
|
|
636 | (1) |
|
|
636 | (1) |
|
|
637 | (1) |
|
|
637 | (1) |
|
Taking the Next Step---IoT in the Enterprise |
|
|
638 | (1) |
|
|
639 | (4) |
|
Enterprise-Grade Hardware |
|
|
643 | (4) |
|
|
647 | (2) |
|
|
649 | (1) |
|
|
649 | (1) |
|
Base Components for All Chapters |
|
|
649 | (1) |
|
Required Hardware by Chapter |
|
|
650 | (5) |
|
Consolidated Hardware List |
|
|
655 | (1) |
|
Suggestions for Purchasing the Hardware |
|
|
656 | (1) |
|
Adafruit Microsoft IoT Pack for Raspberry Pi |
|
|
656 | (2) |
|
|
658 | (3) |
Index |
|
661 | |