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/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nicla/installing-mbed-os-nicla.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ If you are using the **Web Editor**, you can follow the [getting started with th
17
17
### Boards using the Mbed Nicla core
18
18
19
19
- Arduino Nicla Sense ME
20
+
- Arduino Nicla Vision
20
21
21
22
### Downloading and installing
22
23
@@ -64,9 +65,13 @@ For **MAC** users, it could look like this:
64
65
65
66
-`/dev/cu.usbmodem14112 (Nicla Sense ME)`
66
67
68
+
If you are using a Nicla Vision board it will say (Arduino Nicla Vision), instead of (Nicla Sense ME).
69
+
67
70
### Uploading a simple example
68
71
69
-
You are now ready to start using your board! The easiest way to check that everything is working, is to upload just a simple blink example to your board. This is done by navigating to **File > Examples > Nicla_System > Blink_Nicla**.
72
+
You are now ready to start using your board! The easiest way to check that everything is working, is to upload just a simple blink example to your board. This is done by navigating to **File > Examples > Nicla_System > Blink_Nicla**, if you are using a **Nicla Sense ME**.
73
+
74
+
If you are using the **Nicla Vision**, then please use the **File > Examples > 01.Basics > Blink**
70
75
71
76

72
77
@@ -79,4 +84,8 @@ When the code is uploaded, the text `"Done uploading."` is visible in the bottom
79
84
If you look closely at your board, you will notice an green LED blink with an interval of one second. This means you have successfully uploaded a program to your board.
80
85
81
86
**Please read:** The microcontroller runs at min 3V and max 5V.
82
-
>**Note:** Connecting higher voltage signals will damage the board.
87
+
>**Note:** Connecting higher voltage signals will damage the board.
88
+
89
+
### Troubleshooting
90
+
91
+
If you are having issues uploading a sketch to your **Nicla Vision** board and you are using Windows, it might be necessary to install the drivers manually. When you have the Nicla Mbed OS core installed, go to the core's folder, usually located in **C:\Users\USER\AppData\Local\Arduino15\packages\arduino\hardware\mbed_nicla\3.0.1\drivers**. Here you can find *dpinst-x86.exe*, running this program will install the necessary drivers for the **Nicla Vision**.
0 commit comments