How to change beacon device range?

How to change beacon device range?

You can do it in two ways:

  1. Via Estimote App
  2. Via cloud.estimote.com webinterface

Ok Thanks I do it. its easy. Can You have any idea without any application how we can get notification if i enter in beacon’s range?

I used only Estimote SDK for Android.

You can use MonitoringListener.
There are two Callbacks: onEnteredRegion and onExitedRegion

Using onEnteredRegion Callback, you can fire an event, if a beacon is in range.

>>>Estimote Tutorial

2 posts were split to a new topic: How to fetch beacon’s name from Estimote Cloud?