Hi there,
We're using NRF52840 and nRF5_SDK_15.3.0_59ac345.
We have a product where 2 nRF52840's have to talk to 1 device (say, an iPhone or a computer). We were thinking of doing the following initially:
OPTION1:
iPhone ---BLE---> nRF52840 -----ESB----->nRF52840
But, we were wondering if it's possible to do this instead:
OPTION2:
iPhone -----BLE----->nRF52840
|
|
------BLE-----> nRF52840
We need latency to the iPhone within 100ms and we need to send about 250 bytes at 50 Hz for each Nordic (ie 25kbps total)
Based on your experience, which option would you recommend based on the code complexity & performance?
Thanks,
Cecylia