Skip to content

Commit 76ba9e3

Browse files
authored
Merge pull request #4 from NoahRosa/master
Added Flight1 Example
2 parents 39d0abe + b3cebe7 commit 76ba9e3

File tree

3 files changed

+876
-2
lines changed

3 files changed

+876
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ a swipe movement respectively from left to right and from right to left.
1919
with X-NUCLEO-IKS01A2 and X-NUCLEO-IHM02A1 Expansion Boards. The application allows to run a motor clockwise or counter-clockwise rotating the
2020
stack of boards accordingly; the speed of motor increases when the angle of rotation increases as well.
2121
* BleSensors_SensiBLE: This application provides an example of usage of a SensiBLE board. The application uses BLE along with environmental and motion sensors (humidity, temperature, pressure, accelerometer, gyroscope). The user can connect an Android or IOS device with BlueNRG application to SensiBLE and see sensors data. The data are also printed to the serial port.
22-
22+
* Flight1: This application provides an example of usage of a NUCLEO board (it was tested with NUCLEO-F401RE, NUCLEO-L476RG, NUCLEO-L152RE) with
23+
X-NUCLEO-IKS01A2, X-NUCLEO-IDB05A1 and X-NUCLEO-53L1A1 Expansion Boards. The application gather data from the sensor mounted and then communicates
24+
them via bluetooth to a suitable Android app (such as ST BLE Sensor). The data gathered include enviromental data (temperature, pression, humidity),
25+
distance, gesture recognition (tap and directional swipe), acceleration and a gyroscope.
2326

2427
## Dependencies
2528

@@ -29,9 +32,11 @@ The FP_Examples library requires the following STM32duino libraries (link to the
2932
* STM32duino Proximity_Gesture: https://github.com/stm32duino/Proximity_Gesture
3033
* STM32duino VL6180X: https://github.com/stm32duino/VL6180X
3134
* STM32duino VL53L0X: https://github.com/stm32duino/VL53L0X
35+
* STM32duino VL53L1X: https://github.com/stm32duino/VL53L1X
3236
* STM32duino SPBTLE-RF: https://github.com/stm32duino/SPBTLE-RF
3337
* STM32duino X-NUCLEO-6180XA1: https://github.com/stm32duino/X-NUCLEO-6180XA1
3438
* STM32duino X-NUCLEO-53L0A1: https://github.com/stm32duino/X-NUCLEO-53L0A1
39+
* STM32duino X-NUCLEO-53L1A1: https://github.com/stm32duino/X-NUCLEO-53L1A1
3540
* STM32duino X-NUCLEO-IHM02A1: https://github.com/stm32duino/X-NUCLEO-IHM02A1
3641
* STM32duino X-NUCLEO-LED61A1: https://github.com/stm32duino/X-NUCLEO-LED61A1
3742
* STM32duino HTS221: https://github.com/stm32duino/HTS221
@@ -45,6 +50,7 @@ The datasheets of the several components are available at
4550
* http://www.st.com/content/st_com/en/products/mems-and-sensors/inemo-inertial-modules/lsm6dsl.html
4651
* http://www.st.com/content/st_com/en/products/imaging-and-photonics-solutions/proximity-sensors/vl6180x.html
4752
* http://www.st.com/content/st_com/en/products/imaging-and-photonics-solutions/proximity-sensors/vl53l0x.html
53+
* http://www.st.com/content/st_com/en/products/imaging-and-photonics-solutions/proximity-sensors/vl53l1x.html
4854
* http://www.st.com/content/st_com/en/products/wireless-connectivity/bluetooth-bluetooth-low-energy/spbtle-rf.html
4955
* http://www.st.com/content/st_com/en/products/motor-drivers/stepper-motor-drivers/l6470.html
5056
* http://www.st.com/content/st_com/en/products/power-management/led-drivers/boost-current-regulators-for-led/led6001.html

0 commit comments

Comments
 (0)