STM32WB Notification doesn't seem to be working?
Hello
I am using the following to try and get a notification from an STM32WB Nucleo server to my phone the client but cannot get it to work.
BLE Notifications ---- ST Micro video
I compile and can see the two characteristics on my phone but when I push the button on the board my phone never updates with anything. I have tried ST Toolbox and nRF Connect and neither works.
I have attached my project pdf file from CubeMX. This project was built on a test that does Pairing and Bonding with Pairing required only on certain characteristics from the Product service. After this was working successfully I added the STATUS service (page 18) which is pretty similar to the video.
The difference is the VALVE characteristic has permission set to:
ATTR_PERMISSION_AUTHEN_WRITE = YES
and GATT event set to :
GATT_NOTIFY_WRITE_REQ_AND_WAIT_FOR_APPL_RESP = YES
The second characteristic is the NOTIFICATION which the video is based off of (see page 18 of the pdf).
Can anyone please share some light as to what I might try?
Thank you
Steve
