RFID tag sniffing
RFID tag sniffing
(OP)
Hi everyone,
I have a problem and i need help,
I am building an access control system, using RFID 13.56Mhz,
but in order to save the battery's life, i have to implement a wake up system that senses that presence of the RFID tag, then it signals the MCU to wake up and take the necessary actions,
What is the best low power solution, easy to implement , for the wake up system,
Thank in advance,
Regards,
ATarek
I have a problem and i need help,
I am building an access control system, using RFID 13.56Mhz,
but in order to save the battery's life, i have to implement a wake up system that senses that presence of the RFID tag, then it signals the MCU to wake up and take the necessary actions,
What is the best low power solution, easy to implement , for the wake up system,
Thank in advance,
Regards,
ATarek
RE: RFID tag sniffing
To reiterate what was discussed there, you will find it impractical to have the RFID reader constantly emitting the 13.56 MHz energy if your system is running on a small battery. You will need to use some other technology to "wake up" the CPU, which in turn would power-on the RFID reader circuit. Examples of other technology include things like a mechanical switch.
As Dan had hinted, "there are plenty of extremely low-power micros out there that can be woken from a deep sleep via an interrupt pin", which is really where you need to focus.
(If the battery is the size of a refrigerator, then you could leave the RFID circuit powered on all year.
RE: RFID tag sniffing
The OP needs to start with developing a timeline, i.e., how much time is involved in actual interactions with the badge reader? Once a robust timeline is developed, you can then determine the periodicity the badge reader needs to sustain to ensure reliable reads that don't take too long and frustrate users. The other thing that you need to know is how long it takes for the RFID chip to wake up and complete the transaction. Hopefully, between the these two time spans is a duty cycle and frequency that can minimize battery consumption while ensuring a reasonably reliable interaction.
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: RFID tag sniffing
and sorry for the redundant question,
V1Bell, i am looking for a non mechanical solution to detect the presence of a card,
Thanks in advance,
ATarek
RE: RFID tag sniffing
A friend owns a car with keyless entry and start, based on a transponder. He went away for a vacation, and came back to find his car battery flat. Apparently the car designers didn't understand how to balance these factors. They apparently left the interrogator running all day and night until it killed the battery. The solution would have been to put the system to sleep after say 24 hours, and then wake it up with a mechanical switch being jiggled in the door handle. My friend's solution was to wire a solar panel across his car battery.
RE: RFID tag sniffing
Thank you for your answer, I really learned from you,
ATarek
RE: RFID tag sniffing
I found the schematic (attached) of 13.56Mhz sniffing circuit as per following project,
http://iloapp.marcboon.com/blog/rfid?Mobile&category=0&page=2
The project owner is providing the schematic and PCB layout as open source project,
However, it looks like the project is closed and the provided contact mail is no longer working,
Can someone here please help understand the attached schematic, sorry if this is a noob question, But i really cannot understand it,
Thanks in advance,
ATarek
RE: RFID tag sniffing
RE: RFID tag sniffing
I have an electronic scale, that turns on for a while when somebody steps on it, and it's button cell battery has lasted for years.