You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/micropython-course/course/02.installation/installation-tools.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,7 @@ First, [download the app here](https://labs.arduino.cc/en/labs/micropython). It
33
33
34
34
If you're on macOS, move the application to your **Applications** folder.
35
35
36
-
**2. Put the Board in Bootloader Mode**
37
-
38
-
Before we can install MicroPython, we need to place our board in a "bootloader" mode as we call it. This will make it possible to send a new firmware to it.
39
-
40
-
Connect your board to your computer, and connect B1 to GND with a jumper wire, tweezers, or something else metallic you have handy. Once you see a green light on the board, press the reset button on the board. If you remove the connection between B1 and GND, you should see a dim purple light if this step was successful. If not, then try again.
41
-
42
-

43
-
44
-
**3. Download the Firmware Installer**
36
+
**2. Download the Firmware Installer**
45
37
46
38
The **Firmware Installer** program will help install MicroPython on your board.
47
39
@@ -51,21 +43,21 @@ First [download the app here](), and extract the files to a folder on your compu
51
43
52
44
If you're on macOS, move the application to your **Applications** folder.
53
45
54
-
**4. Flash Firmware**
46
+
**3. Flash Firmware**
55
47
56
48
Now open the Firmware Installer tool, select the Arduino Nano ESP32, and press **"Install MicroPython"**. Wait for the installer to do its magic and after some seconds, we are ready to go!
57
49
58
50

59
51
60
52
If the installer doesn't find the MicroPython firmware automatically, you can download it manually from [here](./assets/nanoesp32_micropython.bin)
61
53
62
-
**5. Connect your Code Editor and Board**
54
+
**4. Connect your Code Editor and Board**
63
55
64
56
In the Arduino Lab for MicroPython app, press **connect** in the top left corner and choose the serial port that comes up. This is your Nano ESP32.
65
57
66
58

67
59
68
-
**6. Verify**
60
+
**5. Verify**
69
61
70
62
Now, to verify things are working as they should, copy the script script below into your `main.py` file, and run it by clicking the **"Run"** button.
0 commit comments