Showing posts with label micro controllers. Show all posts
Showing posts with label micro controllers. Show all posts

Wednesday, 2 July 2014

The AVR Microcontroller

by Unknown  |  in The AVR Microcontroller at  07:55
                                       The AVR Microcontroller The AVR enhanced RISC microcontrollers [1] are based on a new RISC architecture that has been developed to take advantage of semiconductor integration and software capabilities of the 1990's. A block diagram of the AVR architecture is given in figure 1. The memory sizes and peripherals indicated in the figure are for the AT90S8414 microcontroller.Central in the AVR architecture... Read More »

Monday, 19 May 2014

The intelligent wireless video camera

by Unknown  |  in wireless video camera at  03:38
The intelligent wireless video camera The intelligent wireless video camera described in this paper is designed using wireless video monitoring system, for detecting the presence of a person who is inside the restricted zone.  This type of automatic wireless video monitors is quite suitable for the isolated restricted zones, where the tight security is required. The principle of remote sensing is utilized in this,... Read More »

Friday, 16 May 2014

Programming of micro controllers 8051

by Unknown  |  in micro controllers at  00:42
Programming of micro controllers 8051 In this programing u can control four device by using only two input.circuit diagram is shown below. #include <reg51.h>                             sbit izero=P0^0;  sbit ione=P0^1;  sbit itwo=P0^2;  sbit ozero=P1^0;  sbit oone=P1^1;  sbit otwo=P1^2;  sbit othree=P1^3;  void main(void)  {       unsigned char a=0,b=0,c=0,d=0,e,f,g,h,sum;     ozero=0;     oone=0;     otwo=0;     othree=0;     izero=0;     ione=0;     itwo=0;     for( ;... Read More »

Proudly Powered by Blogger.