https://github.com/stm32duino/stm32examples
Arduino library to provide several examples for the Arduino core for STM32 MCUs.
https://github.com/stm32duino/stm32examples
Last synced: 5 months ago
JSON representation
Arduino library to provide several examples for the Arduino core for STM32 MCUs.
- Host: GitHub
- URL: https://github.com/stm32duino/stm32examples
- Owner: stm32duino
- Created: 2017-09-19T08:08:00.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T09:05:35.000Z (7 months ago)
- Last Synced: 2025-07-08T23:07:31.090Z (6 months ago)
- Homepage:
- Size: 177 KB
- Stars: 153
- Watchers: 16
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32Examples
Provides several examples for the Arduino core for STM32 MCUs.
For the complete description of each example, please refer to the comments at the beginning of each .ino file
or the README.md file in the sketch folder.
## Boards Examples
* [STM32L475VG-DISCOVERY](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html):
* BTLE_sensors_tof_demo:
* get environmental data and send it via BlueTooth to your smartphone.
* use Time of Flight sensor to detect gestures
* WiFi_MQTT_Adafruit.io:
* publish environmental data and send via WiFi using MQTT on https://io.adafruit.com
* use HTS221 sensor to get temperature and humidity
* [STM32F746G-DISCOVERY](http://www.st.com/en/evaluation-tools/32f746gdiscovery.html):
* Ethernet_MQTT_Adafruit.io:
* publish environmental data and send via Ethernet using MQTT on https://io.adafruit.com
* 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
Feel free to share your examples...