Sunday 28 February 2016

Diplama project

RAILWAY CRACK DETECTION SYSTEM


Software Tools:

               AVR STUDIO
               Extreme burner

Hardware Tools

               AVR programmer
               AVR development board
               IR sensor
               RF transreciver

Concept:
             a robot roll on the railway track and an IR crack detection system fixed with the robot. When any crack detected the robot stop and inform about the crack to near station.

Programme:

/*
 * Railway crack detection system .c
 *
 * Created: 16/02/2016 2:40:44 AM
 *  Author: SURIA SARATH
 */


#include <avr/io.h>

int main(void)
{
DDRA=0x00;
DDRB=0xff;
DDRC=0xff;
PORTA=0x00;
    while(1)
    {
        if (PINA & (1<<PA0)==1)
        {
PORTB=0x0a;
PORTC=0x00;

        }
else if(PINA | (1<<PA0)==1)
{

PORTB=0X00;
PORTC=0x01;
}
    }
}


Wednesday 6 January 2016

Course detail

8051 based microcontroller
AVR  based microcontroller
All sensors interface

embedded system

requirements c,knowledge of instruction in avr, development board

 1.led blinkinng
  2.high speed led blinking
          projects
{
-7 segment display
-propeller
-led display

}
 3.switch
     1.butten as switch
      2.sensor as switch
        {  gas,sound ,heat,
             heat signature,ultrasonic, IR,flame,RF id
                     }
 4.lcd display
 5 wireless communication
 6.ADC input
 7 Timer
 8 interrupt
 9 UART