Skip to content

Category Archives: Robot Tutorial

Microcontroller Tutorial : PIC16F877A

12-Aug-10

microcontroller PIC16F877A

This tutorial document containing of basic explanation and project about PIC microcontroller PIC16F877A. There is simple of clearly explanation of PIC16F877A including of sample program source code.

Wall Follower Robot Tutorial with IR Sensor

05-Aug-10

This is a very simple project for beginner. The robot is just use two pieces of IR sensor and two motors to keep moving. This robot only works on straight wall track.

wall following robot

If you’re a beginner, then this project willl be nice for you. You may use Ultrasonic / sonar sensor for better navigation and movement.

Line Follower Robot with ATMega16

17-Mar-10

robot line follower block diagram
This document contains the complete tutorial of line follower robot building. The schematic diagram and program source code are inclided in the document with some explanation.

This line follower uses:

  • 8 proximity sensor array using phototransistor,
  • Microcontroller ATMega16.
  • L298 motor driver
  • C programming language