diff --git a/README.md b/README.md index 3f28a30..964b1ea 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,16 @@

Video Demo -

# Project Objective This project aims to provide an intuitive solution to indoor localization and indoor navigation. ESP32 boards were configured to be beacons using the iBeacon protocol. These beacons were placed in specific Point of Interest (POI) in SCSE, mainly near entrances of laboratories. A mobile app, Pathfinder, was developed to receive advertisement packets broadcasted by the beacons. These packets could be used to find out how far a user is to a beacon by using the RSSI in the packet. By placing a network of beacons in SCSE, we were able to navigate the user from any POI to a destination POI the user selected using Pathfinder by literally pointing them in the right direction. +# Pathfinder APK + +Pathfinder can be installed on Android devices using the APK found in '_./app.apk_' in the root folder. + # ESP32 Board

diff --git a/app.apk b/app.apk new file mode 100644 index 0000000..5fc7cac Binary files /dev/null and b/app.apk differ