I'm looking for the best option if I need ZBC, and BLE central on my custom board. It is still in planning phase.
I wanted to use the CC2652R (someone recommended me that chip here) but that time I was not specific.
The ZB Coordinator should be able to handle max 50 direct children and max 200 devices within the whole network.
The BLE Central should be working parallel with the ZBC, with constant RX and occasional TX:
- constant RX because it should be able capture advertising packets from nearby BT devices
- occasionally (once/twice per hour) it will send L2CAP_ECHO_REQ to specific device(s) and receive L2CAP_ECHO_RSP. (It needs to be able to handle these kind of functionality!)
- occasionally (random) it will communicate with BLE peripherials (reading/writing some characteristics)
I can use two fully separated SoCs with separated antennas. That would be the "brute-force" way. It might work as board design lets me keep good distance from those 2 antennas (at least lambda).
If I go on this way, CC2652 is able to handle the coordinator role for sure. Please recommend me something for the other (BLE Central) functionality (keeping in mind that I need the L2CAP_ECHO messages).
Going deeper, is there any better option which offer advantages for my goals? I know DMM is not capable of doing BLE Central things.
Thank you