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

Image transfer demo

Hi guys! I have had an issue with Image Transfer Demo project. I use nRF52832 with OV2640 camera. I used installation project process described on the page https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo#softdevice-version. The project was successfully compiled an launched on Nordic. Then i downloaded application for Android "ImageTransferDemo". Connection between Android app and the nRF is successfully established and when i try "Take Picture" from the app transmission of Packets normally executes, but picture doesn't appear into app after receiving packets. What the reason could be? Thanks...

Parents Reply
  • Good day! I have caught some packets by sniffer during image transfer, it seems actata are transferred from peripheral device: Sequence of Empty Data PDU packets is sent constantly, and after "Take Picture" action only one ATT packet "Rcvd Exchange MTU Response" is displayed on WireShark screen. The length of this one seems to be 255 bytes, but in the lowest window we can see just 33. I'm sending you a screenshot of transferring packets during Image Transfer Exchange.   

Children
Related