From 3103ecbe70f6d9969e60fba5ea58e52a2cac29a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BenjaminDanneg=C3=A5rd?= Date: Tue, 5 Apr 2022 14:05:54 +0200 Subject: [PATCH 1/4] Added info about bootloader update --- .../nicla-sense-me/tutorials/getting-started/getting-started.md | 2 ++ .../boards/nicla-vision/tutorials/getting-started/content.md | 2 ++ 2 files changed, 4 insertions(+) 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 ba392ddeda..a595b5eda2 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,6 +43,8 @@ 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. Next 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). diff --git a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md index 132189d045..4d563833ee 100644 --- a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md +++ b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md @@ -33,6 +33,8 @@ The OpenMV IDE is meant to provide an Arduino like experience for simple machine Using the OpenMV IDE you can run [MicroPython](http://docs.MicroPython.org/en/latest/) scripts on the Nicla Vision board. MicroPython provides a lot of classes and modules that make it easy to quickly explore the features of the Nicla Vision. In this tutorial you will first download the OpenMV IDE and set up the development environment. [Here](https://openmv.io/) you can read more about the OpenMV IDE. OpenMV comes with its own firmware that is built on MicroPython. You will then learn to write a simple script that will blink the on-board RGB LED using some basic MicroPython commands. +*** 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. Next 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. *** + ### 1. Downloading the OpenMV IDE Before you can start programming OpenMV scripts for the Nicla Vision you need to download and install the OpenMV IDE. From 8d4543632fcb0ee17c03633bb941927921f8fa85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BenjaminDanneg=C3=A5rd?= Date: Tue, 5 Apr 2022 14:08:17 +0200 Subject: [PATCH 2/4] Fix for linter --- .../nicla-sense-me/tutorials/getting-started/getting-started.md | 2 +- .../boards/nicla-vision/tutorials/getting-started/content.md | 2 +- 2 files changed, 2 insertions(+), 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 a595b5eda2..c7025e13e8 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,7 +43,7 @@ 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. Next 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. *** +***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. Next 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 diff --git a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md index 4d563833ee..d0c6edcdee 100644 --- a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md +++ b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md @@ -33,7 +33,7 @@ The OpenMV IDE is meant to provide an Arduino like experience for simple machine Using the OpenMV IDE you can run [MicroPython](http://docs.MicroPython.org/en/latest/) scripts on the Nicla Vision board. MicroPython provides a lot of classes and modules that make it easy to quickly explore the features of the Nicla Vision. In this tutorial you will first download the OpenMV IDE and set up the development environment. [Here](https://openmv.io/) you can read more about the OpenMV IDE. OpenMV comes with its own firmware that is built on MicroPython. You will then learn to write a simple script that will blink the on-board RGB LED using some basic MicroPython commands. -*** 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. Next 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. *** +***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. Next 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.*** ### 1. Downloading the OpenMV IDE From 467195218660371ac9f5e26000e3e5bfe0c4a54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BenjaminDanneg=C3=A5rd?= Date: Tue, 5 Apr 2022 16:39:50 +0200 Subject: [PATCH 3/4] Fixed notes --- .../nicla-sense-me/tutorials/getting-started/getting-started.md | 2 +- .../boards/nicla-vision/tutorials/getting-started/content.md | 2 +- 2 files changed, 2 insertions(+), 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 c7025e13e8..8c04f7e2e1 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,7 +43,7 @@ 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. Next 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.*** +***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. Next 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 diff --git a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md index d0c6edcdee..62dd10f279 100644 --- a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md +++ b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md @@ -33,7 +33,7 @@ The OpenMV IDE is meant to provide an Arduino like experience for simple machine Using the OpenMV IDE you can run [MicroPython](http://docs.MicroPython.org/en/latest/) scripts on the Nicla Vision board. MicroPython provides a lot of classes and modules that make it easy to quickly explore the features of the Nicla Vision. In this tutorial you will first download the OpenMV IDE and set up the development environment. [Here](https://openmv.io/) you can read more about the OpenMV IDE. OpenMV comes with its own firmware that is built on MicroPython. You will then learn to write a simple script that will blink the on-board RGB LED using some basic MicroPython commands. -***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. Next 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.*** +***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. Next 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.*** ### 1. Downloading the OpenMV IDE From 2d5a72ed36715f9eba274e5939347e66007c4b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BenjaminDanneg=C3=A5rd?= Date: Tue, 5 Apr 2022 16:58:43 +0200 Subject: [PATCH 4/4] Small language fix --- .../nicla-sense-me/tutorials/getting-started/getting-started.md | 2 +- .../boards/nicla-vision/tutorials/getting-started/content.md | 2 +- 2 files changed, 2 insertions(+), 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 8c04f7e2e1..755864cf46 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,7 +43,7 @@ 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. Next 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.*** +***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 diff --git a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md index 62dd10f279..21a354d6d1 100644 --- a/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md +++ b/content/hardware/05.nicla/boards/nicla-vision/tutorials/getting-started/content.md @@ -33,7 +33,7 @@ The OpenMV IDE is meant to provide an Arduino like experience for simple machine Using the OpenMV IDE you can run [MicroPython](http://docs.MicroPython.org/en/latest/) scripts on the Nicla Vision board. MicroPython provides a lot of classes and modules that make it easy to quickly explore the features of the Nicla Vision. In this tutorial you will first download the OpenMV IDE and set up the development environment. [Here](https://openmv.io/) you can read more about the OpenMV IDE. OpenMV comes with its own firmware that is built on MicroPython. You will then learn to write a simple script that will blink the on-board RGB LED using some basic MicroPython commands. -***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. Next 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.*** +***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.*** ### 1. Downloading the OpenMV IDE