From d57796d6d8baab0c54690fa0ec1b71a57463a40a Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Wed, 14 Jul 2021 15:01:25 -0700 Subject: [PATCH 1/3] Adding intro video (#210) * Update README.md * Spelling fixes * Update hardware.md * Adding IoT for beginners episode * Adding intro video --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2458e07..ca2bb5d3 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,22 @@ The projects cover the journey of food from farm to table. This includes farming **Thanks as well to our team of [Microsoft Learn Student Ambassadors](https://studentambassadors.microsoft.com?WT.mc_id=academic-17441-jabenn) who have been reviewing and translating this curriculum - [Aditya Garg](https://github.com/AdityaGarg00), [Anurag Sharma](https://github.com/Anurag-0-1-A), [Arpita Das](https://github.com/Arpiiitaaa), [Aryan Jain](https://www.linkedin.com/in/aryan-jain-47a4a1145/), [Bhavesh Suneja](https://github.com/EliteWarrior315), [Faith Hunja](https://faithhunja.github.io/), [Lateefah Bello](https://www.linkedin.com/in/lateefah-bello/), [Manvi Jha](https://github.com/Severus-Matthew), [Mireille Tan](https://www.linkedin.com/in/mireille-tan-a4834819a/), [Mohammad Iftekher (Iftu) Ebne Jalal](https://github.com/Iftu119), [Mohammad Zulfikar](https://github.com/mohzulfikar), [Priyanshu Srivastav](https://www.linkedin.com/in/priyanshu-srivastav-b067241ba), [Thanmai Gowducheruvu](https://github.com/innovation-platform), and [Zina Kamel](https://www.linkedin.com/in/zina-kamel/).** +Meet the team! + +[![Promo video](./images/iot-for-beginners.png)](https://youtu.be/-wippUJRi5k) + +> 🎥 Click the image above for a video about the project! + > **Teachers**, we have [included some suggestions](for-teachers.md) on how to use this curriculum. If you would like to create your own lessons, we have also included a [lesson template](lesson-template/README.md). > **Students**, to use this curriculum on your own, fork the entire repo and complete the exercises on your own, starting with a pre-lecture quiz, then reading the lecture and completing the rest of the activities. Try to create the projects by comprehending the lessons rather than copying the solution code; however that code is available in the /solutions folders in each project-oriented lesson. Another idea would be to form a study group with friends and go through the content together. For further study, we recommend [Microsoft Learn](https://docs.microsoft.com/users/jimbobbennett/collections/ke2ehd351jopwr?WT.mc_id=academic-17441-jabenn). +For a video overview of this course, check out this video: -[![Promo video](./images/iot-for-beginners.png)](https://youtube.com/watch?v=bccEMm8gRuc "Promo video") +[![Promo video](https://img.youtube.com/vi/bccEMm8gRuc/0.jpg)](https://youtube.com/watch?v=bccEMm8gRuc "Promo video") > 🎥 Click the image above for a video about the project! - ## Pedagogy We have chosen two pedagogical tenets while building this curriculum: ensuring that it is project-based and that it includes frequent quizzes. By the end of this series, students will have built a plant monitoring and watering system, a vehicle tracker, a smart factory setup to track and check food, and a voice-controlled cooking timer, and will have learned the basics of the Internet of Things including how to write device code, connect to the cloud, analyze telemetry and run AI on the edge. From 3a5d3b870c54ee9b09d7935d3f1395d392e553d2 Mon Sep 17 00:00:00 2001 From: Mireille T <69097387+Mireille-T@users.noreply.github.com> Date: Fri, 16 Jul 2021 01:41:20 +0800 Subject: [PATCH 2/3] Rename zh files to zh-cn for Simplified Chinese (#213) * Rename wio-terminal.zh.md to wio-terminal.zh-cn.md * Rename assignment.zh.md to assignment.zh-cn.md * Rename README.zh.md to README.zh-cn.md * Rename virtual-device.zh.md to virtual-device.zh-cn.md * Rename README.zh.md to README.zh-cn.md --- .../translations/{README.zh.md => README.zh-cn.md} | 0 .../translations/{assignment.zh.md => assignment.zh-cn.md} | 0 .../{virtual-device.zh.md => virtual-device.zh-cn.md} | 0 .../translations/{wio-terminal.zh.md => wio-terminal.zh-cn.md} | 0 translations/{README.zh.md => README.zh-cn.md} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename 1-getting-started/lessons/1-introduction-to-iot/translations/{README.zh.md => README.zh-cn.md} (100%) rename 1-getting-started/lessons/1-introduction-to-iot/translations/{assignment.zh.md => assignment.zh-cn.md} (100%) rename 1-getting-started/lessons/1-introduction-to-iot/translations/{virtual-device.zh.md => virtual-device.zh-cn.md} (100%) rename 1-getting-started/lessons/1-introduction-to-iot/translations/{wio-terminal.zh.md => wio-terminal.zh-cn.md} (100%) rename translations/{README.zh.md => README.zh-cn.md} (100%) diff --git a/1-getting-started/lessons/1-introduction-to-iot/translations/README.zh.md b/1-getting-started/lessons/1-introduction-to-iot/translations/README.zh-cn.md similarity index 100% rename from 1-getting-started/lessons/1-introduction-to-iot/translations/README.zh.md rename to 1-getting-started/lessons/1-introduction-to-iot/translations/README.zh-cn.md diff --git a/1-getting-started/lessons/1-introduction-to-iot/translations/assignment.zh.md b/1-getting-started/lessons/1-introduction-to-iot/translations/assignment.zh-cn.md similarity index 100% rename from 1-getting-started/lessons/1-introduction-to-iot/translations/assignment.zh.md rename to 1-getting-started/lessons/1-introduction-to-iot/translations/assignment.zh-cn.md diff --git a/1-getting-started/lessons/1-introduction-to-iot/translations/virtual-device.zh.md b/1-getting-started/lessons/1-introduction-to-iot/translations/virtual-device.zh-cn.md similarity index 100% rename from 1-getting-started/lessons/1-introduction-to-iot/translations/virtual-device.zh.md rename to 1-getting-started/lessons/1-introduction-to-iot/translations/virtual-device.zh-cn.md diff --git a/1-getting-started/lessons/1-introduction-to-iot/translations/wio-terminal.zh.md b/1-getting-started/lessons/1-introduction-to-iot/translations/wio-terminal.zh-cn.md similarity index 100% rename from 1-getting-started/lessons/1-introduction-to-iot/translations/wio-terminal.zh.md rename to 1-getting-started/lessons/1-introduction-to-iot/translations/wio-terminal.zh-cn.md diff --git a/translations/README.zh.md b/translations/README.zh-cn.md similarity index 100% rename from translations/README.zh.md rename to translations/README.zh-cn.md From dbaf71d211de039252023d9d3be4d0c71c49fca8 Mon Sep 17 00:00:00 2001 From: Leonardo Nascimento Date: Fri, 16 Jul 2021 02:46:50 +0100 Subject: [PATCH 3/3] Translation of Getting Started README.md to portuguese (#217) --- 1-getting-started/Translations/README.pt.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 1-getting-started/Translations/README.pt.md diff --git a/1-getting-started/Translations/README.pt.md b/1-getting-started/Translations/README.pt.md new file mode 100644 index 00000000..102d1c64 --- /dev/null +++ b/1-getting-started/Translations/README.pt.md @@ -0,0 +1,16 @@ +# Introdução à IoT + +Nesta seção do currículo, você será apresentado à Internet das Coisas e aprenderá os conceitos básicos, incluindo a construção de seu primeiro projeto 'Hello World' de IoT conectando-se à nuvem. Este projeto é uma luz noturna que acende quando os níveis de luz medidos por um sensor caem. + +![O LED conectado à WIO ligando e desligando conforme o nível de luz muda](../../images/wio-running-assignment-1-1.gif) + +## Tópicos + +1. [Introdução à IoT](../lessons/1-introduction-to-iot/translations/README.pt.md) +1. [Um mergulho mais profundo na IoT](lessons/2-deeper-dive/translations/README.pt.md) +1. [Interaja com o mundo físico com sensores e atuadores](lessons/3-sensors-and-actuators/translations/README.pt.md) +1. [Conecte seu dispositivo à Internet](lessons/4-connect-internet/translations/README.pt.md) + +## Créditos + +Todas as lições foram escritas com ♥ ️por [Jim Bennett](https://GitHub.com/JimBobBennett) \ No newline at end of file