Skip to content

🤖 This project is what I did in the freshman year in the university, using arduino and raspberry pi boards to implement a simple mobile car. It can achieve the functions are: remote control, obstacle avoidance and ranging.

License

Notifications You must be signed in to change notification settings

myyerrol/simple-wheeled-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-wheeled-robot

simple_wheeled_robot

Description

This project is what I did in the freshman year in the university, using arduino and raspberry pi boards to implement a simple mobile car. It can achieve the functions are: remote control, obstacle avoidance and ranging.

Principle

simple_wheeled_robot_fritzing

Video

The following video show the basic function of the simple-wheeled-robot.

Configure

  1. Please connect lines correctly.
  2. Download simple_wheeled_robot.ino program to the arduino.
  3. Start the raspberry pi, switch directory to Desktop, and use follow command to get codes.
$> cd Desktop
$> git clone https://github.com/myyerrol/simple-wheeled-robot.git
  1. Set autostart and reboot raspberry pi to enjoy!
$> mkdir /home/pi/.config/autostart
$> cd ../.config/autostart
$> cp ../Desktop/simple-wheeled-robot/config/simple_wheeled_robot.desktop ./
$> sudo reboot

Summary

By finishing this project, I learned simple python programming, sensors programming, and using of arduino and raspberry pi boards, ect. Although this car's function is very limited, I still enjoyed that happiness when I made the car run! I believe I can do better on the road of maker in the future!

About

🤖 This project is what I did in the freshman year in the university, using arduino and raspberry pi boards to implement a simple mobile car. It can achieve the functions are: remote control, obstacle avoidance and ranging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published