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 Children
  • Hi guys

    I am very happy to hear it works for both of you Slight smile

    I just pushed a new update with a modified fix. 

    I wasn't really happy with having to recompile the code when using the plus version of the sensor, so I realized I could just fix the issue on the app side rather than trying to fix it on the nRF side. If you pull the latest update to the app and the nRF code there is no define to set anymore, and the Android app will simply remove the extra byte if it is detected. 

    Best regards
    Torbjørn

Related