From 22172ba3dd235408da4889a7c88fe47b634deb98 Mon Sep 17 00:00:00 2001 From: Tasnim Zotder Date: Mon, 19 Jul 2021 08:09:34 -0700 Subject: [PATCH 1/3] :bug: Fix typo - star from sta (#231) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca2bb5d3..6a32d212 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![GitHub watchers](https://img.shields.io/github/watchers/microsoft/IoT-For-Beginners.svg?style=social&label=Watch)](https://GitHub.com/microsoft/IoT-For-Beginners/watchers/) [![GitHub forks](https://img.shields.io/github/forks/microsoft/IoT-For-Beginners.svg?style=social&label=Fork)](https://GitHub.com/microsoft/IoT-For-Beginners/network/) -[![GitHub stars](https://img.shields.io/github/stars/microsoft/IoT-For-Beginners.svg?style=social&label=Sta)](https://GitHub.com/microsoft/IoT-For-Beginners/stargazers/) +[![GitHub stars](https://img.shields.io/github/stars/microsoft/IoT-For-Beginners.svg?style=social&label=Star)](https://GitHub.com/microsoft/IoT-For-Beginners/stargazers/) # IoT for Beginners - A Curriculum From b4abf6251ee3fc73a8976fc6c7bc7649e3ef3199 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Mon, 19 Jul 2021 16:12:43 +0100 Subject: [PATCH 2/3] update pi.md (#232) * Update pi.md * Update pi.md Co-authored-by: Jim Bennett --- 1-getting-started/lessons/1-introduction-to-iot/pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started/lessons/1-introduction-to-iot/pi.md b/1-getting-started/lessons/1-introduction-to-iot/pi.md index 4b557907..d9758603 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/pi.md +++ b/1-getting-started/lessons/1-introduction-to-iot/pi.md @@ -107,7 +107,7 @@ Set up the headless Pi OS. 1. Select the **WRITE** button to write the OS to the SD card. If you are using macOS, you will be asked to enter your password as the underlying tool that writes disk images needs privileged access. -The OS will be written to the SD card, and once complete the card will be ejected by the OS, and you will be notified. Remove the SD card from your computer, insert it into the Pi and power up the Pi. +The OS will be written to the SD card, and once complete the card will be ejected by the OS, and you will be notified. Remove the SD card from your computer, insert it into the Pi, power up the Pi and wait for about 2 mins for it to properly boot. #### Connect to the Pi From 2c8a45d71cf11c9dfe2f1bae876a0bf6a13c3b62 Mon Sep 17 00:00:00 2001 From: Saarth Deshpande Date: Mon, 19 Jul 2021 20:45:04 +0530 Subject: [PATCH 3/3] Update README.md (#222) Co-authored-by: Jim Bennett --- 1-getting-started/lessons/3-sensors-and-actuators/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-getting-started/lessons/3-sensors-and-actuators/README.md b/1-getting-started/lessons/3-sensors-and-actuators/README.md index dae8f583..1e17e0de 100644 --- a/1-getting-started/lessons/3-sensors-and-actuators/README.md +++ b/1-getting-started/lessons/3-sensors-and-actuators/README.md @@ -27,8 +27,8 @@ Sensors are hardware devices that sense the physical world - that is they measur Some common sensors include: -* Temperature sensors - these sense the air temperature or the temperature of what they are immersed in. For hobbyists and developer, these are often combined with air pressure and humidity in a single sensor. -* Buttons - they sense when they have been pressed. +* Temperature sensors - these sense the air temperature or the temperature of what they are immersed in. For hobbyists and developers, these are often combined with air pressure and humidity in a single sensor. +* Buttons - these sense when they have been pressed. * Light sensors - these detect light levels and can be for specific colors, UV light, IR light, or general visible light. * Cameras - these sense a visual representation of the world by taking a photograph or streaming video. * Accelerometers - these sense movement in multiple directions.