Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasantokul/raspberry-pi-robot-car-with-distance-sensor
Hello folks this is my robotic car with distance sensor project with keyboard control with Python and Raspberry Pi 4
https://github.com/hasantokul/raspberry-pi-robot-car-with-distance-sensor
python raspberrypi robotics
Last synced: 7 days ago
JSON representation
Hello folks this is my robotic car with distance sensor project with keyboard control with Python and Raspberry Pi 4
- Host: GitHub
- URL: https://github.com/hasantokul/raspberry-pi-robot-car-with-distance-sensor
- Owner: hasantokul
- Created: 2020-11-08T13:55:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T08:31:00.000Z (almost 4 years ago)
- Last Synced: 2023-10-17T09:03:00.523Z (about 1 year ago)
- Topics: python, raspberrypi, robotics
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.