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

compiling nrf52-ble-image-transfer-demo

hi,

I have several questions regarding the demo.

  1. I tried to load the provided nrf52840_xxaa.hex to PCA100056 with s140 5 alfa, however, no images is transferred

This is the output from device

UART Start!
SPIM - Spi master interface created
SPIM - Spi master interface closed
SPIM: Close - Interface not open
TWIM: Open - TWI master interface created
ARDUCAM - Camera Start
TWIM: Close - Interface closed
SPIM - Spi master interface created
ARDUCAM - eConnected
Data len is set to 0x3D(61), or maybe 64
ATT MTU exchange completed. central 247 peripheral 64
ATT MTU exchange completed. central 247 peripheral 64
Con params updated: CI 6, 6
ATT MTU exchange completed. central 247 peripheral 64
T1S1Con params updated: CI 36, 36
Con params updated: CI 9, 9

It seems like the camera is starting, but the mobile app is not receiving images. I have tried with Samsung Galaxy S6 and Nexus 5x

I connected the camera to P0.13 through P1.09 and VVD to 5V on the right side with GRD connected next to it.

  1. How does one build the full application? The provided makefile at github.com/.../nrf52-ble-image-transfer-demo

will fail build because no rules are specified how to build the cpplib. Do you have plans to provide it?

Related