can any one can give me the program for the rfid based attendance using gsm module for notifying parents system for
Note that mbed is for ARM - but the OP tagged this as C51... that is the result when the blind lead the deaf
Note that mbed is for ARM - but the OP tagged this as C51...
Hello Carsten,
You did not specify which device you are using, or provide many details.
If this is a hobby project, Please look at some of the student projects over at mbed.org
Searching for: developer.mbed.org/.../
Yielded some interesting results:
developer.mbed.org/.../Student-Projects
developer.mbed.org/.../GSM.h
developer.mbed.org/.../ID12-RFID-Reader
Sure, here you go:
void main(void) { initRF(); initGSMModule(); while (1) { if (rfIDReceived()) sendSMS("your parents number", "I need to attend a programming course NOW"); sleep(1000); } }
See, that was not very hard, you got yourself a complete project, where can I send the invoice for this ? :)
Why don't you search a little on google and try to understand the basic behind this program ?
Or is the spoon feeding enough for you ?
things change
when I started it was "you need to learn to make ..." now it is "can anyone give ..."
well, eventually the will be no one to make and thus no one to give
I'm next in the queue for that program. I don't know how lone i'll want it for, but might let someone else use it when I've finished with it.
View all questions in Keil forum