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

Why i can't debug Nordic supply nRF UART App source code in my Google nexus 7 II ?

I tried to debug Nordic provided Uart App code on the Google Nexus 7 II device.

But I found a problem, when I remove: LocalBroadcastManager.getInstance(this).registerReceiver(UARTStatusChangeReceiver, makeGattUpdateIntentFilter()); function, I can debug, but after connecting to the device, APP will crash.

If not removed, then at a start of the operation, it can not debug.

  • Thank you Hung Bui for posting your javabuiltpath.png, I copied your Project | Properties | Java Build Path | Order and Export and that fixed it for me, I can now run this example app on my Nexus 7 2nd Gen. Is there compatible firmware that will run on the nRF51822? Thanks again!

    UPDATE: Found the nRF51822 code in experimental\ble_uart_app as described in other posts on this website. No additional info required!

Related