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

nRF9160 DK and Arducam OV5642

Hello,

I am a student who tries to make a smart IoT project using nRF9160 DK and Arducam OV5642. I am searching on the internet to where to start, but I cannot find any image processing examples made with this board and any camera. I only have this one: https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo , but in order to make this project compatible with my board, I need to figure out how to transfer the Keil project to SES. I am using this guide(https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide) but one folder path is missing on my computer. 

-In NRF5_SDK/components/toolchain/ select system_nrf52.c

So, in general, I am a bit confused from where to start and move on, should I use Keil or SES to develop my project? or are there any similar projects that exist for this board?

Thank you.

Parents
  • Hi 

    I am a bit unsure what you are trying to do. 

    The image transfer demo on github provides project files for both SES and Keil, but will only run on the nRF52, not the nRF9160. 

    Which Keil project are you trying to convert?

    Also, it is important to note that the image transfer demo is not doing any image processing per se. It is simply reading a JPG image file from the OV2640 sensor and relaying it directly to the connected mobile application, and then the JPG image is decoded on the phone side. 

    Best regards
    Torbjørn

Reply
  • Hi 

    I am a bit unsure what you are trying to do. 

    The image transfer demo on github provides project files for both SES and Keil, but will only run on the nRF52, not the nRF9160. 

    Which Keil project are you trying to convert?

    Also, it is important to note that the image transfer demo is not doing any image processing per se. It is simply reading a JPG image file from the OV2640 sensor and relaying it directly to the connected mobile application, and then the JPG image is decoded on the phone side. 

    Best regards
    Torbjørn

Children
No Data
Related