This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Multiple point-to-point links

I am trying to decide what Nordic solutions would best support the application throughput requirements seen below. Distance requirements are low (1 meter each link).

image description

I was planning to use proprietary 2.4 GHz for links (1,3) and (2,3), and BLE for link (3,4). Specifically, nRF24 on nodes 1/2 and nRF51 on node 3. (Node 4 already has BT/BLE support.)

Does it make sense to use the protocols as described, or should I consider something else, e.g. Classic BT for links (1,3) and (2,3)?

Would an nRF51 at node 3 be able to support the multiprotocol Rx/Tx throughput? I have seen for instance this page on both concurrent and non-concurrent 'multiprotocol support'.

Related