- The document describes an inertial navigation system (INS) device that uses accelerometers, gyroscopes and magnetometers to estimate a person's position as they walk indoors without GPS.
- The portable INS device is placed in a user's backpack and collects sensor data to track their position in real-time as they walk. The data is stored and displayed on a remote server via a wireless connection.
- The system was developed using an MPU9250 sensor module with the necessary sensors. A Python library was created to communicate with the sensors via an Raspberry Pi board and estimate the user's position through steps detected, azimuth determined from gyroscope and magnetometer readings, and step length calculation.