Skip to content

Commit 2281347

Browse files
authored
Update README.md
1 parent c545a2f commit 2281347

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
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.
43

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
4+
For the complete description of each example, please refer to the comments at the beginning of each .ino file
5+
or the README.md file in the sketch folder.
6+
7+
## Boards Examples
8+
* [STM32L475VG-DISCOVERY](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html):
9+
* BTLE_sensors_tof_demo:
10+
* get environmental data and send it via BlueTooth to your smartphone.
11+
* use Time of Flight sensor to detect gestures
12+
* WiFi_MQTT_Adafruit.io:
13+
* publish environmental data and send via WiFi using MQTT on https://io.adafruit.com
14+
* use HTS221 sensor to get temperature and humidity
15+
* [STM32F746G-DISCOVERY](http://www.st.com/en/evaluation-tools/32f746gdiscovery.html):
16+
* Ethernet_MQTT_Adafruit.io:
17+
* publish environmental data and send via Ethernet using MQTT on https://io.adafruit.com
18+
* use HTS221 sensor of [X-NUCLEO-IKS01A1](http://www.st.com/content/st_com/en/products/ecosystems/stm32-open-development-environment/stm32-nucleo-expansion-boards/stm32-ode-sense-hw/x-nucleo-iks01a1.html) expansion board to get temperature and humidity
919

1020
Feel free to share your examples...

0 commit comments

Comments
 (0)