Sie sind auf Seite 1von 2

1. Microcontroller Based Digital code Lock: Security is a prime concern in our day-today life.

Everyone wants to be as much secure as possible. An access control for doors forms a vital link in a security chain. The microcontroller based digital lock for Doors is an access control system that allows only authorized persons to access a restricted area. The system is fully controlled by the 8 bit microcontroller AT89S51 which has a 4Kbytes of flash for the program memory. The password is stored in the EEPROM so that we can change it at any time. The system has a Keypad by which the password can be entered through it. When the entered password equals with the password stored in the memory then the relay gets on and so that the door is opened. If we entered a wrong password for more than three times then the Alarm is switched on. 2. Microcontroller Based Digital Clock with Alarm The aim of this project to build and program a digital clock with typical alarm clock features with a self explanatory user interface. Instead of the four 7-segment LEDs I will be using an LCD display, which will be used to both display the time, and when needed will show the set time for the alarm. I plan to have the clock operate in the 12hr system, so I will use a decimal point to indicate whether the time is in the am or pm portion of the day. I will devote one of the on-board buttons to a toggle function which will cycle through 3 modes, one where the clock is running waiting for the alarm to go off, one where the user is setting the time, and one where the user is setting the alarm. To change the time (or alarm) I will use 3 more of the on-board buttons. One will alternate between selecting minutes and to selecting hours, and then two more will be used to increase or decrease the selected variable. There must also be a feature which allows the user to enable or disable the alarm function. Since it is undesirable to have this function enabled or disabled by accident I have implemented it so that multiple buttons must be pressed simultaneously to alter the state of the alarm function. I will also have another decimal place on the LCD display indicating whether the alarm is enabled or disabled. The last of the on-board buttons will be used to turn the alarm off once it has started making noise. 3. RFID Based Security System This project aimed to develop a wireless system to detect and allow only the authorized persons. The system was based on Radio Frequency Identification (RFID) technology and consists of a passive RFID tag. The passive micro transponder tag collects power from the 125 KHz magnetic field generated by the base station, gathers information about the Tag ID and sends this information to the base station. The base station receives, decodes and checks the information available in its Database and Manchester code was used to send those information. The system performed as desired with a 10cm diameter antenna attached to the transponder. The Base Station is built by using the Popular 8051 family Microcontroller. It gets the tag ID and if the tag ID is stored in its memory then the microcontroller will allow the person inside. RFID Reader Module, are also called as interrogators. They convert radio waves returned from the RFID tag into a form that can be passed on to Controllers, which can make use of it. RFID tags

and readers have to be tuned to the same frequency in order to communicate. RFID systems use many different frequencies, but the most common and widely used Reader frequency is 125 KHz. 4. Secured and efficient Data Transfer Using SPI Protocol The project deals with data transferring between two memory cards without using computers or laptops. This portable device makes the two memory cards to interact with each other and provides an error free data transfer from source memory card to destination memory card. The heart of device is microcontroller which organizes the data buffering and following the serial communication protocols for successful data transfer and also provides hosting capabilities for both memory cards. Usually any electronic gadgets like pc, laptops and tablet pc will work under particular operating system will make use of drivers hardware software to interact with Memory card through FAT programming. Instead of using this programming technique there is another way of technique called SPI mode (SERIAL PHERIPHERAL INTERFACE) to access the memory card. This mode is specially used in embedded systems for data transferring applications because there is no operating system is available. This device will effectively use the power and simple hardware requirement makes the device portable. As it is simple device which makes easy to carry and copy the data from one memory card to another memory card. It provides security by keeping away the memory card from your pc (or) laptop because intellectual password hacking applications will hack the information automatically while entering the information. But our device does not need the support of pc so, that data will be secured.

Das könnte Ihnen auch gefallen