Difference between revisions of "R16-7B UHF RFID Reader"

From CNC Wiki
Jump to navigation Jump to search
(added another link)
(added SWD header pinout)
Line 1: Line 1:
 
== Wiring Diagram ==
 
== Wiring Diagram ==
 +
 +
=== SWD ===
 +
 +
There is a 4 pin header for SWD programming of the MindMotion MM32F103CBT6 microcontroller:
 +
 +
{| class="wikitable"
 +
! Pin
 +
! Function
 +
|-
 +
| 1
 +
| GND
 +
|-
 +
| 2
 +
| SWCLK (PA14)
 +
|-
 +
| 3
 +
| SWDIO (PA13)
 +
|-
 +
| 4
 +
| VCC
 +
|}
  
 
=== DC Jack ===
 
=== DC Jack ===

Revision as of 05:22, 25 November 2024

Wiring Diagram

SWD

There is a 4 pin header for SWD programming of the MindMotion MM32F103CBT6 microcontroller:

Pin Function
1 GND
2 SWCLK (PA14)
3 SWDIO (PA13)
4 VCC

DC Jack

  • center positive
  • 7VDC - 12VDC input

RS-232

DE9 Pin Wire Color Function Direction
2 green RXD RFID → PC
3 white TXD RFID ← PC
5 black GND RFID ↔ PC

Flying Leads

Wire Color Function Direction
black GND RFID ↔ PC
red 7 - 12VDC RFID ← PC
green RS-232 RXD RFID → PC
white RS-232 TXD RFID ← PC
grey Wiegand D1 RFID → PC
purple Wiegand D0 RFID → PC

Software

There seems to be variants of two different pieces of "demo" software -- one written in C++ that can interact with the device over USB, and another written in Java.

TODO

Protocol

USB

  • USB HID device (claims to be a keyboard maybe?)
  • VID:PID is 0xffff:0x0035

RS-232

TODO

Wiegand

Wiegand interface - Wikipedia

Online Resources

R16-7DB_响应式充电桩设备外贸网站模板

download_响应式充电桩设备外贸网站模板

R16-7DB | SYCREADER

Software tool | SYCREADER

China Customized R16-7DB UHF RFID Reader Manufacturers, Suppliers, Factory - Free Sample - SYNTEK

China Customized Long Range UHF RFID Reader Manufacturers, Suppliers, Factory - Free Sample - SYNTEK

Reverse engineering an USB protocol

Finding lost items with RFID - ciko

merbanan/rfid_app: Linux version for China 125kHz rfid reader/writer (RFID_APP_EN) | GitHub