Hello ! I have an issue that is making me crazy so far
I am trying to connect to NRF52832 devices with my smartphone. They have to collect data from sensors inside smart footwear insoles. They always are going to be paired to the phone.
The question is, which is the best mode to do that connection
I will call de devices the next way:
Device A (A), Device B (B), Phone (P)
One way is connect device A and B to the P. In this way both devices should be in peripheral mode and the smartphone in central mode.
Other way is connecting device A to device B and device B to P.
Which way do you recommend to do this kind of connection?
I can't define which is the best and efficient way to do that and it is taking me to much time to achieve it.
Thanks in advance to anyone who can help me!