Skip to content

Commit

Permalink
added apk"
Browse files Browse the repository at this point in the history
  • Loading branch information
mingjunsiek committed May 11, 2021
1 parent 12cadac commit 179b866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@

<p align="center">
<a href="https://youtu.be/DAWCtcEs20o">Video Demo</a>
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/DAWCtcEs20o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe> -->
</p>

# 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

<p align="center">
Expand Down
Binary file added app.apk
Binary file not shown.

0 comments on commit 179b866

Please sign in to comment.