Skip to content

Commit dc59867

Browse files
authored
Merge pull request #15 from elle-bi/main
Add Flight2 application, which uses newest BlueST protocol and STM32d…
2 parents d857ed2 + 959fdee commit dc59867

File tree

3 files changed

+927
-1
lines changed

3 files changed

+927
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ to SensiBLE and see sensors data. The data are also printed to the serial port.
2525
X-NUCLEO-IKS01A2 or X-NUCLEO-IKS01A3, X-NUCLEO-IDB05A1 and X-NUCLEO-53L1A1 Expansion Boards. The application gather data from the sensor mounted and then communicates
2626
them via bluetooth to a suitable Android app (such as ST BLE Sensor). The data gathered include enviromental data (temperature, pression, humidity),
2727
distance, gesture recognition (tap and directional swipe), acceleration (with accelerometer hardware events) and a gyroscope.
28+
* Flight2: This application provides an example of usage of a NUCLEO board (it was tested with NUCLEO-F401RE) with
29+
X-NUCLEO-IKS01A3, X-NUCLEO-IDB05A2 and X-NUCLEO-53L1A1 Expansion Boards. The application gathers data from the sensors mounted and then communicates
30+
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
32+
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.
2833
* 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)
2934
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
3035
provided by the X-NUCLEO-IKS01A3 between two NUCLEO boards connected each other through S2-LP based Expansion Boards; in order to send the sensor data
@@ -60,6 +65,7 @@ The FP_Examples library requires the following STM32duino libraries (link to the
6065
* STM32duino S2-LP: https://github.com/stm32duino/S2-LP
6166
* STM32duino M95640-R: https://github.com/stm32duino/M95640-R
6267
* STM32duino X-NUCLEO-IKS02A1 Audio: https://github.com/stm32duino/X-NUCLEO-IKS02A1-Audio
68+
* STM32duinoBLE: https://github.com/stm32duino/STM32duinoBLE
6369

6470
## Documentation
6571

0 commit comments

Comments
 (0)