Skip to content

Commit 50435c5

Browse files
authored
Merge pull request #198 from arduino/sebromero/nvision-bl-update
Update Blob detection tutorial for new OMV release [PC-884]
2 parents 36036e1 + f3203fe commit 50435c5

File tree

1 file changed

+6
-4
lines changed
  • content/hardware/05.nicla/boards/nicla-vision/tutorials/blob-detection

1 file changed

+6
-4
lines changed

content/hardware/05.nicla/boards/nicla-vision/tutorials/blob-detection/content.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this tutorial you will use the Arduino® Nicla Vision to detect the presence
1919

2020
- [Nicla Vision](https://store.arduino.cc/products/nicla-vision)
2121
- Micro USB cable (either USB A to Micro USB or USB C to Micro USB)
22-
- OpenMV IDE 2.6.4+
22+
- OpenMV IDE 2.9.0+
2323

2424
## Nicla Vision and the OpenMV IDE
2525

@@ -30,13 +30,15 @@ The OpenMV IDE was built for Machine Vision applications. It is meant to provide
3030
### Configuring the Development Environment
3131
Before you can start programming OpenMV scripts for the Portenta you need to download and install the OpenMV IDE. Open the [OpenMV download](https://openmv.io/pages/download) page in your browser and download the version that you need for your operating system. Please Follow the instructions of the installer.
3232

33+
***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. Follow [these steps](/tutorials/portenta-h7/updating-the-bootloader) before you proceed with the next step of this tutorial.***
34+
3335
### Flashing the OpenMV Firmware
3436

35-
Connect the Nicla Vision to your computer via the USB cable if you haven't done so yet. Put the Nicla Vision in bootloader mode by double pressing the reset button on the board. The built-in LED will start fading in and out. Now open the OpenMV IDE.
37+
Connect the Nicla Vision to your computer via the USB cable if you haven't done so yet. Now open the OpenMV IDE.
3638

3739
![The OpenMV IDE after starting it](assets/por_openmv_open_ide.png)
3840

39-
Click on the "connect" symbol at the bottom of the left toolbar.
41+
Click on the "connect" symbol at the bottom of the left toolbar. Note that in previous versions of the OpenMV IDE you had to manually put the Nicla Vision in bootloader mode by double pressing the reset button on the board to make it detectable by the OpenMV IDE. This is no longer necessary.
4042

4143
![Click the connect button to attach the Portenta to the OpenMV IDE](assets/por_openmv_click_connect.png)
4244

@@ -50,7 +52,7 @@ The board's LED will start flashing while the OpenMV firmware is being uploaded.
5052

5153
The Nicla Vision will start flashing its blue LED when it's ready to be connected. After confirming the completion dialog the board should already be connected to the OpenMV IDE, otherwise click the "connect" button (plug icon) once again.
5254

53-
![When the Portenta is successfully connected to the OpenMV IDE a green play button appears in the lower left](assets/por_openmv_board_connected.png)
55+
![When the board is successfully connected to the OpenMV IDE a green play button appears in the lower left](assets/por_openmv_board_connected.png)
5456

5557

5658
## Blob Detection

0 commit comments

Comments
 (0)