2024-07-17 10:58 PM - edited 2024-07-17 10:59 PM
I have two STM32WB5MM- DK . Using an example for a diffrent board I have configured one of them as router and other as server. I dont know if they are getting connected. I need to connect these exclusively and then connect the router to Mobile phone. The major issue that I am facing is that I dont have an idea of which file should I check or update to get desired configuration.
2024-07-23 03:48 AM
I have configured one stm 32 wb as a router and another one as server . I want the router to connect to the server and then to a mobile phone to forward all the data it has recievd from server. I have been trying to figure it out but couldn't is there a way so to make sure that the stm32 get connected among themselves exclusively .
2024-07-23 04:06 AM
So what have you tried so far?
2024-07-23 04:38 AM
Befor this I tried to work with the mesh configuration but that did not help and is also not suitable for my application.
I checked a document provided by ST regarding BLE and I tried to pair these by providing interrupts via push buttons but failed.
I have attached both the IOC file to this
2024-07-23 04:51 AM
@Rituraj wrote:I tried to work with the mesh configuration but that did not help and is also not suitable for my application.
Why is it "not suitable" ?
@Rituraj wrote:I checked a document provided by ST
What document? Give a link.
@Rituraj wrote:I tried to pair these by providing interrupts via push buttons but failed.
So show what you tried. What testing/investigation/debugging did you do to find the problem?
2024-07-23 05:31 AM
The mesh configuration is not suitable because I need the device to be connected to just one smartphone and a single server but in case of mesh multiple phones can be connected.
This is the document I used :
When I turn both devices on the devices are visible on ST toolbox after a while only router is visble so I guess either the router gets connected or it shuts down. I tried debugging the code but couldn't understand what to do.
2024-07-23 05:35 AM