An open API service indexing awesome lists of open source software.

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

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.0

Open firmware project with desired IDE, compile and flash the board.

## Application description
At startup board starts advertising

To 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 page

Connect 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).