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/tutorials/generic/micropython-installation/micropython-installation.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ The process for flashing the firmware on the Nano 33 BLE requires to first updat
38
38
39
39
### Installing the Core
40
40
41
-
Start by making sure that you have the respective core installed. Open the IDE and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed.
41
+
Start by making sure that you have the respective core installed. Open Arduino IDE (not Arduino Lab for MicroPython) and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed.
42
42
43
43

44
44
45
45
This is not only needed to upload the next sketch, but you're also going to dive into the core files themselves to find a specific tool in an upcoming step.
46
46
47
47
### Update Bootloader
48
48
49
-
In the Nano 33 BLE core is an example sketch that you will use to update the bootloader and SoftDevice of your board. Navigate to `File > Examples > Nano33BLE_System > Nano33_updateBLandSoftDevice` and open the sketch.
49
+
In the Nano 33 BLE core is an example sketch that you will use to update the bootloader and SoftDevice of your board. Go back to the Arduino IDE and navigate to `File > Examples > Nano33BLE_System > Nano33_updateBLandSoftDevice` and open the sketch.
50
50
51
51

52
52
@@ -131,9 +131,11 @@ All you need to do is to:
131
131
2. Connet the `REC` pin to ground to expose the boards file system to your computer, this is easier if you put the board in a breadboard.
132
132
3. Drag and drop the firmware file onto the boards flash storage which shows up as an external storage device on your computer, and you're done!
133
133
134
+
Go to the Arduino Lab MicroPython IDE and press connect in the top left, choose the port, and you are now ready to program your Nano RP2040 Connect.
135
+
134
136
## Arduino Portenta H7
135
137
136
-
To install MicroPython on the Portenta H7 you will need to install the corresponding core which in turn installs the required command line tool. Open the IDE and navigate to the boards manager. Search for "Portenta H7", and make sure you have the latest version of the core installed.
138
+
To install MicroPython on the Portenta H7 you will need to install the corresponding core which in turn installs the required command line tool. Open Arduino IDE (not Arduino Lab for MicroPython) and navigate to the boards manager. Search for "Portenta H7", and make sure you have the latest version of the core installed.
137
139
138
140

0 commit comments