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?
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...
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...