https://github.com/calebabg/cs414finalproject-android
https://github.com/calebabg/cs414finalproject-android
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebabg/cs414finalproject-android
- Owner: CalebABG
- License: mit
- Created: 2022-04-28T06:25:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T00:49:15.000Z (over 3 years ago)
- Last Synced: 2024-12-31T00:16:40.736Z (over 1 year ago)
- Language: Kotlin
- Size: 725 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS414FinalProject-Android

## Synopsis
This is the Android app code for my Android class final project. This code allows for controlling the movement of the bot, setting drive parameters for the bot, connecting to the Arduino's Bluetooth module, viewing the phone's Accelerometer data as raw or calculated values, and recording and saving in real-time packets from the phone to the Arduino, as well as movement playback from recorded packet Replays in real-time.
This is the potatoes of the project, the meat of the project can be found here: [CS414FinalProject-Arduino](https://github.com/CalebABG/CS414FinalProject-Arduino)
If you'd like a detailed breakdown of the project, the challenges, and the solutions, checkout the project report: [Final Project Report](https://github.com/CalebABG/CS414FinalProject-Arduino/blob/main/writeups/project-breakdown.md)
Thanks for checking out the repo, happy coding!