2023-12-27 08:25 AM
Hello STM32 Community,
I hope this message finds you well. I am currently working on a project that involves integrating Bluetooth Low Energy (BLE) communication into an STM32CubeIDE project. Specifically, I am facing a challenge in reading the updated values of BLE Write Characteristics from a mobile client.
Here's a brief overview of my setup:
I have successfully implemented the BLE communication, and I can write data from the mobile client to the STM32 device. However, I am struggling to read the updated values of the Write Characteristics on the STM32 side.
If any of you have experience or expertise in this area, I would greatly appreciate your guidance on the following:
I have thoroughly reviewed the documentation and examples provided by STM32CubeIDE, but additional insights from the community would be incredibly valuable.
Thank you in advance for your time and assistance. I look forward to learning from your experiences and expertise.
Best regards,
Sam Roy
Solved! Go to Solution.
2024-01-02 05:42 AM
Hi SMazu !
I think you will find the answer to your question in this post:
correct-procedure-for-reading-ble-characteristic-values
If this is not the case, don't hesitate to get back to me ;)
BR, Joé
2024-01-02 05:42 AM
Hi SMazu !
I think you will find the answer to your question in this post:
correct-procedure-for-reading-ble-characteristic-values
If this is not the case, don't hesitate to get back to me ;)
BR, Joé
2024-01-21 05:46 AM
thanks but this problem is already solved.