Posts

Showing posts from April, 2017
Image
OpenCV seems to be the highly used library for computer vision now days and in this blog I am going to show you how you can use this library to make a automated robot car which will follow an object. Materials required- Arduino uno r3 breadboard Chassis and wheels Bluetooth module (HC-05) connecting wires MOSFETs LEDs Diodes Arduino software(IDE) Android Studio For this project I have used openCV with android and established a wireless connection between Arduino and android app using Bluetooth. here is the demo of my project you can get the code for Android app and Arduino board from my Github -  https://github.com/anuraj381/Project-Automated-object-follower-car The connections on the car for Arduino and Bluetooth module are shown here - connection between Arduino, motors and Bluetooth module Alright so, if you everything required for the project then let's make it Firstly you download the code from Github (links above) and make the Androi...