Hello, I'm having trouble to make the image transfer demo work.
I flashed the .hex files found here: https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo to the board and nothing happens. I don't even see the device when scanning.
I got a nRF52840 board and a 2mp arducam connected in the side connector from p27 to p12 and with the arducam VDD pin going to the 5v pin in the other side of the board.
I also tried other pre compiled .hex examples that come with the SDK 13 and they seem to work, for example the ble_app_uart will show in the scanning.
I also tried to compile the source code via make and get the following error:
Compiling file: main.c
In file included from ../../../main.c:67:0:
../../../ble_image_transfer_service.h:133:1: error: '__packed__' attribute ignored [-Werror=attributes]
}ble_its_ble_params_info_t;
^
../../../main.c:69:25: fatal error: cl_includes.h: No such file or directory
cc1: all warnings being treated as errors
compilation terminated.
I'm working in Mac so I can't install Keil 5, but I tried on Segger and I also got a similar error.
Could you point me in some direction about what I'm doing wrong?
Thanks!