Hi there! Our app developer are experiencing some difficulties with Bluetooth LE and image/file transfer on iOS. The device (our product) uses the NRF52840 chip. Any help on the subject are highly appreciated! (It’s a key part of the product we’re making) Here’s the wording from the developer:
«Does anyone know how to properly send an uncompressed bitmap image from an iPhone to a low energy bluetooth device? We are trying to do this but for some reason most of the data packets that get sent are lost when we send withoutResponse. It works withResponse but this takes way too long so it’s a bad user experience»
From my understanding the withoutResponse (it worked when using the devkit as the sender) sends the image file in less than 10 seconds. When using withResponse on IOS it takes 1.5 minutes (which in our case is highly undesirable).
Thanks!
Thomas R.