Products
Home

RFID Module

HF RFID Module

JT-2524 13.56MHz HF RFID Module with SPI Interface

JT-2524 13.56MHz HF RFID Module with SPI Interface


  • Brand:

    JTSPEEDWORK
  • Item NO.:

    JT-2524
  • Communication Interface

    SPI
  • Working frequency:

    13.56MHz
  • Protocol:

    ISO14443A ISO15693
product details

JT-2524


HF RFID Module


  • JT-2524 the high-frequency module is a highly integrated low -power contactless reader chip that supports ISO/IEC14443 Type A and MIFARE contactless communication protocol , and also provides low-power card detection function.
    Compatible with CV520,MFRC522,M RC523,PN512,etc.


Item No. JT-2524
RFID parameters User Environment
Frequency Operating Temp. -30  to 80 
13.56MHz Storage Temp. -40  to 90℃
Protocol Humidity 5-90% non-condensing (+25° C )
ISO 14443A
Reading distance Physical parameters
0-10cm (relate to tag and enviroment) Dimensions 60(L)*39(W)mm
Communication interface Net weight Around 10g
SPI
Power Supply SPI Interface
Operate voltage DC 5V 1 SDA\CSN SPI-SDA\NSS
2 SCK SPI-SCK
3 MOSI SPI-MOSI
4 MISO SPI-MISO
5 IRQ Interrupt request
6 GND Modular ground
7 RST Reset
8 DC-IN 5V power input




JTSPEEDWORK Maintenance Plans.

JTSPEEDWORK Maintenance Plans.

Protect your JTSPEEDWORK devices for constant peak performance with these recommended maintenance plans. Device uptime, confidence, and savings — that's what you get with JTSPEEDWORK maintenance plans. You protect business-critical devices and eliminate disruptions and unplanned repair expenses.

Leave A Message

If you are interested in our products and want to know more details,please leave a message here,we will reply you as soon as we can.

Related Products
RFID reader module
JT-2302 HF RFID 13.56MHz Module ISO14443A ISO15693 Support Mifare1 IC card

Reading distance : 0-3cm; Working frequency : 13.56MHz; Support ISO14443A ISO15693 protocol.

RFID reader module
JT-2302A 13.56MHz RFID Module ISO14443A ISO15693 Protocol

Reading distance : 0-3cm; Working frequency : 13.56MHz; Support ISO14443A ISO15693 protocol.

UHF RFID reader handheld
Android 9.0 / 11.0 UHF RFID Handheld Reader

JT-966 is a newly-developed rugged handheld computer with large screen and strong extensibility. Based on Android 9.0 / 11.0 OS, it is equipped with Qualcomm octa-core processor for high-speed processing. With 5.5-inch highdefinition display, it is integrated with barcode scanning, NFC and other functions. The data collection device supports quick charge and UHF sled for good extensibility, besides, device with Android 11.0 OS offers different optional functions such as built-in UHF, fingerprint recognition and volume measurement that can meet the needs in logistics, warehouse, manufacturing, retail, asset tracking, power patrol inspection,etc.

2.4G RFID handheld reader
JT-HC706 2.45GHz Portable Android Active RFID Reader

Item NO. JT-HC706 Specifications Performance Parameters Operating System Android 12.0 Read frequency band 2.45G Display 5.72” IPS HD screen with 1440*720 resolution Reading distance 0-100 meters (adjustable) Touch Screen Multi-touch, Corning three-stage glass tempered screen CPU MTK 6762-8 core Expansion Slot 1 sim card slot, 2 PSAM card slots Memory Capacity 3GB+32GB(Optional 4G+64GB) Camera Front 5 megapixel, rear 13 megapixel, autofocus with flash Extended Memory Support 128GB MicroSd Card Speaker Built-in 8210.8W, waterproof speaker x1 Data communication 4G:TD-LTEBand38/39140141FDD-LTEBand1,2,3,4,7.17,203G:WCDMA(85011900/2100MHz) ;2G:GSM/GPRS/Edge(850/900/1800/1900MHz) Flashlight Low power consumption LED light for emergency use WIFI WIFI 802.11 b/g/n/a/ac frequency 2.4G+5G dual-band WFI. GPS Navigation Built-in GPS Global Positioning System, Error Range: 5m Bluetooth Bluetooth4.0 compliant Battery Capacity 3.7V14000mAh 2G/3G/4G CMCC 4M:LTEB1.B3,B5,B7,B8,B20,B38,B39,B40,B41WCDMA 1/21518:GSM 2131518 Battery Life Approx. 8 hours (standby time >300h) Positioning BeiDou/GPS/Glonass Positioning Dimension 178*83*17mm Weight 280 grams Working environment Battery Performance Operating Temperature -20℃~50℃ Battery Capacity 3.7V/4000mAh lithium polymer battery Storage Temperature -20℃~70℃ Endurance Approx. 8 hours (Special time >300h) Relative Humidity 5%~95% non-condensation Charging Time Less than 4 hours Protection class Host IP65 Drop height 150cm On state Attachment Standard Li-ion Battery, Charging Head, DC Charging Cable, USB Charging Cable optional Backpack, Charging Cradle JTSPEEDWORK Maintenance Plans. /* 全局样式 */ body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f8f9fa; color: #444f5a; } /* 主容器 */ .dna-container { max-width: 1000px; margin: 40px auto; padding: 30px; background-color: #F4FFF8; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: center; } /* 标题样式 */ .dna-title { color: #4D4847; font-size: 28px; font-weight: bold; margin-bottom: 20px; text-align: center; position: relative; padding-bottom: 15px; } .dna-title:after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background-color: #4D4847; } /* 正文段落,仅影响 p 标签 */ p.dna-content { font-size: 16px; line-height: 1.6; margin: 0 auto 30px; color: #4D4847; max-width: 800px; text-align: center; } /* 表格内文字颜色不受 .dna-content 段落控制 */ .dna-content table, .dna-content th, .dna-content td { color: initial; } /* 按钮样式 */ .learn-more-btn { display: inline-block; padding: 12px 30px; background-color: #52616b; color: white; text-decoration: none; font-weight: bold; border-radius: 4px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; border: 2px solid #ffffff; cursor: pointer; } .learn-more-btn:hover { background-color: transparent; color: #0066cc; border-color: #52616b; } /* 响应式设计 */ @media (max-width: 768px) { .dna-container { margin: 20px; padding: 20px; } .dna-title { font-size: 24px; } p.dna-content { font-size: 15px; max-width: 100%; } } JTSPEEDWORK Maintenance Plans. Protect your JTSPEEDWORK devices for constant peak performance with these recommended maintenance plans. Device uptime, confidence, and savings — that's what you get with JTSPEEDWORK maintenance plans. You protect business-critical devices and eliminate disruptions and unplanned repair expenses. LEARN MORE

RFID long range reader
WIFI Long Range reader 20M JT-8290W

UHF RFID Long Range reader JT-8290 could be applied in various harsh working environment for multiple protocols compatible and high speed reading. Full support the tags of ISO-18000-6C (EPC C1 GEN2) or ISO-18000-6C.Its stable reading distance is 25m (Depends on tag and environment)

UHF RFID 4Port Reader Cable
UHF RFID 4Port Reader Cable

Antenna cable 

JT-DL630 Barcode RFID Printer 300DPI
JT-DL630 Barcode RFID Printer 300DPI

RFID automatic calibration The RFID automatic calibration function can automatically drive the power of the antenna according to tags of different specifications and chips, easily set the reading and writing conditions of RFID tags, and greatly reduce the time of manual debugging of printer parameters. (Press the "Power On" button twice to automatically calibrate the RFID power) Automatic labeling function for waste labels The automatic marking function of discarded labels means that when a defective or damaged label is found during the label reading and writing process, the printer can automatically detect and print the word "obsolete" on the surface of the label, which facilitates customers to sort out defective labels as soon as possible and avoid the mixing of defective labels. Reliable tag data writing The workflow of printing first and then reading and writing the label IC can support the printing, reading and writing of large batches of labels at one time, while ensuring a 100% defective label detection rate and ensuring the accuracy of subsequent business operations. Labels are widely applicable It can support printing and reading and writing verification of ordinary anti-metal labels and flexible anti-metal labels (≦1.25mm) at the same time. The labels are widely applicable. The three-position penetrating sensor structure design can meet the label positioning needs of different positioning methods, meet the use of different labels, and the label has a wider application range. Humanized parameter settings Provides an intelligent assistant setting function that can manually adjust the printer's RFID power and antenna position, providing the most suitable application settings for RFID. Item No. JT-DL630 Print parameters Physical properties Printing method Thermal/thermal transfer printer Dimensions 230(width) ×290(Deep) ×176(high)mm Printing width (loading paper width) 106mm Color Black Printing speed 102mm/s(300dpi) Weight About 3kg Thermal head Point spacing 0.084mm Working environment Temperature: 5~40℃ Resolution 300DPIx300DPI Humidity: 20%~95%RH (no condensation) Storage environment Temperature: -20~60℃ Humidity: ≤95%RH (40℃, no condensation) Barcode RFID 1D code ZPL:Code11; Interleaved 2 of 5; Code 39; Code 49; Planet Code;EAN-8; EAN-13; UPC-E;UPC-A; Code 93;  Code 128;Industrial2 of 5; Standard 2 of 5;Codabar;  MSI; Plessey RFID tag writing method Print first and then write, which can support printing and writing to EPC at the same time, only reading and writing EPC, printing only, and reading label TID, etc. QR code PDF417; CODABLOCK; Maxicode; Aztec; QR Code ; Data Matrix Support RFID standards 920.5-924.5MHz; support ISO18000-6C, EPC Gen2 Supported label types Supports ordinary self-adhesive RFID and flexible anti-metal tags below 1.25mm *Special tags depend on the specific chip Character Ribbon specifications Character set Chinese character GB18030 Chinese character  library 24*24Bit map,commonly used single-byte fonts(ZPL):FontA,FontB,FontD,FontE,FontF,FontG, FontH,FontV0,FontGS,FontP,FontQ,FontR,FontS, FontT,FontU,FontV Inner diameter 25.4mm Custom fonts can be downloaded to FLASH, SDRAM Outer diameter 68mm Code page PC850;PC1250;PC1252;PC1253;PC1254;PC1255 Length 300 meters Zoom/Rotate It can be enlarged in steps of 1 to 8 times both  horizontally and vertically; rotation printing (0° ,90°, 180°,270° ) Width 33~110mm Paper handling Interface Paper specifications Paper thickness: 0.06~0.254mm Standard configuration USB interface (2.0 full speed) Paper width: 25~118mm Optional RS-232 serial port (DB25) Paper length: 8.9~400mm Parallel Centronics(IEEE-1284) Outer diameter: 127mm(MAX) Ethernet port:10M/100M Inner diameter: 25.4/38.1mm Wi-Fi interface (802.11b/g/n) Paper type Roll type, folding type (continuous paper,  non-continuous paper, continuous tag,  wristband, ordinary paper or various bills) Bluetooth interface: SPP Paper separation method Manual tearing, automatic cutting, and peeling  methods Power parameters Detection function Input 100~240VAC;Frequency range: 50~60Hz Standard sensor Black mark detection, label detection, mechanism detection, ribbon detection Output 24VDC; 2.15A Optional sensor Label peel detection Memory Safety SDRAM 16MB Safety standard GB4943.1-2011 FLASH 8MB Radio Interference (EMC) Class B Certification 3C, UL, FCC, CE, Energy Star Software Reliability and warranty Driver (Windows32bit/64bit, Linux), Barcode Pass BarEasy,SDK system Thermal head Lifespan 150KM(Calculated based on the use of designated thermal paper and a printing rate of 12.5%) Graphics Emulation language Graphics processing Graphics processing monochrome PCX BMP Image  data can be downloaded to SDRAM Simulated zebra,Simulate EPSON ZPL,EPL,TSPL Options Control Panel Cutter, stripper Button One key (paper feed) Indicator light Three lights (power, fault, status (no paper/ribbon)) JTSPEEDWORK Maintenance Plans. Protect your JTSPEEDWORK devices fo...

Copyright © 2025 Shenzhen Jietong Technology Co.,Ltd. All Rights Reserved.

IPv6 network supported

top

Leave A Message

Leave A Message

    If you are interested in our products and want to know more details,please leave a message here,we will reply you as soon as we can.

  • #
  • #
  • #