nrf51-ble-app-lbs icon indicating copy to clipboard operation
nrf51-ble-app-lbs copied to clipboard

Simple example application showing how to do a custom service. Fully explained in nAN-36, available on www.nordicsemi.com.

Results 6 nrf51-ble-app-lbs issues
Sort by recently updated
recently updated
newest added

Hi, example not compile under nRF51_SDK_8.1.0_b6ed55f.zip 1. Add inlude path for nrf_drv_gpiote.h 2. Add config folder and copy file nrf_drv_config.h with #define GPIOTE_ENABLED 1 3. Add file nrf_drv_gpiote.c to project...

I have compiled the project successfully, but not able to flash it on nRF51422 development board. **\* error 56: cannot open file Error: Flash Download failed - Could not load...

I've been playing with this demo code and I've noticed that the vendor service (0x1523) is not actually displayed when I run noble's `advertisement-discovery.js` example. I do see services advertised...