Skip to content

Commit 7079c07

Browse files
authored
Merge pull request #1415 from arduino/karlsoderby/mp101-update-oct10
[MicroPython 101] Maintenance Update Oct
2 parents 6e50152 + 8fdd26b commit 7079c07

26 files changed

+13
-4
lines changed

content/micropython-course/course/02.installation/installation-tools.md renamed to content/micropython-course/course/01.installation/installation-tools.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: 'Jacob Hylen'
33
hero_image: "./hero-banner.png"
44
micropython_type: "101"
55
featured: micropython-101
6-
title: '3. MicroPython Installation Guide'
6+
title: '2. MicroPython Installation Guide'
77
description: 'Learn how to install a code editor needed to program your board with MicroPython.'
88
---
99

@@ -101,9 +101,16 @@ If you cannot connect to your board in the code editor, make sure you're selecti
101101

102102
You can try **disconnecting** any other serial device such as other arduino boards from your computer, to make sure that only one device appears in the list.
103103

104+
## Reset to Arduino / C++
105+
106+
After you've installed MicroPython on your board, you will not be able to program your board in the Arduino IDE unless you reset it to its factory setting.
107+
108+
To do this, **tap the reset button twice**, but not too fast (about 1 second between the taps). If your board is fading its green LED, you've reset the bootloader and your board will now appear in the Arduino IDE.
109+
110+
***Note that you will need to upload a sketch to your board after resetting the bootloader. If you do not, MicroPython will still run on your board.***
104111

105112
## Summary
106113

107114
Congratulations! You’ve completed the installation chapter of MicroPython 101.
108115

109-
Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/python-cc).
116+
Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/digital).

content/micropython-course/course/01.introduction-python/02.intro-to-micropython.md renamed to content/micropython-course/course/02.introduction-python/02.intro-to-micropython.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: 'Karl Söderby'
33
hero_image: "./hero-banner.png"
44
micropython_type: "101"
55
featured: micropython-101
6-
title: '2. Introduction to MicroPython'
6+
title: '3. Introduction to MicroPython'
77
description: 'Learn about the Arduino platform'
88
---
99

@@ -253,4 +253,4 @@ If the error persists, you can try to "soft-reset" the board, by clicking the **
253253

254254
In this chapter, we learned a little bit about the key components in the MicroPython environment.
255255

256-
- [Next chapter: Installation & Setup](/micropython-course/course/installation)
256+
- [Next chapter: An Introduction to MicroPython](/micropython-course/course/python-cc)

0 commit comments

Comments
 (0)