Skip to content

Commit f3203fe

Browse files
committed
Update info about bootloader mode
1 parent 6d99c52 commit f3203fe

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this tutorial you will use the Arduino® Nicla Vision to detect the presence
1717
### Required Hardware and Software
1818
- [Nicla Vision board](https://store.arduino.cc/products/nicla-vision)
1919
- Micro USB cable (either USB A to Micro USB or USB C to Micro USB)
20-
- OpenMV IDE 2.6.4+
20+
- OpenMV IDE 2.9.0+
2121

2222
## Nicla Vision and the OpenMV IDE
2323

@@ -32,11 +32,11 @@ Before you can start programming OpenMV scripts for the Portenta you need to dow
3232

3333
### Flashing the OpenMV Firmware
3434

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.
35+
Connect the Nicla Vision to your computer via the USB cable if you haven't done so yet. Now open the OpenMV IDE.
3636

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

39-
Click on the "connect" symbol at the bottom of the left toolbar.
39+
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.
4040

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

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

5151
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.
5252

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)
53+
![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)
5454

5555

5656
## Blob Detection

0 commit comments

Comments
 (0)