π€ AI-Powered Panel Navigation
This system uses QR Code anchoring, visual positioning, and pathfinding algorithms to help electricians locate any panel across Hilton Niagara Falls' three towers.
Section 1 β Overview
How the navigation system works
This app uses a combination of QR Code anchoring and visual positioning to help electricians navigate to any panel.
Each physical electrical panel gets a QR sticker that links directly to its digital profile in this system. When you scan a QR code, you instantly see the panel's full breaker schedule, voltage specs, feed network, and maintenance history.
Future phases will add Wi-Fi RTT positioning and AR overlay navigation β showing virtual arrows on your phone screen guiding you to any panel.
Section 2 β Phase 1: Physical Audit
Step-by-step instructions for building the panel database
Section 3 β The Panel Power Network
How 13,800V becomes 120V at your outlet
Lighting / HVAC
Receptacles
Section 4 β Pathfinding Algorithm (A*)
How the app will guide you to any panel
The A* (A-Star) algorithm finds the shortest path between two points on a floor plan grid β like GPS navigation, but inside a building.
β’ g(n) = steps taken from start
β’ h(n) = estimated steps to goal (heuristic)
This gives a guaranteed shortest path with minimal exploration.
Section 5 β AR Navigation Roadmap
The path to full augmented reality panel navigation
Section 6 β Technology Stack
The platforms and APIs powering this system