https://github.com/bipinoli/self-driving-car
Brain for the Arduino based self driving car hardware. It also provides a beautiful user interface to the user. It works like a central command center with all the brains and interaction mechanisms.
https://github.com/bipinoli/self-driving-car
android-application android-studio arduino java-8 microcontroller shortest-path-algorithm
Last synced: about 1 month ago
JSON representation
Brain for the Arduino based self driving car hardware. It also provides a beautiful user interface to the user. It works like a central command center with all the brains and interaction mechanisms.
- Host: GitHub
- URL: https://github.com/bipinoli/self-driving-car
- Owner: Bipinoli
- License: mit
- Created: 2018-01-28T18:42:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T04:18:50.000Z (over 7 years ago)
- Last Synced: 2025-03-16T22:38:17.140Z (about 1 year ago)
- Topics: android-application, android-studio, arduino, java-8, microcontroller, shortest-path-algorithm
- Language: Java
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self-Driving-Car
## Introduction
This this an android app created in Android Studio. It is ment as an UI for the Robot car based on arduino. Robot has to be able to move
from source to destination in the maze following the shortest path. This app allows the user to set the source and destination and roadblocks
and when GO button is pressed it finds the shortest route in the maze and sends the instructions as how to move to the robot car
via arduino bluetooth module.
#### I have also included the apk file here in the name "UIForSelfDrivingCarFinal.apk" along with the documentation in docs folder.
## Demo Run



# Form in which arduino Receives instruction


# Simple sample arduino code

### Authors
- Bipin Oli bipinoli90@gmail.com
- Aayush Gautam agautam1997@gmail.com
- Kuldip Bhutoria bhutoriakuldip1998@gmail.com