From 053510566562946f2d09dbe3488017d679b4831b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:57:28 +0100 Subject: [PATCH] Fix MP101 folders --- .../00.introduction-arduino/intro-to-arduino.md | 2 +- .../assets/apps-open.png | Bin .../assets/connect.png | Bin .../assets/greenled.gif | Bin .../assets/installer.png | Bin .../assets/logo.png | Bin .../assets/nanoesp32_micropython.bin | Bin .../hero-banner.png | Bin .../installation-tools.md | 13 +++++++------ .../py-hero-banner.png | Bin .../02.intro-to-micropython.md | 6 +++--- .../assets/MP-pinout.png | Bin .../assets/boot.png | Bin .../assets/code-editor.png | Bin .../assets/connect.png | Bin .../assets/delete-file.png | Bin .../assets/download.png | Bin .../assets/files.png | Bin .../assets/libFolderIn.png | Bin .../assets/main.png | Bin .../assets/repl.gif | Bin .../assets/reset.png | Bin .../assets/run.png | Bin .../assets/save.png | Bin .../assets/terminal.png | Bin .../assets/wifiConnected.png | Bin .../hero-banner.png | Bin .../py-hero-banner.png | Bin .../course/03.python-cc/python-cc.md | 2 +- .../course/04.digital/03.digital.md | 4 ++-- .../course/05.analog/04.analog.md | 2 +- .../course/06.serial/05.serial-protocols.md | 4 ++-- .../07.internet-of-things/01.internet-of-things.md | 8 ++++---- .../course/08.examples/examples.md | 4 ++-- 34 files changed, 23 insertions(+), 22 deletions(-) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/assets/apps-open.png (100%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/assets/connect.png (100%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/assets/greenled.gif (100%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/assets/installer.png (100%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/assets/logo.png (100%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/assets/nanoesp32_micropython.bin (100%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/hero-banner.png (100%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/installation-tools.md (85%) rename content/micropython/02.micropython-course/course/{02.installation => 01.installation}/py-hero-banner.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/02.intro-to-micropython.md (97%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/MP-pinout.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/boot.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/code-editor.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/connect.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/delete-file.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/download.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/files.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/libFolderIn.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/main.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/repl.gif (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/reset.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/run.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/save.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/terminal.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/assets/wifiConnected.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/hero-banner.png (100%) rename content/micropython/02.micropython-course/course/{01.introduction-python => 02.introduction-python}/py-hero-banner.png (100%) diff --git a/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md b/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md index 935bd5a0b9..21ebd8aa30 100644 --- a/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md +++ b/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md @@ -73,4 +73,4 @@ Programming an Arduino using MicroPython is a slightly different experience. In Over the years Arduino has released over a hundred different development boards, each different from the other. You choose the board depending on what you want to achieve, e.g. some boards have a Wi-Fi® module allowing you to connect to the Internet, and some have onboard sensors that allow you to record sensor data. -- [Next chapter: Introduction to MicroPython](/micropython-course/course/installation) \ No newline at end of file +- [Next chapter: Introduction to MicroPython](/micropython/micropython-course/course/introduction-python) \ No newline at end of file diff --git a/content/micropython/02.micropython-course/course/02.installation/assets/apps-open.png b/content/micropython/02.micropython-course/course/01.installation/assets/apps-open.png similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/assets/apps-open.png rename to content/micropython/02.micropython-course/course/01.installation/assets/apps-open.png diff --git a/content/micropython/02.micropython-course/course/02.installation/assets/connect.png b/content/micropython/02.micropython-course/course/01.installation/assets/connect.png similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/assets/connect.png rename to content/micropython/02.micropython-course/course/01.installation/assets/connect.png diff --git a/content/micropython/02.micropython-course/course/02.installation/assets/greenled.gif b/content/micropython/02.micropython-course/course/01.installation/assets/greenled.gif similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/assets/greenled.gif rename to content/micropython/02.micropython-course/course/01.installation/assets/greenled.gif diff --git a/content/micropython/02.micropython-course/course/02.installation/assets/installer.png b/content/micropython/02.micropython-course/course/01.installation/assets/installer.png similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/assets/installer.png rename to content/micropython/02.micropython-course/course/01.installation/assets/installer.png diff --git a/content/micropython/02.micropython-course/course/02.installation/assets/logo.png b/content/micropython/02.micropython-course/course/01.installation/assets/logo.png similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/assets/logo.png rename to content/micropython/02.micropython-course/course/01.installation/assets/logo.png diff --git a/content/micropython/02.micropython-course/course/02.installation/assets/nanoesp32_micropython.bin b/content/micropython/02.micropython-course/course/01.installation/assets/nanoesp32_micropython.bin similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/assets/nanoesp32_micropython.bin rename to content/micropython/02.micropython-course/course/01.installation/assets/nanoesp32_micropython.bin diff --git a/content/micropython/02.micropython-course/course/02.installation/hero-banner.png b/content/micropython/02.micropython-course/course/01.installation/hero-banner.png similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/hero-banner.png rename to content/micropython/02.micropython-course/course/01.installation/hero-banner.png diff --git a/content/micropython/02.micropython-course/course/02.installation/installation-tools.md b/content/micropython/02.micropython-course/course/01.installation/installation-tools.md similarity index 85% rename from content/micropython/02.micropython-course/course/02.installation/installation-tools.md rename to content/micropython/02.micropython-course/course/01.installation/installation-tools.md index 51301a68a4..cc8335de86 100644 --- a/content/micropython/02.micropython-course/course/02.installation/installation-tools.md +++ b/content/micropython/02.micropython-course/course/01.installation/installation-tools.md @@ -7,17 +7,18 @@ title: '2. MicroPython Installation Guide' description: 'Learn how to install a code editor needed to program your board with MicroPython.' --- -## Goals -In this chapter we will go over how to install the prerequisite software: the **code editor** and the **MicroPython firmware installer**, that will enable you to dive into the learning activities of this course. +In this chapter we will go over how to install the prerequisite software: the **MicroPython firmware installer** and the **Arduino Labs for MicroPython (Code Editor)**. The installer will install a MicroPython firmware on your board, and the code editor will allow you to program the board with MicroPython. +## Software Required ![Arduino Labs for MicroPython and the Installer tool](./assets/logo.png) -The software you will have installed are: +Later in this chapter, we'll walk you through the installation process step by step. You can download the required software below, but if you do - please return to this page afterwards for instructions on what to do with them. +To run MicroPython code on your Arduino board, you will need: - [Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython) -- The [Arduino MicroPython Installer](https://labs.arduino.cc/en/labs/micropython-installer) +- [MicroPython Firmware Installer](https://labs.arduino.cc/en/labs/micropython-installer) ![The Installed Software](./assets/apps-open.png) @@ -39,7 +40,7 @@ The **Firmware Installer** program will help install MicroPython on your board. It will automatically download the latest version of the MicroPython firmware and install it on your board, so that all you need to do is to connect the board and press a button. -First [download the app here](), and extract the files to a folder on your computer. +First [download the app here](https://labs.arduino.cc/en/labs/micropython-installer), and extract the files to a folder on your computer. If you're on macOS, move the application to your **Applications** folder. @@ -113,4 +114,4 @@ To do this, **tap the reset button twice**, but not too fast (about 1 second bet Congratulations! You’ve completed the installation chapter of MicroPython 101. -Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/digital). \ No newline at end of file +Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython/micropython-course/course/introduction-python). \ No newline at end of file diff --git a/content/micropython/02.micropython-course/course/02.installation/py-hero-banner.png b/content/micropython/02.micropython-course/course/01.installation/py-hero-banner.png similarity index 100% rename from content/micropython/02.micropython-course/course/02.installation/py-hero-banner.png rename to content/micropython/02.micropython-course/course/01.installation/py-hero-banner.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/02.intro-to-micropython.md b/content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md similarity index 97% rename from content/micropython/02.micropython-course/course/01.introduction-python/02.intro-to-micropython.md rename to content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md index 52ae5a3cb1..b995901451 100644 --- a/content/micropython/02.micropython-course/course/01.introduction-python/02.intro-to-micropython.md +++ b/content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md @@ -41,11 +41,11 @@ There are several editors available, but in this course, we will use the [Arduin ![Screenshot of the labs editor](assets/code-editor.png) -***The [next chapter](/micropython-course/course/installation) is dedicated to using the Arduino Lab for MicroPython editor.*** +***The [next chapter](/micropython/micropython-course/course/installation) is dedicated to using the Arduino Lab for MicroPython editor.*** ## Connect to Your Board -Any time we want to interact and program our Nano ESP32, we need to connect to it. This requires the board to have MicroPython installed, which is covered in the [next chapter (installation)](/micropython-course/course/installation). +Any time we want to interact and program our Nano ESP32, we need to connect to it. This requires the board to have MicroPython installed, which is covered in the [next chapter (installation)](/micropython/micropython-course/course/installation). To connect to your board, click on the **"Connect"** button in the editor. @@ -253,4 +253,4 @@ If the error persists, you can try to "soft-reset" the board, by clicking the ** In this chapter, we learned a little bit about the key components in the MicroPython environment. -- [Next chapter: An Introduction to MicroPython](/micropython-course/course/python-cc) \ No newline at end of file +- [Next chapter: An Introduction to MicroPython](/micropython/micropython-course/course/python-cc) \ No newline at end of file diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/MP-pinout.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/MP-pinout.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/MP-pinout.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/MP-pinout.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/boot.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/boot.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/boot.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/boot.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/code-editor.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/code-editor.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/code-editor.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/code-editor.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/connect.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/connect.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/connect.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/connect.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/delete-file.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/delete-file.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/delete-file.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/delete-file.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/download.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/download.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/download.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/download.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/files.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/files.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/files.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/files.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/libFolderIn.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/libFolderIn.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/libFolderIn.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/libFolderIn.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/main.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/main.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/main.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/main.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/repl.gif b/content/micropython/02.micropython-course/course/02.introduction-python/assets/repl.gif similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/repl.gif rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/repl.gif diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/reset.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/reset.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/reset.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/reset.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/run.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/run.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/run.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/run.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/save.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/save.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/save.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/save.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/terminal.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/terminal.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/terminal.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/terminal.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/assets/wifiConnected.png b/content/micropython/02.micropython-course/course/02.introduction-python/assets/wifiConnected.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/assets/wifiConnected.png rename to content/micropython/02.micropython-course/course/02.introduction-python/assets/wifiConnected.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/hero-banner.png b/content/micropython/02.micropython-course/course/02.introduction-python/hero-banner.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/hero-banner.png rename to content/micropython/02.micropython-course/course/02.introduction-python/hero-banner.png diff --git a/content/micropython/02.micropython-course/course/01.introduction-python/py-hero-banner.png b/content/micropython/02.micropython-course/course/02.introduction-python/py-hero-banner.png similarity index 100% rename from content/micropython/02.micropython-course/course/01.introduction-python/py-hero-banner.png rename to content/micropython/02.micropython-course/course/02.introduction-python/py-hero-banner.png diff --git a/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md b/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md index 709b337225..5e11e8bbb4 100644 --- a/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md +++ b/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md @@ -205,4 +205,4 @@ In this Python crash course, we've covered some of the very fundamental aspects In this course, we are focused on MicroPython, which is a micro-implementation of the language. This means that most core functionalities of the language is available, such as **operators, statements, loops and functions**. -- [Next Chapter: Digital Signals](/micropython-course/course/digital) \ No newline at end of file +- [Next Chapter: Digital Signals](/micropython/micropython-course/course/digital) \ No newline at end of file diff --git a/content/micropython/02.micropython-course/course/04.digital/03.digital.md b/content/micropython/02.micropython-course/course/04.digital/03.digital.md index 3d85611e5c..cc11b54fae 100644 --- a/content/micropython/02.micropython-course/course/04.digital/03.digital.md +++ b/content/micropython/02.micropython-course/course/04.digital/03.digital.md @@ -53,7 +53,7 @@ while True: print("BUTTON PRESSED!") ``` -***Please note that the pin number reflects the GPIO on the ESP32-S3, not the Nano board. In the circuit, we are connecting the button to pin `D6`, but in the code, we use pin `9`. You can read more about this and see the full pin map [here](/micropython-course/course/introduction-python#nano-esp32--micropython-pinout).*** +***Please note that the pin number reflects the GPIO on the ESP32-S3, not the Nano board. In the circuit, we are connecting the button to pin `D6`, but in the code, we use pin `9`. You can read more about this and see the full pin map [here](/micropython/micropython-course/course/introduction-python#nano-esp32--micropython-pinout).*** Then, click on the **Run"** button to run the script. Now, if we click the button, we should see a message in the terminal: **"BUTTON PRESSED!"**. @@ -97,4 +97,4 @@ Digital signals are characterized by two states: a HIGH state and a LOW state. T These exercises provide hands-on experience with digital signals, enabling the reader to understand how to read input from a button and control output to an LED using the Nano ESP32 board. -- [Next Chapter: Analog I/O & PWM Signals](/micropython-course/course/analog) \ No newline at end of file +- [Next Chapter: Analog I/O & PWM Signals](/micropython/micropython-course/course/analog) \ No newline at end of file diff --git a/content/micropython/02.micropython-course/course/05.analog/04.analog.md b/content/micropython/02.micropython-course/course/05.analog/04.analog.md index 3f11e94cf6..0c75e44744 100644 --- a/content/micropython/02.micropython-course/course/05.analog/04.analog.md +++ b/content/micropython/02.micropython-course/course/05.analog/04.analog.md @@ -111,5 +111,5 @@ These exercises provides an understanding of how to read analog signals and util The concepts covered in this chapter are fundamental in working with analog signals and can be applied in various projects and applications. -- [Next Chapter: Serial Protocols](/micropython-course/course/serial) +- [Next Chapter: Serial Protocols](/micropython/micropython-course/course/serial) diff --git a/content/micropython/02.micropython-course/course/06.serial/05.serial-protocols.md b/content/micropython/02.micropython-course/course/06.serial/05.serial-protocols.md index 08e5a5449e..0abd09f850 100644 --- a/content/micropython/02.micropython-course/course/06.serial/05.serial-protocols.md +++ b/content/micropython/02.micropython-course/course/06.serial/05.serial-protocols.md @@ -99,7 +99,7 @@ To use this module, you need to have the `lis3dh` module installed. Install it b mip.install("https://raw.githubusercontent.com/tinypico/tinypico-micropython/master/lis3dh%20library/lis3dh.py") ``` -***For how to use `mip.install()`, please see the instructions in the [Install External Modules](/micropython-course/course/introduction-python#install-external-modules) section in the "Introduction to MicroPython" chapter.*** +***For how to use `mip.install()`, please see the instructions in the [Install External Modules](/micropython/micropython-course/course/introduction-python#install-external-modules) section in the "Introduction to MicroPython" chapter.*** Open the code editor, and copy paste the following script to the `main.py` file, then click on the **"Run"** button to run it. @@ -168,5 +168,5 @@ Serial protocols is an advanced topic, and in this chapter we have only covered To learn more about serial protocols, you can visit the ["communication" section in docs.arduino.cc](https://docs.arduino.cc/learn/#communication). -- [Next Chapter: Internet of Things with MicroPython](/micropython-course/course/internet-of-things) +- [Next Chapter: Internet of Things with MicroPython](/micropython/micropython-course/course/internet-of-things) diff --git a/content/micropython/02.micropython-course/course/07.internet-of-things/01.internet-of-things.md b/content/micropython/02.micropython-course/course/07.internet-of-things/01.internet-of-things.md index 8c638de715..e1a3cf5c5c 100644 --- a/content/micropython/02.micropython-course/course/07.internet-of-things/01.internet-of-things.md +++ b/content/micropython/02.micropython-course/course/07.internet-of-things/01.internet-of-things.md @@ -229,9 +229,9 @@ If you want to make this, you should look into getting a display, in which you c Below are some links that you may find useful: -- [4 Digit Display Example](/micropython-course/course/examples#4-digit-display) -- [Buzzer Example](/micropython-course/course/examples#buzzer) -- [OLED Display Example](/micropython-course/course/examples#oled-screen) +- [4 Digit Display Example](/micropython/micropython-course/course/examples#4-digit-display) +- [Buzzer Example](/micropython/micropython-course/course/examples#buzzer) +- [OLED Display Example](/micropython/micropython-course/course/examples#oled-screen) ## Summary @@ -244,4 +244,4 @@ We learned how to: IoT is a **very** broad field and you have only just discovered a fraction of it. MicroPython makes it easier for you to build projects that are in sync with the world. -- [Next Chapter: Component Examples](/micropython-course/course/examples) +- [Next Chapter: Component Examples](/micropython/micropython-course/course/examples) diff --git a/content/micropython/02.micropython-course/course/08.examples/examples.md b/content/micropython/02.micropython-course/course/08.examples/examples.md index bcf8514042..411a9ed48c 100644 --- a/content/micropython/02.micropython-course/course/08.examples/examples.md +++ b/content/micropython/02.micropython-course/course/08.examples/examples.md @@ -46,13 +46,13 @@ mip.install(URL) Running this script will install the module on your board, inside a folder called `lib`. You can check this out under **"Files"** while your board is connected via your MicroPython editor. -***How to install modules are explained in more detail in the [Introduction to MicroPython](/micropython-course/course/introduction-python) chapter.*** +***How to install modules are explained in more detail in the [Introduction to MicroPython](/micropython/micropython-course/course/introduction-python) chapter.*** ### Removing Modules If you install too many modules, you will run out of space. You can remove a module directly in the editor, by selecting the file and clicking on the **"Delete"** icon. -***For more detailed instructions, see the [Removing Modules](/micropython-course/course/introduction-python#removing-modules) section in the second chapter.*** +***For more detailed instructions, see the [Removing Modules](/micropython/micropython-course/course/introduction-python#removing-modules) section in the second chapter.*** ## Button