cancel
Showing results for 
Search instead for 
Did you mean: 

Light Blue App acknowledgement in STM32WB55?

Pluto7
Associate II

Hi All,

I have flashed custom BLE profile code to STM32WB55 and sending dummy values over a service. I am able to see data in the LightBlue App.

In LightBlue Application, when READ button is pressed, it displays the data that was sent from firmware.

My question is:

Does the BLE firmware running in STM32WB55 receives some kind off command when the READ button in application (Light Blue) is pressed?

If yes, how to debug that?

If not, what is the flow of receiving data in the App. Is it independent of the press / not press of the buttons on application?

I am a beginner in BLE deveopments, so please pardon me.

Thanks and Regards,
Pluto

2 REPLIES 2
STTwo-32
ST Employee

Hello @Pluto7 

I suggest you understand this operation using this WiKi

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thanks for the reply @STTwo-32, will refer the link.