From c74de309b359faf1818816826fecfad35a275c53 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Thu, 24 Jun 2021 17:47:52 +0100 Subject: [PATCH 1/2] chapter three(lesson three) (#120) * Chapter two(lesson one) commit * Update README.md * Update pi-temp.md * Update virtual-device-temp.md * fixes * fixes * Update README.md * chapter two(lesson 2) * Update README.md * Chapter two (lesson three) * changed images * chapter two (lesson 4) * Update README.md * Update wio-terminal-connect-hub.md * Update wio-terminal-connect-hub.md * Update wio-terminal-connect-hub.md * Update wio-terminal-connect-hub.md * chapter 5 and 6 * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * fixed typos * chapter 3(lesson 1) * Revert "Merge branch 'main' of https://github.com/microsoft/IoT-For-Beginners into main" This reverts commit b2403c2cd8bd098a98fce8e9c3af0e21d532e78c, reversing changes made to 7afed015f4c56bc261d074bebd81f104b9e61bfd. * Revert "Revert "Merge branch 'main' of https://github.com/microsoft/IoT-For-Beginners into main"" This reverts commit b3eaedb38276986565fbac0808cd9e9c7f3bc464. * Update README.md * Update README.md * Update wio-terminal-gps-sensor.md * Update pi-gps-sensor.md * Update wio-terminal-gps-sensor.md * Update pi-gps-sensor.md * Update wio-terminal-gps-sensor.md * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Jim Bennett --- 3-transport/lessons/3-visualize-location-data/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-transport/lessons/3-visualize-location-data/README.md b/3-transport/lessons/3-visualize-location-data/README.md index 8a871add..29e9fa10 100644 --- a/3-transport/lessons/3-visualize-location-data/README.md +++ b/3-transport/lessons/3-visualize-location-data/README.md @@ -193,7 +193,7 @@ Now you can take the next step which is to display your map on a web page. We wi Now that you have your web app in place with the map displaying, you need to extract GPS data from your storage account and display it in a layer of markers on top of the map. Before we do that, let's look at the [GeoJSON](https://wikipedia.org/wiki/GeoJSON) format that is required by Azure Maps. -[GeoJSON](https://geojson.org/) is an open standard JSON specification with special formatting designed to handle geographic-specific data. You can learn about it by testing sample data using [geojson.io](geojson.io), which is also a useful tool to debug GeoJSON files. +[GeoJSON](https://geojson.org/) is an open standard JSON specification with special formatting designed to handle geographic-specific data. You can learn about it by testing sample data using [geojson.io](https://geojson.io), which is also a useful tool to debug GeoJSON files. Sample GeoJSON data looks like this: @@ -337,7 +337,7 @@ It's nice to be able to display static data on a map as markers. Can you enhance Azure Maps is particularly useful for working with IoT devices. * Research some of the uses in the [Azure Maps documentation on Microsoft docs](https://docs.microsoft.com/azure/azure-maps/tutorial-iot-hub-maps?WT.mc_id=academic-17441-jabenn). -* Deepen your knowledge of mapmaking and waypoints [with this self-guided learning module on Microsoft Learn](https://docs.microsoft.com/learn/modules/create-your-first-app-with-azure-maps/?WT.mc_id=academic-17441-jabenn). +* Deepen your knowledge of mapmaking and waypoints with [create your first route finding app with Azure Maps](https://docs.microsoft.com/learn/modules/create-your-first-app-with-azure-maps/?WT.mc_id=academic-17441-jabenn) self-guided learning module on Microsoft Learn. ## Assignment From 1e851b66383bf3601994a3187bf2e8cb8c457db3 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Thu, 24 Jun 2021 09:50:14 -0700 Subject: [PATCH 2/2] Lesson tweaks (#121) * Adding content * Update en.json * Update README.md * Update TRANSLATIONS.md * Adding lesson tempolates * Fixing code files with each others code in * Update README.md * Adding lesson 16 * Adding virtual camera * Adding Wio Terminal camera capture * Adding wio terminal code * Adding SBC classification to lesson 16 * Adding challenge, review and assignment * Adding images and using new Azure icons * Update README.md * Update iot-reference-architecture.png * Adding structure for JulyOT links * Removing icons * Sketchnotes! * Create lesson-1.png * Starting on lesson 18 * Updated sketch * Adding virtual distance sensor * Adding Wio Terminal image classification * Update README.md * Adding structure for project 6 and wio terminal distance sensor * Adding some of the smart timer stuff * Updating sketchnotes * Adding virtual device speech to text * Adding chapter 21 * Language tweaks * Lesson 22 stuff * Update en.json * Bumping seeed libraries * Adding functions lab to lesson 22 * Almost done with LUIS * Update README.md * Reverting sunlight sensor change Fixes #88 * Structure * Adding speech to text lab for Pi * Adding virtual device text to speech lab * Finishing lesson 23 * Clarifying privacy Fixes #99 * Update README.md * Update hardware.md * Update README.md * Fixing some code samples that were wrong * Adding more on translation * Adding more on translator * Update README.md * Update README.md * Adding public access to the container * First part of retail object detection * More on stock lesson * Tweaks to maps lesson * Update README.md --- 3-transport/lessons/3-visualize-location-data/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-transport/lessons/3-visualize-location-data/README.md b/3-transport/lessons/3-visualize-location-data/README.md index 29e9fa10..088fce76 100644 --- a/3-transport/lessons/3-visualize-location-data/README.md +++ b/3-transport/lessons/3-visualize-location-data/README.md @@ -76,7 +76,7 @@ Charts are not the only tool to visualize data. IoT devices that track weather c The best visualizations allow humans to humans to make decisions quickly. For example, having a wall of gauges showing all manner of readings from industrial machinery is hard to process, but a flashing red light when something goes wrong allows a human to make a decision. Sometimes the best visualization is a flashing light! -When working with GPS data, the clearest visualization can be to plot the data on a map. A map showing delivery trucks for exampel, can help workers at a processing plant see when trucks will arrive. If this map shows more that just pictures of trucks at their current locations, but gives an idea of the contents of a truck, then the workers at the plant can plan accordingly - if they see a refrigerated truck close by they know to prepare space in a fridge. +When working with GPS data, the clearest visualization can be to plot the data on a map. A map showing delivery trucks for example, can help workers at a processing plant see when trucks will arrive. If this map shows more that just pictures of trucks at their current locations, but gives an idea of the contents of a truck, then the workers at the plant can plan accordingly - if they see a refrigerated truck close by they know to prepare space in a fridge. ## Map services @@ -337,7 +337,7 @@ It's nice to be able to display static data on a map as markers. Can you enhance Azure Maps is particularly useful for working with IoT devices. * Research some of the uses in the [Azure Maps documentation on Microsoft docs](https://docs.microsoft.com/azure/azure-maps/tutorial-iot-hub-maps?WT.mc_id=academic-17441-jabenn). -* Deepen your knowledge of mapmaking and waypoints with [create your first route finding app with Azure Maps](https://docs.microsoft.com/learn/modules/create-your-first-app-with-azure-maps/?WT.mc_id=academic-17441-jabenn) self-guided learning module on Microsoft Learn. +* Deepen your knowledge of map making and waypoints with the [create your first route finding app with Azure Maps self-guided learning module on Microsoft Learn](https://docs.microsoft.com/learn/modules/create-your-first-app-with-azure-maps/?WT.mc_id=academic-17441-jabenn). ## Assignment