I created a BLE device with custom characteristic showing the sensor value (int16). But I can't achieve 1khz sampling rate.
1. Is sending data via NUS faster since the central reads its receive buffer instead of reading the custom characteristic everytime of the peripheral device? Is 1kHz sampling rate doable for both option?
2. With android since the minimum possible interval is 7.5ms , it means I can't achive 1khz sampling rate? How about in pc (windows10) is this doable?
TIA