Skip to content

Commit 0c82054

Browse files
Merge pull request #143 from arduino/benjamindannegard/fix-nicla-quickstart
[PC-888] Benjamindannegard/added-info-about-nicla-vision-to-quickstart
2 parents ef97346 + 19c0214 commit 0c82054

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ The **Arduino_BHY2** library contains these sensors:
122122
```arduino
123123
#include "Arduino_BHY2.h"
124124
125-
SensorOrientation orientation(SENSOR_ID_DEVICE_ORI);
126-
125+
Sensor device_orientation(SENSOR_ID_DEVICE_ORI);
126+
SensorOrientation orientation(SENSOR_ID_ORI);
127+
127128
void setup(){
128129
Serial.begin(115200);
129130
BHY2.begin();

content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nicla/installing-mbed-os-nicla.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ If you are using the **Web Editor**, you can follow the [getting started with th
1717
### Boards using the Mbed Nicla core
1818

1919
- Arduino Nicla Sense ME
20+
- Arduino Nicla Vision
2021

2122
### Downloading and installing
2223

@@ -64,9 +65,13 @@ For **MAC** users, it could look like this:
6465

6566
- `/dev/cu.usbmodem14112 (Nicla Sense ME)`
6667

68+
If you are using a Nicla Vision board it will say (Arduino Nicla Vision), instead of (Nicla Sense ME).
69+
6770
### Uploading a simple example
6871

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**
7075

7176
![Selecting the blink example.](assets/install_mbed_nicla_img07.png)
7277

@@ -79,4 +84,8 @@ When the code is uploaded, the text `"Done uploading."` is visible in the bottom
7984
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.
8085

8186
**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

Comments
 (0)