Website About Engineering Projects For Engineering Students.
Search This Blog
Introduction To Smart Wi-Fi
We need faster tools and media to prove
our ideas, and this is where ready-to use modules like Smart Wi-Fi
enter. Fig. 1 shows the top side of Smart Wi-Fi module.
The module is low-cost and versatile;
all a developer needs is a USB cable and it is ready to work. For
software developers, working with hardware is always a pain, and this is
one of the biggest reasons why many ideas never exit a computer. Smart
Wi-Fi enables making a product quickly and reliably. With open software
resources and hardware data, moving to the final product after the proof
of concept is also easy.
One of the major aims for writing this
article is to show the versatility of this product and show how quick
the development can be. In this article a few tests with Smart Wi-Fi are
discussed, which show the applicability of this module for development
of the Internet of Things (IoT) products.
In this project, we are going to build an RFID Based Access Control System using 8051 Micro Controller . The same system can be named like RFID based door lock or RFID based access management system. If you have been to big hospitals or companies, you might have seen how they used RFID based locks to restrict access to certain areas. In hospitals, only hospital staff with approved RFID tags can access Intensive Care Unit and such restricted areas. So let’s begin to build the system. Project Description A RFID based Door Lock or Access Control System is based on some simple concepts. We store a set of RFID card data in our system, say 3 or 10 RFID card data. When the person with the right RFID card (compatible to data preloaded in our program/system) come and swipes his RFID tag, access will be granted. When the person with the wrong RFID card (whose data is not loaded in our system) swipes his RFID tag, access will be denied. I hope you understand the system concept of RFID based...
In this article, we are going to see how to interface an RTC (Real Time Clock) Module to 8051 micro controller. There are different kinds of RTC module available in the market. We are using the most common RTC module that comes with the DS1307 IC, an LCD module and AT89S52 (8051 variant) for this tutorial. AT89S52 is a typical 8051 microcontroller manufactured by Atmel. Interfacing an RTC module to 8051 microcontroller is pretty simple. You only need to make 2 connections between the RTC module and 8051. So lets get to business! A Real Time Clock module is basically a time tracking device which gives the current time and date. RTC modules that comes with DS3231 IC have the provision to set alarms. Notes On DS1307 RTC Module Here we are using an RTC module with clock chip DS1307 based on I2C protocol (Two Wire Protocol). The module provides details such us second, minute, hour, day of week, day of month, month and year including correction for leap year. It can operate eithe...
Comments
Post a Comment