Hi,
We have been working with nRF52832 and using BLE Mesh in our product. The product is an Access control reader which scans for nearby smartphones over BLE and sends data to other reader nodes over BLE mesh. For decent user experience, we make the BLE scan for phone advertisements and also allows phones to connect to it if and when needed.
Presently we are thinking to develop on Thread Mesh, and we know BLE/Thread multiprotocol is supported. So the plan is to allow communication with smartphones over BLE (Advertisements & Connections) and send data to other nodes over thread mesh. We plan to use the nRF52833. Is this the correct SoC to go for?
Our main worry is the BLE performance, since the radio is common and 2 protocols will be time sliced with each other. Will there be delay experienced by the user when performing normal access events.
If yes, is there a way to mitigate that effect. Please propose some ideas. Straight forward one is to run 2 SoCs which will run both protocol independently and communicate over an interface, is what we were thinking. Is there more elegant solution?
Thanks