Use of beetle and blueberry as nearables

I have beetle and blueberry and I want to show animation on my android when any of them is in motion. How can I do that

Hi!

You can achieve it with accelerometer and Telemetry data. First of all, enable accelerometer and Estimote Telemetry in your beacon. Then, build a simple app that would be able to receive accelerometer readings and prompt actions (such as showing animation) when a beacon is in motion. You can read more about motion detection on our Community Portal. Check out also Telemetry tutorial from our Developer Docs.

Best of luck!