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
- 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+
23
23
24
24
## Nicla Vision and the OpenMV IDE
25
25
@@ -30,13 +30,15 @@ The OpenMV IDE was built for Machine Vision applications. It is meant to provide
30
30
### Configuring the Development Environment
31
31
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.
32
32
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
+
33
35
### Flashing the OpenMV Firmware
34
36
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.
36
38
37
39

38
40
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.
40
42
41
43

42
44
@@ -50,7 +52,7 @@ The board's LED will start flashing while the OpenMV firmware is being uploaded.
50
52
51
53
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.
52
54
53
-

55
+

0 commit comments