Skip to content

A library for the two-wheel drive Arduino robot chassis sold by VKmaker.

License

Notifications You must be signed in to change notification settings

zhangfaquan/Arduino_Smart_Car

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Smart Car

An Arduino IDE library for the two-wheeled Arduino robot chassis sold by VKmaker.

Two-wheeled Arduino-based robot by VKmaker

There are many inexpensive robot kits available based on the Arduino Uno. This project shares my experiences in building and coding the two-wheeled kit sold by VKmaker.

While the kit contains almost everything you need to build a working robot, I strongly recommend you also buy and install a pair of LM393-based speed sensors. Otherwise, it's going to be quite a challenge to keep the robot driving straight, especially on hardwood floors. This library supports the kit the way VKmaker sells it but it also includes support for speed sensors.

There are other minor hardware modifications you will need to make to the original kit which are detailed in the wiki.

Acknowledgement

  • A special thanks goes out to the DroneBot Workshop whose many helpful articles and videos enabled this project.
  • Thanks goes out to HDA Robotics whose sketch provided the foundation of this library.

Installation

  1. The Arduino_Smart_Car library is intended for use with the Arduino IDE. Installation is the same as for other libraries. Download the zip and select Sketch->Include Library->Add .ZIP Library.... Browse to the downloaded zip file and the Arduino IDE will do the rest.

Kit Assembly and Library API

A very thorough guide to using this library and the minor hardware changes needed to enable it are provided in the wiki.

Contributing

This project is intended to share my experiences building an Arduino-based robot kit. However, your suggestions for improvement and your contributions are highly encouraged! Please see CONTRIBUTING.md for more information.

About

A library for the two-wheel drive Arduino robot chassis sold by VKmaker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%