This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

The https://github.com/NordicPlayground/iOS-Image-Transfer-Demo on iPhone X can't receive complete image data

Hi

I added print on line 245 and on iphone 6 can receive complete image data and display but on Iphone X , iphone X Max the data will stop before image data complete 

https://github.com/NordicPlayground/iOS-Image-Transfer-Demo/blob/master/imageTransfer/Bluetooth/CameraPeripheral.swift#L245

Parents Reply Children
  • chanffdavid said:
    The print statement is output the log for show the received data size and base on the log we know the data is not complete.

     Ok and removing it does not improve the reliability of the application? I.e. you still see incomplete transfers?

    chanffdavid said:
    Can the nRF Sniffer v2. work with nrf52 DK ?

     Yes, the nRF Sniffer v2 is supported on the nRF52 DK. 

    chanffdavid said:
    Can I contact Torbjørn via devzone.nordicsemi.com? 

     Yes, Torbjørn is part of the team that monitors the Nordic DevZone.

  •  Ok and removing it does not improve the reliability of the application? I.e. you still see incomplete transfers?

    Whatever output this log or not, on iPhone X still can't get complete image data

     Yes, the nRF Sniffer v2 is supported on the nRF52 DK. 

    Just installed Sniffer V2 and capture samsung S8 (image data complete) and iPhone X (image data not complete) but seem normal attached capture data for your ref.

    iphonex.pcapngS8.pcapng

    Yes, Torbjørn is part of the team that monitors the Nordic DevZone.

    Is this profile ovrebekk is Torbjørn?

  • chanffdavid said:
    Whatever output this log or not, on iPhone X still can't get complete image data

     Ok, just wanted to clarify if the added output log statement caused the app to misbehave or not. 

    chanffdavid said:
    Just installed Sniffer V2 and capture samsung S8 (image data complete) and iPhone X (image data not complete) but seem normal attached capture data for your ref.

     Yes,I agree. I cannot see anything indicatiing that the notifications from the nRF52 device( i.e. the characteristic with handle 0x000f) is not received correctly. This could indicate that this is an issue inside the application and unrelated to the BLE communication. 

    chanffdavid said:
    Is this profile ovrebekk is Torbjørn?

     Yes.

Related