Skip to content

Commit f206587

Browse files
authored
Merge pull request #17 from elle-bi/main
Sensor fusion functionality
2 parents d795963 + 0a7597d commit f206587

File tree

3 files changed

+293
-14
lines changed

3 files changed

+293
-14
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ distance, gesture recognition (tap and directional swipe), acceleration (with ac
2828
* Flight1v2: This application provides an example of usage of a NUCLEO board (it was tested with NUCLEO-F401RE) with
2929
X-NUCLEO-IKS01A3, X-NUCLEO-IDB05A2 and X-NUCLEO-53L1A1 Expansion Boards. The application gathers data from the sensors mounted and then communicates
3030
them via bluetooth to a suitable Android or iOS app (such as ST BLE Sensor). The data gathered include enviromental data (temperature, pression, humidity),
31-
distance, gesture recognition (tap and directional swipe), acceleration (with accelerometer hardware events), a gyroscope and a magnetometer. Note that
31+
distance, gesture recognition (tap and directional swipe), acceleration (with accelerometer hardware events), a gyroscope and a magnetometer. In addition, 9x sensor fusion functionality for accurate orientation detection is also available. Note that
3232
unlike the Flight1 application, this one makes use of the STM32duinoBLE API instead of SPBTLE-RF, and does not support X-NUCLEO-IKS01A2 boards. In addition, an up-to-date version of the STM32duinoBLE library is required, as this application uses some of the newest features.
3333
* IKS01A3_S2LP_P2P_Demo: This application provides a simple example of usage of two NUCLEO boards (it was tested with NUCLEO-F401RE and NUCLEO-L053R8)
3434
with a X-NUCLEO-IKS01A3 and one among X-NUCLEO-S2868A1, X-NUCLEO-S2868A2 and X-NUCLEO-S2915A1. It shows how to send and receive all the sensor data
@@ -66,6 +66,7 @@ The FP_Examples library requires the following STM32duino libraries (link to the
6666
* STM32duino M95640-R: https://github.com/stm32duino/M95640-R
6767
* STM32duino X-NUCLEO-IKS02A1 Audio: https://github.com/stm32duino/X-NUCLEO-IKS02A1-Audio
6868
* STM32duinoBLE: https://github.com/stm32duino/STM32duinoBLE
69+
* STM32duino MotionFX: https://github.com/stm32duino/MotionFX
6970

7071
## Documentation
7172

0 commit comments

Comments
 (0)