Contents
There are a variety of RFID tags on the market today, differentiated by frequency range (low, high and ultra-high). Each RFID type can be either active (powered), passive (un-powered) or semi-passive (battery-assisted).
How long does a RFID tag last?
between three to five years
Active: Active RFID tags usually last between three to five years, depending on the battery. Some tags may allow for battery replacement, while other tags may not.
How far away can an RFID tag be read?
Generally speaking RFID tag maximum read distances are as follows: 125 kHz. and 134.3 kHz. Low Frequency (LF) Passive RFID Tags -read distance of 30 cm (1 foot) or less – usually 10 cm (4 inches) unless you are using a very large tag which can have a read distance of up to 2 meters when attached to metal.
Can a cell phone read an RFID tag?
Can my phone be used as RFID tag? Yes, you can use your phone as RFID tag. For Android or Windows phones you enable NFC. In case of an Apple you need to enable Bluetooth.
RFID Laundry Tags These garment tags are flexible yet durable enough to survive 200 wash cycles and able to withstand 60 bars of pressure. These tags are capable of surviving the heat of washing and drying.
How to use Adafruit pn532 RFID breakout and shield?
It’s easy to use the PN532 breakout and shield with Python and CircuitPython, and the Adafruit CircuitPython PN532 (https://adafru.it/DJz) module. This module allows you to easily write Python code that reads and writes data from and to RFID/NFC tags.
What is the license identifier for Adafruit pn532?
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries # SPDX-License-Identifier: MIT “”” This example shows connecting to the PN532 with I2C (requires clock stretching support), SPI, or UART. SPI is best, it uses the most pins but is the most reliable and universally supported.
Is the Adafruit pn532 compatible with EEPROM?
However both of these libraries have been merged into a single Arduino library, Adafruit-PN532 (https://adafru.it/eHi). The Adafruit PN532 library has the ability to read MiFare cards, including the hard-coded ID numbers, as well as authenticate and read/write EEPROM chunks.
Can a Adafruit shield be used With I2C?
Using the Adafruit NFC Shield with I2C. The Adafruit NFC shield is designed to be used using the I2C by default. I2C only uses two pins (Analog 4 and 5 which are fixed in hardware and cannot be changed) to communicate and one pin as an ‘interrupt’ pin (Digital 2 – can be changed however).