Store RSSI values captured by Android App

Hello! I am working with Estimote Beacon (Indoor Location)

I want to make an Android application that allows me to store RSSI values captured during a period of time of 3 Beacons individually. These values I will use them later outside the Android application to test algorithms.

I just want the Android application to collect the RSSI data for each Beacon.

This is possible?

Thank you

You’ll have to decide on how you want to save these detected data.

For example - you can try saving this unique sitings in excel (of course custom code and library for excel data plotting will have to be implemented)

like Column A will be for Beacon A and Column B for beacon B etc.
using the row for your data saving.