amosproj / amos2022ss05-find-my-hearing-aid

MIT License
2 stars 1 forks source link

Regurarly update UI based on extracted signal strength #75

Closed Meisterlu closed 2 years ago

Meisterlu commented 2 years ago

User story

  1. As a user
  2. I want / need to see visually how the bluetooth signal of a BLE device changes based on the movement of my own device
  3. So that I get an indication on where the BLE device could be located.

Further description

precondition:

Acceptance criteria

Definition of Done

NicoStellwag commented 2 years ago

@domi1504 @jannikbmc @Meisterlu @codingwithelijah Quick update: I connected the circle radius to a rough estimate of what the distance to the device could be.

Still pending:

NicoStellwag commented 2 years ago

@domi1504 @jannikbmc We might want to use the following library for animations: https://github.com/OliveTreeBible/Xamarin.Transitions

I will look into it later.

Meisterlu commented 2 years ago

@NicoStellwag thank you for the update! So just for my understanding and to avoid misunderstandings, whenever we want to search the device via signal strength solution we need to be connected with to this specific device.

NicoStellwag commented 2 years ago

@Meisterlu Apparently I misunderstood the meaning of "connect" when researching. I thought of connecting to a device in terms of persistently pairing it with the smartphone, but all it meant was establishing a communication channel (which we already do to poll the rssi).

Regarding the other points:

Meisterlu commented 2 years ago

@NicoStellwag alright! Makes sense, thank you for the update.