From 66ca83e93321e30ce572629baefb763aae95bf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Wed, 16 Nov 2022 09:47:35 +0100 Subject: [PATCH 1/4] Update micropython-installation.md --- .../micropython-installation/micropython-installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index 1575f004a3..bf244441a4 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -38,7 +38,7 @@ The process for flashing the firmware on the Nano 33 BLE requires to first updat ### Installing the Core -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. +Start by making sure that you have the respective core installed. For now, wait with the new Arduino Lab for MicroPython, instead open the usual Arduino IDE and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed. ![Board manager](assets/boardmanager.png) @@ -46,7 +46,7 @@ This is not only needed to upload the next sketch, but you're also going to dive ### Update Bootloader -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. +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. ![Example sketch](assets/examplesketch.png) @@ -133,7 +133,7 @@ All you need to do is to: ## Arduino Portenta H7 -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. +To install MicroPython on the Portenta H7 you will need to install the corresponding core which in turn installs the required command line tool. For now, wait with the new Arduino Lab for MicroPython, instead open the usual Arduino IDE and navigate to the boards manager. Search for "Portenta H7", and make sure you have the latest version of the core installed. ![Installing the Portenta core](assets/boardmanager-portenta.png) From 3dcf0c018def9ffc44079e2f899e36d8f7f55bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Wed, 16 Nov 2022 09:50:10 +0100 Subject: [PATCH 2/4] Update micropython-installation.md --- .../micropython-installation/micropython-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index bf244441a4..c2d7c50f3b 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -131,6 +131,8 @@ All you need to do is to: 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. 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! +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. + ## Arduino Portenta H7 To install MicroPython on the Portenta H7 you will need to install the corresponding core which in turn installs the required command line tool. For now, wait with the new Arduino Lab for MicroPython, instead open the usual Arduino IDE and navigate to the boards manager. Search for "Portenta H7", and make sure you have the latest version of the core installed. From 7b05f4acae541e0a6e43f67699dad85ae2e8d931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= <60390259+jacobhylen@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:13:22 +0100 Subject: [PATCH 3/4] Update content/tutorials/generic/micropython-installation/micropython-installation.md Co-authored-by: per1234 --- .../micropython-installation/micropython-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index c2d7c50f3b..8f40eac0d7 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -38,7 +38,7 @@ The process for flashing the firmware on the Nano 33 BLE requires to first updat ### Installing the Core -Start by making sure that you have the respective core installed. For now, wait with the new Arduino Lab for MicroPython, instead open the usual Arduino IDE and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed. +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. ![Board manager](assets/boardmanager.png) From 0397d35c80038ab3675852874e7d732cfdacc964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= <60390259+jacobhylen@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:13:49 +0100 Subject: [PATCH 4/4] Update content/tutorials/generic/micropython-installation/micropython-installation.md Co-authored-by: per1234 --- .../micropython-installation/micropython-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index 8f40eac0d7..84a149f070 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -135,7 +135,7 @@ Go to the Arduino Lab MicroPython IDE and press connect in the top left, choose ## Arduino Portenta H7 -To install MicroPython on the Portenta H7 you will need to install the corresponding core which in turn installs the required command line tool. For now, wait with the new Arduino Lab for MicroPython, instead open the usual Arduino IDE and navigate to the boards manager. Search for "Portenta H7", and make sure you have the latest version of the core installed. +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. ![Installing the Portenta core](assets/boardmanager-portenta.png)