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

nRF52 Blinky and iPhone 6s?

I am using Windows 10, 64-bit

I am using gcc tools 7 2018-q2-update (arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 7.3.1 20180622 (release))

I am using the nRF5 SDK 15.2.0 (nRF5_SDK_15.2.0_9412b96)

I am trying to get the ble_app_blinky to work (SDK_DIR\examples\ble_central\ble_app_blinky_c\pca10040\s132\armgcc)

I run make, everything compiles

I run make erase (just to be safe)

I run make flash_softdevice

I run make flash

The LED next to the PCA10040 lights up, then the LED1 lights up, and shortly after the LED next to the PCA10040 blinks quickly about every second.

Using the nRF Blinky App from the apple store on my iPhone 6s, the blinky example does not show up.

Is there something I am missing, or is there a known issue with this configuration?

Related