This project is a React Native built application which fetches data from sensors like Inertial Measurement Unit (IMU) and Global Positioning System (GPS) and present it.
- Inertial Measurement Unit composed of 3axis of accelerometer,gyroscopea and magnetometer which is called to be as 9 axix IMU.
- IMU are used to measure acceleration,angular velocity and magnetic fields.but when combined with fusion software measures orientation,heading and motion.
- The combunation of IMU sensor with IMU fusion software called to be as Altitude Heading Reference System (AHRS).
- This sensor data brings more accuracy in Global Positioning System.
- Tracking motion in consumer electronics like cellphone and video game remotes.
- It brings into Augmented Reality(AR) and Virtual Reality(VR) by user head movements.
- Maintaining Drone balance by applying "motion" and "orientation information".
- Install node in your system.
- Install npm and expo globally.
- Start npm.
- You will see the Expo DevTools will start at a port in your host and opens the default browser.
- You can select any of the available modes for Simulator and check on the device.