Yet another robot car

Motivation

In my senior year of University I was programming a Darwin-Op robot. It was a really nice and fun experience. After my graduation I felt a little disappointed because I had to be separated from my first childbot :(. But after a while I found a solution: I built my own baby bot, actually two.

Having fun with robots

First, I spent some time looking where to buy the necessary robot parts. The best option I found on my budget was Aliexpress.

I bought these parts:

Robot car

It is controlled by the Arduino board. To watch the code that operates it, visit Robotcar-Arduino project. Video and pictures:

IMAGE ALT TEXT HERE

Car front view

Car front view

Robot tank

It is controlled by the Arduino board. To watch the code that operates it, visit Robotcar-Arduino project. The code had to be modified because Chipkit provides a very old library that lacks the functionality required by the original project. Video and pictures:

IMAGE ALT TEXT HERE

Car upper view

Car front view

ArduinoRC

A android app that allows to control the robots over bluetooth. For more information about this project visit ArduinoRC project. Some screenshots:

Main Activity

Turn on Bluetooth

Device scan

List of devices

Thanks for reading!