BLE_p2pServer_ota Application Description

Demonstrate STM32WBA acting as BLE peripheral and GATT server.

BLE_p2pServer_ota application advertise and wait for a connection from either:

Once connected, p2pServer can receive write and send notification messages.

Keywords

Connectivity, BLE, BLE protocol, BLE firmware update over the air, BLE profile

Directory contents

Hardware and Software environment

How to use it?

In order to make the program work, you must do the following: - Verify that the Maximum supported ATT_MTU size configured in app_conf.h file is 251 bytes - Open your preferred toolchain - Rebuild all files and load your image into target memory: BLE_ApplicationInstallManager binary is downloaded at the memory address 0x08000000 BLE_p2pServer_ota binary is downloaded at the memory address 0x08006000 - Run the example

You can interact with p2pServer_ota application with a smartphone:

You can interact with p2pServer_ota application with another Nucleo board:

Multi connection support: