From c9233dccea3ec388e9dfd67bf184458479b003d2 Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Wed, 6 Apr 2022 10:55:13 +0200 Subject: [PATCH] Fixed incorrect information --- .../nicla-sense-me/tutorials/getting-started/getting-started.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md b/content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md index 755864cf46..ba392ddeda 100644 --- a/content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md +++ b/content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md @@ -43,8 +43,6 @@ The Nicla Sense ME's BHI sensor includes a 6-axis IMU, we will use this IMU to g You can see the full list with all the needed information about the sensors [here.](https://docs.arduino.cc/tutorials/nicla-sense-me/cheat-sheet#sensor-ids) -***Before proceeding with the tutorial please update the board's bootloader. You can do this by first downloading the latest version of the "Mbed OS Nicla core" in the Arduino IDE. Then go to "File > Examples > STM32H747_System > STM32H747_updateBootloader" and upload this sketch to your board. After the sketch is uploaded follow the instructions in the serial monitor.*** - ### Sensor Types To access the Arduino Nicla Sense ME sensor's data you will need to declare the type of the sensor you want to use (they are called constructors), which have different data functions that return data (e.g Accelerometer will have X, Y and Z values).