-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5da1e25
commit 6c0d0ef
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Raspberry-Pi-Robot-Car-with-Distance-Sensor | ||
"# Raspberry-Pi-Robot-Car-with-Distance-Sensor" | ||
|
||
This is a robotic car project that i developed with Raspberry Pi 4 and Python. It can be control by keyboard and it measures the distance between the any object and itself and prints it to the screen with every push. I used GPIO library for accessing the GPIO logic pins on raspberry pi, to control the cars mobility. Also used Tkiner library to create a GUI to reach the keyboard for controlling cars direction for sure. |