Projects

NavigateX

An Android navigation prototype combining RFID waypoints with directional prompts, step counting, and spoken progress updates.

Source-backed walkthrough · not an application demo

Explore the project.

Original source ↗
Editorial project studywalkthrough
NavigateXFind a destination
01Find a destination02Read the waypoint03Follow the instruction

Editorial visualization of the documented project flow. This is not a source screenshot or a running application.

01Find a destination

SearchActivity loads named destinations from the backend.

02Read the waypoint

WaitingForTagActivity waits for the next detected RFID waypoint.

03Follow the instruction

Directional prompts, step counting, and Text-to-Speech communicate progress and arrival.

An explanatory walkthrough of the documented project—not a recreation of its original user interface. See the source for implementation details.

Guidance between tagged waypoints

NavigateX was built for Facebook Hackathon Poland 2018 around an RFID-assisted smart-shoe navigation concept. A user searches for a destination, waits for a detected waypoint, and follows the next directional instruction.

The Android client shows forward, left, right, and back prompts, uses the step-counter sensor to estimate progress, and speaks instructions through Android Text-to-Speech.

Where the pieces meet

The documented system combines tagged waypoints, an RFID reader, a navigation backend, and the Android app. Historical HTTP endpoints supply destinations, route information, and the most recent detected step.

Archival status

The repository is an archival mirror retaining the original authors and history. Its Android toolchain and backend configuration have not been modernized for production.

The walkthrough here explains the client flow; it is not an Android emulator or an operating navigation aid. Original-screen recordings and a synthetic waypoint replay are appropriate next additions, without exposing real location data.

Recognition

  • Winner of Facebook Poland Hack 2018 — Facebook, May 2018
Explore the source ↗