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
  • Hi Alexander

    It seems the problem was quite simple. Removing the dummy read was indeed the solution, but some other minor changes were also needed. 

    Please pull the latest version of the repo and give it a try. You will need to set the ARDUCAM_MINI_2MP_PLUS_MODE define in main.c to 1 and recompile the project to have it work properly with the new modules. 

    Since we primarily use the older modules internally I don't want to change the default behavior of the project, but a longer term goal is to make a routine in the code that can detect the module type automatically so no recompile is needed. 

    Best regards
    Torbjørn

Children
Related