Skip to content

IMU-Data-Logger represents a significant advancement in mobile data collection technology, providing unparalleled accuracy in location and orientation tracking. Its real-time data capture and user-friendly interface make it an essential tool for professionals in various fields requiring precise positioning information

Notifications You must be signed in to change notification settings

nitesh047/IMU-Data-Capture

 
 

Repository files navigation

IMU-Data-Capture

IMU-Data-Capture is a React Native Android application designed to capture real-time Inertial Measurement Unit (IMU) sensor data. This guide will help you set up the application quickly.

Prerequisites

Before you start, make sure you have the following installed:

Quick Setup

Follow these steps to set up and run the IMU-Data-Capture app:

1. Clone the Repository

git clone https://github.com/Forest-Economy-Alliance/IMU-Data-Capture.git
cd IMU-Data-Capture

2. Install Dependencies

npm install

3. Set Up Android Development Environment

Make sure you have the Android development environment set up on your machine. Follow the React Native CLI Quickstart guide for detailed instructions.

4.Connect an Android Device or Start an Emulator

Connect your Android device via USB or start an Android emulator. Make sure the device is in developer mode and USB debugging is enabled.

5. Run the Application

npx react-native run-android

6. Usage

1. Select Data Collection Mode: Choose between periodic data collection or continuous data collection.
2.Start Data Collection: Tap the 'Start Logging' button to begin collecting IMU sensor data.
3.End Session: Tap the 'Stop Logging' button to end the data collection session.
4.Access Log Files: The log files will be saved in the local file manager of your device. You can export these files for further analysis.

Download APK

If you prefer to directly install the app without setting up the development environment, you can download the APK file from the Releases section of this repository.

About

IMU-Data-Logger represents a significant advancement in mobile data collection technology, providing unparalleled accuracy in location and orientation tracking. Its real-time data capture and user-friendly interface make it an essential tool for professionals in various fields requiring precise positioning information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.6%
  • JavaScript 5.8%
  • Ruby 2.6%