Set reading frequency of imu sensors of arduino 101

The maximim frequency should be 7.5ms for 6 packets with 20 bytes in maximum each.

Thus you could see your data throughput with BLE will be

6 * 20 * 1000/7.5 = 16kb/s