2023-09-18 03:57 AM
I am using STM32WB5MMGH6 as a slave and communicating with the host using BLE.
The question I would like to ask here is is there a way for the user to detect when data transmission fails due to BLE disconnection, etc. during data transmission?
The tool I use is STM32CubeIDE, which automatically generates the FW using MX.
Thank you.
Solved! Go to Solution.
2023-09-18 04:53 AM
2023-09-18 04:53 AM
2023-09-18 07:59 PM
Thank you for answering. I'm currently reading and considering AN5270. However, since I am new to BLE and STM32, I don't know which one is better or how to use it. If you have any knowledge, please let me know.
What I want to know is
・Notification of completion of data packet transmission from slave
or
・Get the status of the buffer sending data from the slave
is.
If anyone knows, please let me know.