Hi,
I'm using 5 nordic thingy 52 (nRF6936).
I connect all of them with my android smartphone using your thingylib library (github) and read only `rawDataNotification` (compass, gyroscope, accellerometer) due to the fact that if I enable other sensor data che connection crash, as I reported here on github issue .
With one or two nordic the sampling rate works as expected up to 200Hz.
When I connect more of thingy52 to my android app, I encounter the problem that out of 5 Nordic connected, at least 2 sample at half the frequency or less, even if I set a frequency of 90 Hz or 50 Hz.
I've already tried to play with MTU, advertising and connection parameters, but I can't get a constant data sampling rate between several Nordic together; yet BLE has about 30 channels for communication, and on andorid (depending on phone version or model and ROM) it's possible to have 7 or more simultaneous GATT connections. How is this possible that I cant reach that values?
What can I modify and/or try in order to be able to sample at more than 100 Hz with 4-5 nordic thingy 52 connected together?
Thanks in advice!