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.