Hello Nordic,
I have several questions regarding the BLE connection. I have 2 sparkfun nRF52840 boards and an android phone (android 6.0).
This is my scenario:
- the android phone connects to nRF1 and transmits some data .
- then, nRF1 connects to nRF2 and transmits also some data.
- at the final, nRF2 connects to android phone and transmits other data.
Can you help me, please, telling how to solve this circle of connections? I don't think that my phone supports peripheral mode. So, if my phone can be only in the central mode, that means that the boards have to be in peripheral mode, but being in peripheral, the boards can't talk to each other or do you have an example in the SDK to be able to do this?
Thank you.