Skip to content

Commit 35dd240

Browse files
Merge pull request #142 from arduino/benjamindannegard/fix-nicla-sense-bootloader-info
Fixed incorrect Nicla Sense ME bootloader information
2 parents 0189dc0 + c9233dc commit 35dd240

File tree

1 file changed

+0
-2
lines changed
  • content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ The Nicla Sense ME's BHI sensor includes a 6-axis IMU, we will use this IMU to g
4343

4444
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)
4545

46-
***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.***
47-
4846
### Sensor Types
4947

5048
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).

0 commit comments

Comments
 (0)