https://github.com/stm32-hotspot/stm32wba-ble-heartrate-freertos
This application demonstrates how to build a BLE application on STM32WBA5 with X-cubeFreeRTOS
https://github.com/stm32-hotspot/stm32wba-ble-heartrate-freertos
Last synced: about 2 months ago
JSON representation
This application demonstrates how to build a BLE application on STM32WBA5 with X-cubeFreeRTOS
- Host: GitHub
- URL: https://github.com/stm32-hotspot/stm32wba-ble-heartrate-freertos
- Owner: stm32-hotspot
- License: other
- Created: 2024-06-14T12:52:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T14:11:44.000Z (3 months ago)
- Last Synced: 2025-02-05T15:26:31.695Z (3 months ago)
- Language: C
- Size: 56.9 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# STM32WBA HeartRate FreeRTOS
This application demonstrates how to build a BLE application on STM32WBA5 with X-cubeFreeRTOS.
## Setup
This application is running on s **NUCLEO-WBA55CGA board**.It implements standard BLE HeartRate profile build thanks to:
- STM32CubeMX v6.13.0
- STM32CubeWBA v1.5.0
- X-Cube-FreeRTOS v1.2.0Open firmware project with desired IDE, compile and flash the board.
## Application description
At startup board starts advertisingTo connect to the board use one of following application:
- ST BLE Toolbox Android
- ST BLE Toolbox iOS
- ST BLE Sensor Android
- ST BLE Sensor iOS
- ST Web Bluetooth pageConnect to targeted device and you can see heartbeat values notified.
This application uses standby as low power mode. All timings are based on RTC, systick is not used.
## Troubleshooting
**Caution** : Issues and the pull-requests are **not supported** to submit problems or suggestions related to the software delivered in this repository. The STM32WBA-BLE-HeartRate-FreeRTOS example is being delivered as-is, and not necessarily supported by ST.
**For any other question** related to the product, the hardware performance or characteristics, the tools, the environment, you can submit it to the **ST Community** on the STM32 MCUs related [page](https://community.st.com/s/topic/0TO0X000000BSqSWAW/stm32-mcus).