Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulsamie10/sensorfusionkotlin
In this application, I did sensor fusion to calculate distance and height.
https://github.com/abdulsamie10/sensorfusionkotlin
accelerometer android android-studio apk app application distance fusion height kotlin magnetic-field measure proximity proximity-sensor sensor xml
Last synced: about 1 month ago
JSON representation
In this application, I did sensor fusion to calculate distance and height.
- Host: GitHub
- URL: https://github.com/abdulsamie10/sensorfusionkotlin
- Owner: abdulsamie10
- License: mit
- Created: 2023-07-18T05:49:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T05:51:02.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:44:48.346Z (3 months ago)
- Topics: accelerometer, android, android-studio, apk, app, application, distance, fusion, height, kotlin, magnetic-field, measure, proximity, proximity-sensor, sensor, xml
- Language: Kotlin
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proximity Sensor Distance and Height Measurement
This Android application allows you to measure distance and height using the proximity sensor and sensor fusion techniques.
## Features
- Measures the distance and height using the proximity sensor, accelerometer, gyroscope, and magnetometer sensors.
- Utilizes sensor fusion techniques, including a complementary filter, to improve measurement accuracy.
- Displays the real-time distance and height measurements on the screen.## Getting Started
### Prerequisites
- Android Studio (version 4.0 or above)
- Android device or emulator with a proximity sensor, accelerometer, gyroscope, and magnetometer sensors### Installation
1. Clone the repository or download the source code.
2. Open the project in Android Studio.
3. Connect your Android device to the computer or launch an emulator.
4. Build and run the application on the device/emulator.## Usage
1. Launch the application on your Android device/emulator.
2. Place the device in a stationary position, preferably on a flat surface.
3. The application will display the real-time distance and height measurements on the screen.
4. Move the device and observe how the distance and height values change accordingly.
5. Note that accurate measurements may require sensor calibration and stable sensor readings.## Contributing
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).