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

Can I make an app with Estimote SDK and nRF51822 Dev kit?

I am working on nRF51822 ble_app_bps and I want to use Estimote SDK to monitor beacon on the background.

I also changed UUID, Major, Minor value: UUID.fromString("00001810-0000-1000-8000-00805F9B34FB"), 0, 0));

But the app doesn't enter "onEnterRegion ", which is executed when the matching UUID is found.

What is the problem?

Parents Reply Children
Related