jopokemine / memory-palace

2 stars 0 forks source link

IPF-15 #15

Closed Josh-Danks closed 2 years ago

Josh-Danks commented 2 years ago

The application will be able to determine what room the user is currently in

Dependancy IPF-11 Dependancy IPF-22

JoshuaOC97 commented 2 years ago

Current notes and prototype will be uploaded to the Drive tonight; they just need to be cleaned up a bit to be easily understood.

JoshuaOC97 commented 2 years ago

Current prototype now uploaded to Drive and some documentation to go with it. Please review to ensure everything can connect.

jopokemine commented 2 years ago

Just had a look at the documentation, it looks good. However I think the assumption that we don't know the location of the bluetooth devices is wrong. I'm pretty sure part of the initial setup steps is for the user to tell the app where their bluetooth devices are in the room, so we can use that position to help locate the user.

JoshuaOC97 commented 2 years ago

Understood, I'll make some changes. I think most of the stuff will be the same but the first few steps will be different.

JoshuaOC97 commented 2 years ago

New version has been submitted to the Drive. Prototype will be completed and translated into C# soon.

jopokemine commented 2 years ago

The setup script has been completed, and the server to relay the Bluetooth RSSI is functionally complete (the only changes are to reformat the returned information if needed). The setup script will change the hostname of the device to mem_pal_{room}_{identifier}, where the room and identifier (defined in IPF-11) are passed as parameters when running the script. Doing this means it will be easier to identify the devices when searching for the user's location

Josh-Danks commented 2 years ago

-Check coordinates against rooms changed to Check strongest bluetooth signal -Added Get Unity to probe Pi's for signal strength -Added IPF-22 dependency

Josh-Danks commented 2 years ago

-Waiting on Hugh for GET request (complete but not merged) => Hugh assigned to explain -Task reduced to 1 days work

Josh-Danks commented 2 years ago

-GET requests work however Flask server wasn't working -Code for tasks is there just needs testing -Danks to send JSON code -Tasks reduced to 1/2 Day

jopokemine commented 2 years ago

Moved code for all my issues (#15 #18 #20 #21 #24) into one branch (jopokemine) to make things a bit easier

jopokemine commented 2 years ago

Added test task so implementation tasks can be marked as done

jopokemine commented 2 years ago

Finished in latest commits