https://github.com/ujjwalkran/sensor
It is used to collect the Accelerometer and Gyroscope data from mobile and display it to web app
https://github.com/ujjwalkran/sensor
android firebase
Last synced: about 2 months ago
JSON representation
It is used to collect the Accelerometer and Gyroscope data from mobile and display it to web app
- Host: GitHub
- URL: https://github.com/ujjwalkran/sensor
- Owner: ujjwalkran
- License: mit
- Created: 2023-04-21T09:14:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T12:07:45.000Z (about 2 years ago)
- Last Synced: 2025-02-14T23:20:53.216Z (4 months ago)
- Topics: android, firebase
- Language: Java
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sensor
This project is aimed at collecting gyroscope and accelerometer data from a mobile device and syncing it to a Firebase database. The same data is streamed to the website in real-time.
The collected data can be used for a wide range of applications such as motion tracking, activity recognition, and fitness monitoring.## Technologies Used
- Android Studio: to develop the mobile application
- Firebase Realtime Database: to store the collected data
- Java: to write the code for the mobile application
- JavaScript: to write the code for the website## Installation
- To use this project, you will need:
- Android Studio version 4.1 or higher
A Firebase account## Usage
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Connect your mobile device to the computer and run the application.
- The application will start collecting gyroscope and accelerometer data from the mobile device.
- The collected data will be synced to a Firebase Realtime Database.
- The website will use Firebase's Realtime Database API to display the collected data.
- You can view the collected data in the Firebase console and on the website.## Results
View the result here - https://drive.google.com/drive/folders/1kbxaozLBmDHuu2_mJLiachWuNKcP2EfA?usp=sharing
## Team Contribution
- [Chinmaya Shyamraj](https://github.com/ChinmayaShyamaraj) - Firebase connectivtiy to website
- [Adril Vaz](https://github.com/adril27) - Firebase connectivtiy to website
- [Niyata Naik](https://github.com/NiyataNaik) - Website Frontend
- [Ujjwal Karan](https://github.com/ujjwalkran) - App Backend and Firebase Connectivity
- [Sammitha S Poojary](https://github.com/SammithaS) - Website Frontend and realtime data fetching from firebase
- [Shri Hari](https://github.com/Shri243) - App Backend and Firebase Connectivity## Website Repo link
Here is the website repo link that streams the data - https://github.com/ujjwalkran/Sensorweb