2024-10-04 06:06 AM - edited 2024-10-04 06:34 AM
hi, I have two B-WB1M-WPAN1 cards and I would like to create a program that works as a client server, so one card will act as a server and then other client cards will send messages to it via BLE, I saw the example proposed by the company "BLE_HR_p2p_Sensor" which might look like what I want to do but I haven't quite figured out how it all works.
Where can I find, for example, a complete file with commands useful for BLE transmission?
Then if you have any advice they are welcome, I would also be curious to understand how the connection through the application from the phone to the card works.
Solved! Go to Solution.
2024-10-10 07:15 AM
Thank you very much, maybe you can help me understand better how to use the example you told me for my card? I tried to change it but with poor results, it seems to start the scan but it doesn't connect to the server.
2024-10-10 07:37 AM
The best recommendation is to try not to migrate this one but start a new project based on the B-WB1M-WPAN1 and try to implement the same configurations on a similar way to the example but taking care of the specifications of your product (you can even compare the difference between server application for Nucelo and module to understand the changes between both).
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-10-10 07:42 AM
the MCU configuration on CubeVisionMX is the same as the one I use for the server, no?
2024-10-10 08:20 AM
No For sure, the first one is for a server and now we will have Client configuration. So, you should make some changes.
PS: this discussion became so long. I think if your original request is answered, you may select the best answer with an "accept as Solution". Then, you can keep creating new threads whenever you find that you need help.
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.