Project has investigated the feasibility of an inertial navigation system (INS) for small IoT devices. INS in general is a system that uses accelerometers and gyroscopes to determine the position, velocity and direction of an object without external references, such as GPS signals.
INS systems have generally recognized limitations:
The Arduino Nano BLE sense Rev 2. device has been used as a test sensor board in the case. It contains several sensors needed for inertial navigation, such as an accelerometer, gyroscope and magnetometer. It also has Bluetooth for wireless connection. The inertial sensors on the board produce data at several hundred measurements per second.
The challenge is processing the data to convert it, for example, into direction and positioning. After processing the data, the information can be collected in a gateway device, for example, to visualize it.