Difference between revisions of "1-Wire RFID reader"
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
One of the implemented features for fleet management devices is 1-Wire data protocol, which can be used to read RFID Tags by emulating them using iButton protocols. It is a convenient way to implement driver authorization in your vehicles if you want to use RFID Tags with minimal setup complexity. <br><br> | One of the implemented features for fleet management devices is 1-Wire data protocol, which can be used to read RFID Tags by emulating them using iButton protocols. It is a convenient way to implement driver authorization in your vehicles if you want to use RFID Tags with minimal setup complexity. <br><br> | ||
<b>1-Wire RFID readers are great in these use cases:</b> | <b>1-Wire RFID readers are great in these use cases:</b> | ||
− | *Immobilizer - prevent anyone from starting the vehicle without scanning | + | *Immobilizer - prevent anyone from starting the vehicle without scanning RFID card first. |
|} | |} | ||
==Technical characteristics== | ==Technical characteristics== | ||
Line 68: | Line 68: | ||
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" |<span style="color:#f5e900">'''1-Wire Power'''</span> | | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" |<span style="color:#f5e900">'''1-Wire Power'''</span> | ||
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" |<span style="color:#804a21">'''VCC''' (+)</span> | | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" |<span style="color:#804a21">'''VCC''' (+)</span> | ||
− | | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: center; background: white;" |Power supply for the sensor | + | | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: center; background: white;" |Power supply for the sensor (requires at least +6.5V to boot-up, meaning external power supply will be required, since TFT100 works from 10V supply) |
|- | |- | ||
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" |<span style="color:#000000">'''GND''' </span> | | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" |<span style="color:#000000">'''GND''' </span> |
Revision as of 10:13, 11 November 2021
Accessories > 1-Wire RFID readerIntroduction to the product
Compatible with: | TFT100 |
One of the implemented features for fleet management devices is 1-Wire data protocol, which can be used to read RFID Tags by emulating them using iButton protocols. It is a convenient way to implement driver authorization in your vehicles if you want to use RFID Tags with minimal setup complexity.
|
Technical characteristics
NAME | DESCRIPTION |
---|---|
Interface | 1-Wire Interface |
Wiring | White wire – 1-wire data, Brown wire – power supply, Green - ground. |
Power Supply | 6,5-30 V DC |
Frequency standard | 125 kHz |
Type of transponder | Manchester, 64 cycles per bit |
Antenna surface area | 6,8 cm² |
Reading range | 4 cm |
Reading frequency | 6 times per second for identification, 2 times per second when transponder is in range of reader |
Supported 1-Wire commands | 0x33 (0x0F) - Read ROM, 0xF0 - Search ROM |
Fastening method | M12 thread |
Cable length | 40 cm |
Operating temperature | -20 ºC to +55 ºC |
Operating humidity | Up to 70% |
Installation
To connect the 1-wire RFID reader, simply connect the 1-Wire Signal wire from the reader to the 1-Wire Data pin on the device, connect the 1-Wire Power wire to the 1-Wire Power pin and connect the ground wire to the same grounding used for the device.
WIRE NAME of the TFT100 | WIRE NAME of the SENSOR |
DESCRIPTION |
---|---|---|
1-wire Data | 1-wire Data | Outputs identification data via 1-Wire interface |
1-Wire Power | VCC (+) | Power supply for the sensor (requires at least +6.5V to boot-up, meaning external power supply will be required, since TFT100 works from 10V supply) |
GND | GND (-) | Ground |
Device configuration
Since this reader emulates received RFID values as iButton values, it has identical functionality as the iButton reader in this regard. The reader works as soon as it is connected, but the iButton isn't used anywhere other than displayed in the iButton I/O element. In order to use it for the Immobilizer scenario, the device must have the scenario enabled. Then, iButton check can be enabled to only accept iButtons specified in the iButton list under the 1-Wire tab.