Other Parts Discussed in Thread: CC2540, CC2543, CC2538
Hi,
We started to design a system that includes 3 Main different boards: ( BLE CC2540)
Board_1 is connected via UART communication with external device ( Board_1 is Slave that receive commands from the external device).
Board_2 is connected wirelessly with Board_1.
Board_3 is connected wirelessly with Board_2.
we have 1 x Board_1 in the system, 10 x Board_2 and 10 x Board_3, so Board_1 can be connected to the ten Boards of type Board_2 simultaneously, and every one of the Board_2's is connected to one of the Board_3 type.
at earlier stage of our design we thought that we can use one CC2540 on each one of the 3 boards, but we cannot because one master can only be connected up to 3 devices simultaneously ( we want that Board_1 be connected with 10 of Board_2).
and Board_2 (in the middle of Board_1 & Board_3) cannot keep connected as slave for Board_1 and as a master with Board_3).
So we think now to do the following:
Board_3 with CC2540 to communicate by BLE with Board_2.
Board_2 have two devices, one CC2540 to communicate with Board_1, another one to communicate wirelessly with Board_1 that may be CC2540 or CC2543 or another device that you suggest for me to do the right design! here I need a help please! so on Board_2 will be 2 CC25xx devices that connected between each other serially (UART I think), and one of them I have to make it Master on Board_2...
Board_1 will have the same CC25xx that chosen in Board_2.
Board_2 & Board_3 live on battery, so we want to consider the power consumption, in the BLE connection I do not think it will be a problem because the BLE stack maintain the Sleep/Wakeup/Tx/Rx and the Master and the slave are synchronized to awake at the same time to do the connection event, but I think if we use anther RF SoC the Synchronization will be not supported and it will waste a lot of power!!
I need a help please by choosing the right CC25xx device (or another wireless family maybe considering the low power), so we can built the system as described above.
Thanks.