User Tools

Site Tools


rfid12-en

RFID-12 Reader

Introduction

Support library, rfid12, for readers build around the ID Innovations ID-12.

id-12-g-gauge.jpgmerg-rfid-starterkit.jpg
G-Gauge test. The RFID Starter Kit plus concentrator.

The basic principles of RFID are very simple. A small glass tag encapsulating a unique identification code is affixed to the underside of the model and a trackside/roadside reader charges it up as the model passes by to enable it to transmit its code to the reader. Standard serial data is then available to be passed to a computer.


Protocol

[STX]
[D1] [D2] [D3] [D4] [D5] [D6] [D7] [D8] [D9] [D10]
[CS1] [CS2]
[CR]
[LF]
[ETX]

D1-D10 is the actual data, 10 ASCII characters. CS1 and CS2 are 2 ASCII characters that are the (XOR) checksum for the data.
The characters must be converted to hex numbers before calculating the checksum.
Example:

D1-D10 = "2 4 0 0 C C 5 7 8 3" becomes 0x24 0x00 0xCC 0x57 0x83

Concentrator

When using a concentrator, for 1 to 8 readers, the STX character is replaced with the reader ID: 'A' … 'H'.


Setup

The setup is simple because the line settings are fixed.
Only the device must be specified: com* or /dev/tty*, depending of the used OS.
The RFID serial connection need to bes set to 9600 8N1 (CTS hardware handshake).

RFID Notation

See for the RFID notation: CAN-GC4 RFID Notation
The same notation must be used for the code in the Loco Setup.


Sensor off reporting

After 500ms the read RFID will be automatically reported off. 1)

Sourcing

To buy the MERG kit a membership of MERG is necessary. MERG is a non commercial association ( Verein ) in the UK.

An international, UK based group promoting interest in the application of electronics (including computers) to all aspects of railway modelling.

*http://www.merg.org.uk/

The annual membership costs 19 GBP a year ( http://www.merg.org.uk/membership.htm ). In case of the RFID kits, the membership fee almost pays back immediately due to the relativ low price of the ID12 readers, MERG offers (compared to other sources like sparcfun ). MERG has also other kits which might be interesting.

*http://www.merg.org.uk/kits.htm

*http://www.merg.org.uk/forum/stores/shops.php

1)
In previous versions this off-time reporting was after 2500ms.
rfid12-en.txt · Last modified: 2018/11/12 08:56 by 127.0.0.1