Skip to content

Commit 9a26ed3

Browse files
authored
Merge pull request #600 from arduino/jhansson-ard/nano-imu-revise
Updated image of IMU on board [MKC-732]
2 parents d20d6ae + a98da28 commit 9a26ed3

File tree

8 files changed

+529
-529
lines changed

8 files changed

+529
-529
lines changed
Loading

content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-01-technical-reference/rp2040-01-technical-reference.md

Lines changed: 528 additions & 528 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading

content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-openmv-mlc/rp2040-openmv-mlc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ An Inertial Measurement Unit (IMU) is a device that can measure an object's spec
4646

4747
IMU's are typically used to capture **movement** data of a device or a system. The onboard IMU of the Nano RP2040 Connect, the LSM6DSOX from STMicroelectronics®, has an embedded hardware processing engine dedicated to real-time machine learning computing; this means that some machine learning algorithms were moved from the application processor to the LSM6DSOX directly. STMicroelectronics named this embedded processing engine of the LSM6DSOX **Machine Learning Core** (MLC).
4848

49-
![The LSM6DSOX Inertial Measurement Unit (IMU).](assets/rp2040-openmv-mlc_img01.png)
49+
![The LSM6DSOX Inertial Measurement Unit (IMU).](assets/rp2040-imu-basics-img-02.png)
5050

5151
In the MLC, machine learning processing is implemented through a **decision-tree** logic. A decision tree is a mathematical tool composed of a series of configurable nodes; each node is characterized by an "if-then-else" condition where an input signal (represented by statistical parameters calculated from the sensor data) is evaluated against a certain threshold. The decision tree results can be read from the application processor at any time and there is also the possibility to generate an interrupt for every change in the result in the decision tree.
5252

0 commit comments

Comments
 (0)