writing a characteristic takes too long time
Posted: 15:25, 28 Apr 2015
Hi,
I have an application where I want to attach a slider widget to a bluetooth characteristic, and have it change the 8-bit value real time.
I got everything working in theory, but the issue is that every characteristics write takes about a second. The issue is not in the Nordic Semi bluetooth device, as it works really fast with native iOS code. This Evothing app is however on Android.
I tried this also on iOS, but the slider behaves bit differently and updates only when it is released.
Notification etc response for writes are not required, I'd like my app to "shoot blind" the updates as fast as possible.
Any pointers how to tackle this one?
I have an application where I want to attach a slider widget to a bluetooth characteristic, and have it change the 8-bit value real time.
I got everything working in theory, but the issue is that every characteristics write takes about a second. The issue is not in the Nordic Semi bluetooth device, as it works really fast with native iOS code. This Evothing app is however on Android.
I tried this also on iOS, but the slider behaves bit differently and updates only when it is released.
Notification etc response for writes are not required, I'd like my app to "shoot blind" the updates as fast as possible.
Any pointers how to tackle this one?