Click to order
Your order
Total: 
Your Name
Your Email
Shipping
5 pcs max
Address
Payment method
USB ODRFID
SMART READER/WRITER
MIFARE TAGS
Main features
why we've done this project
Read/write MIFARE tags
Supported:
Mifare Classic,
Mifare Plus S/X SL1,
Mifare Plus S/X SL2 (UID only),
Mifare Ultralight, Ultralight Nano, Ultralight C,
Mifare Ultralight EV1 80/164 (UID only),
Mifare DESFire (UID only),
NTAG: 213, 215, 216.
Secure
Reading/writing MIFARE tags with A/B key
Multiplatform FREE software
Free app for Windows/Linux/macOS
CDC or HID interface
USB HID or USB CDC/VCP (virtual com port) interface
    Text protocol for integration
    USB CDC has AT protocol for integration. Special format string helps to customize reader output.
    Firmware update
    Periodically we adding new features for device..
    Small dimensions
    Device size is only 114х70х12 mm
    Two firmware variants
    You can change FW anytime.
    CDC/VCP
    Virtual serial port
    • AT-protocol
    • Easy to integration
    • Can communicate with scripts
    For Windows/Linux/macOS
    More
    HID
    HID-device
    • Driver is not needed
    • Virtual keyboard
    For Windows/Linux/macOS/Android
    More
    OD-RFIDKit app
    Cross-platform free application
    Check the port
    0-sector
    MIFARE CLASSIC 1K
    Writing text data (ASCII)
    to card
    reading
    MIFARE ULTRALIGHT
    Communicating without an application by CDC
    Examples

    Get device info
    Запрос:
    ATI\r
    
    Ответ:
    Open-Development RFID Reader (CDC-AT) 1.0F Feb  1 2018
    S/N 2203637334E4B43038003001B
    OK

    Get card UID (default mode)
    FF4F0F0108
    

    Getting data from block
    Disable autoscan
    AT+SCAN0
    
    OK
    
    Looking new card
    AT+S
    
    +UID=FF4F0F0108,BC=64,BS=16,T=0
    OK
    
    Reading 0 sectior from card
    AT+R0
    
    +DATA 0:FF4F0F01BE0804009944314235333002
    OK
    
    Formatted output

    Set new output format
    AT+F\Hello, hU*
    
    OK
    
    Save setting
    AT+P
    
    New output from new card
    Hello, dcb43d07
    Format string code
    Examples