Hi!
We are experimenting with BLE Mesh on nRF52832.
Our setup includes around 50 sensors located in a building which need to report sensor data ( 12 bytes ) in real time, at a rate of about 10 ms.
What we tried so far is to modify the Light Switch example to send larger packets instead but it throws a memory error after 2-3 packets, we also tried using UART example but that didn't work either.
Is our problem solvable with BLE Mesh? Are we taking the right approach?
Any help would be much appreciated.
Thanks!