I would like to connect 2 nrf52 between each other, is that even possible? if yes somebody know how to do it?
I would like to connect 2 nrf52 between each other, is that even possible? if yes somebody know how to do it?
Daniel, Is there any specific tutorial to manage this with the nrf52832?
Thank you both for the help, I'm on the tutorial right now and is what I needed, just one more question I'm using the multilink central to connect up to 20, wich kind of network topology establishes?
Well there is no "networking" standardized for Bluetooth yet (BT SIG is working on kind of mesh networking architecture) so the only topology supported is peer-to-peer;) So simple: 20 links with Nordic stack (Soft Device) on nRF52 (and some other stacks claim 32 concurrent connections or even more) but always just 1-to-1. Sure you can transport information over such topology on application layer, but that's not really a networking, is it...