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

Wednesday 30 September 2015

single button for led on/off


        single button for led on/off


One micro button for turn on the LED and turn OFF the LED. it is very simple and the code.
  1. atmega 16 microcontroller
  2. micro button
  3. 3v LED
  4. 5v supply

softwares

  1. atmel studio
  2. extreme burner
This technic was used in most of all electronics devices. so it was usefull for all electronics students and starters.  when we press a button tle led was turn one then again pressthe button LED turn off. In this project I used led. But it is work all electronic output devices like motor, home lights,and more.


PROGRAMME
/*
 * switch_or.c
 *
 * Created: 10/3/2015 2:43:36 PM
 *  Author: suriasarath
 */


#include <avr/io.h>
#include <util/delay.h>
    int val1;

int main(void)
{
    DDRA=0xff;
    while(1)
    {
        val1=PINB;
        if (val1==0xfe)
        {
            PORTA ^= (1 << 0);
            _delay_ms(1000);
        }
      
    }
}

Tt is very simple code................... 

Monday 21 September 2015

TEENSY BOARD

The Teensy is a breadboard-friendly development board with loads of features in a, well, teensy package. The Teensy 3.1 brings a 32 bit ARM Cortex microprocessor into the mix so you can do some serious number crunching.
The Teensy 3.1 comes pre-flashed with a bootloader so you can program it using the on-board USB connection: No external programmer needed! You can program for the Teensy in your favorite program editor using C or you can install the Teensyduino add-on for the Arduino IDE and write Arduino sketches for Teensy!

The processor on the Teensy also has access to the USB and can emulate any kind of USB device you need it to be, making it great for USB-MIDI and other HID projects. The 32 bit processor brings a few other features to the table as well, such as multiple channels of Direct Memory Access, several high-resolution ADCs and even an I2S digital audio interface! There are also 4 separate interval timers plus a delay timer! Oh yeah, and all pins have interrupt capability. Also, it can provide system voltage of 3.3V to other devices at up to 100mA.
All of this functionality is jammed into a 1.4 x 0.7 inch board with all headers on a 0.1" grid so you can slap in on a breadboard and get to work! On top of everything else the Teensy has been gifted with more RAM (64K, thats 4x more than the Teensy 3.0) and 256kb of flash memory! The Teensy 3.1 now has 5V tolerance on its digital inputs however all analog-only pins are still 3.3V only.


Note: This does not come with a USB cable, please check below for an appropriate one.
Dimensions: 1.4 x 0.7" (~35 x 18 mm)
Features:
  • 32 bit ARM Cortex-M4 72 MHz CPU (M4 = DSP extensions)
  • 256K Flash Memory, 64K RAM, 2K EEPROM
  • 21 High Resolution Analog Inputs (13 bits usable, 16 bit hardware)
  • 34 Digital I/O Pins (5V tolerance on Digital Inputs)
  • 12 PWM outputs
  • 7 Timers for intervals/delays, separate from PWM
  • USB with dedicated DMA memory transfers
  • 3 UARTs (serial ports)
  • SPI, I2C, I2S,CAN Bus, IR modulator
  • I2S (for high quality audio interface)
  • Real Time Clock (with user-added 32.768 crystal and battery)
  • 16 DMA channels (separate from USB)
  • Touch Sensor Inputs

Monday 6 July 2015

RASPBERY PI

    Raspberry pi is  the computer board or mini computer. raspberry pi board developed and marketing by broadcomm inc. raspberry pi has HDMI, USB, ETHERNET NET port and GPIO pins. GPIO pins used to connect binary world and real world. we can connect with LED, MOTOR OR MOTOR DRIVER, 7 segment led, relay, and etc. Raspberry pi has running with arm 7 processor and 1gb RAM and VIDEOCORE IV graphics and embedded OS. python and visual studio any many   tools to  write programs. Raspberry pi had unlimited possibility.



Friday 15 May 2015

SAMSUNG SOC

     The Samsung Exynos Octa 7420 has a highperforming CPU with a maximum clock speed of 2,100.00 MHz. It has 8 core(s), resulting inextremely efficient multi-tasking when compared to dual core processors.

     This processor is based on the Reduced Instruction Set Computing (RISC) design strategy enabling instructions to execute faster, as opposed to the Complex Instruction Set Computing (CISC) design strategy, which is generally slower at executing due to lengthy instructions.

Friday 6 March 2015

ARM GRAPHICS PROCESSING CORE

ARM GRAPHICS PROCESSING CORE
mali-450 MP4 double power GPU than mali-400. mali 450 MP4 GPU now inbuilt with octal core CPU mobile devices. Eg: XOLO omega, karbonn octane plus and more.........