Home >> Computer Science >> Library Management using RFID
Library Management using RFID
| Views: 8585
When a student eneters to libraryFRIDreader reads the tag and chechs whether the student is authorised or not...If the student is authorised studen is allowed to go inside the library.. Also when the student leaves the library the reader again checks the no of book taken by the student , also changs the status of the book, that is whether it is renued, issued or returned etc.....
hi im also doing the similar project..... can you pliz mail me the IEEE Base Paper
abe171@hotmail.com
You can visit http://www.hbeonlabs.com/projectsguidance.htm and http://www.finalyearstudentprojects.com/ for latest final year engineering projects and guidance for implementing them. You can also download the free synopsis of these project from our website mentioned above. Please forward this to your friend who needs help in their final year projects. |
hi!!!!!
i know u r doin the project "library management using RFID"..
I wil give u some small deatails abt that project ok.......
V 've done the project in ASP.Net ...V used C# language to build
ASP.NET pages............
RFID technology includes two components:-
1. RFID tag(passive tag )
2. RFID Reader
Passive RFID tag requires no battery, it automatically gets charged
when it is exposed to radio waves that comes from RFID Reader...these FRID tags are very thin & it has attach with every books & also with student's id card..
one of the most interesting features of RFID technology is that no human
interaction is needed thats the difference between RFID technology & bar coding.. so no librarian is needed in the library ( but the administrator should be there)......
When a patron enters the library RFID Reader reads the book id & student id
automatically , it can read two or more tags at a time , thats an
interesting thing ..
It accepts radio waves that comes from the tag & convert it into digital form &
passes to the system(like MODEM)...
In order to get the tag id v used the coding given below:
private void timer_tick(object sender, System.EventArgs e)
{
if( axMScomm.InBufferCount!=0)
{
String str=axMSComm.Input.ToString();
if(str.Length!=0)
{
byte[]cd=System.Text.ASCIIEncoding.Default.GetBytes(str)for(int i=0;i<cd.length;i++)
{
textBox.Text+=cd[i].ToString();
}
}
}
}
can u plz mail me ur project plz aafreensingh@yahoo.co.in |
plzzzzzzzzzzzzz send me the project plzzzzzzzzzzzzz |
plz send it on the above email address plzzzzzzzzzzzzz |
please send me RFID library management project my e-mail is salmalbandara@gmail.com thank you |
thanks
btw i would also loke to know the costs of RFID tag.reader... and can i get it an electronic stores
You can visit http://www.hbeonlabs.com/projectsguidance.htm and http://www.finalyearstudentprojects.com/ for latest final year engineering projects and guidance for implementing them. You can also download the free synopsis of these project from our website mentioned above. Please forward this to your friend who needs help in their final year projects. |
this is my email add: wilsonflex@yahoo.com |
pls give me some sujjetion on dsp based project
You can visit http://www.hbeonlabs.com/projectsguidance.htm and http://www.finalyearstudentprojects.com/ for latest final year engineering projects and guidance for implementing them. You can also download the free synopsis of these project from our website mentioned above. Please forward this to your friend who needs help in their final year projects. |
|
Page 1 of 7
|

