2024-11-26 10:25 PM
I'm working on sensor data transfer via BLE to mobile app (like nrf connect). My STM32WB board gets connected with the app, but the data is not transmitted. When I give functions in the main while loop for transmitting, it stop the device advertisement at mobile app. How to transfer the data to mobile app? I need to send continuous sensor data to mobile app.
I've also tested timer function as well. But still, it's impossible for me to transfer the data.
I'm attaching the image of mobile app connection, there you can see that the value is 0. There, I need sensor data to be printed.
Can anyone help me to resolve this issue? Thanks in advance!
Solved! Go to Solution.
2024-11-27 09:44 AM
Hello @barathi_0206
I suggest you to take a look at this application and compare it to your configuration. It should be really helpful.
Dont forget to read the readme file of this project and take a look at the wiki pages mentionned there. It should be helpful too.
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.
2024-11-27 09:44 AM
Hello @barathi_0206
I suggest you to take a look at this application and compare it to your configuration. It should be really helpful.
Dont forget to read the readme file of this project and take a look at the wiki pages mentionned there. It should be helpful too.
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.
2024-12-05 02:06 AM - edited 2024-12-05 02:10 AM
Thankyou @STTwo-32! It works. However it works for static continuous data. But with varying data (like from sensors), it doesn't receive it. In mobile app I receive data like 2E-16-00-00-00. I have also increased my UUID type into 128 bits. Still it receive like this. How to solve it?