Skip to content

Commit 049f6f4

Browse files
committed
STM32L475VG-DISCOVERY-IOT : add general demo
First demo on STM32L475VG-DISCOVERY-IOT board. Demo is using those components : * Low energy Bluetooth (SPBTLE_RF) * temperature and pressure sensor (LPS22HB) * temperature and humidity sensor (HTS221) * Time Of Flight sensor (VL53L0X)
1 parent 7628200 commit 049f6f4

File tree

2 files changed

+437
-0
lines changed

2 files changed

+437
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# STM32Examples
22
Provides several examples for the Arduino core for STM32 MCUs.
3+
For the complete description of each example, please refer to the comments at the beginning of each .ino file.
4+
5+
Examples for STM32L475VG-DISCOVERY board :
6+
* BTLE_sensors_tof_demo.ino :
7+
* get environmental data and send it via BlueTooth to your smartphone.
8+
* use Time of Flight sensor to detect gestures
9+
10+
Feel free to share your examples...

0 commit comments

Comments
 (0)