Hello,
We are referring to demo project (https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo). This is quite matching for our requirement. However we have to make quite few changes to it.
First is we are not using Arducam camera module. We are trying to interface OV2640 camera sensor directly to the nRF52840 development kit.
The Arducam module communicates to the nRF kit on SPI. But as we want to interface OV2640 directly to the nRF kit, the data coming to the kit would be in parallel.
In our case also, the image has to be transferred via BLE to the android device.
So the question is, is the parallel interfacing of camera module to the nRF kit possible?
Is there any demo for interfacing parallel port camera with nRF kit from which we can take reference from?
Thanks.