#tags #rfid #explore #uhf #electronic #epc #uhf-rfid

app epcexplorer

A tool to explore UHF RFID tags

3 releases

0.1.2 Oct 11, 2019
0.1.1 Oct 1, 2019
0.1.0 Sep 29, 2019

#9 in #electronic

29 downloads per month

GPL-3.0 license

180KB
707 lines

EPC Explorer

A tool to explore UHF RFID tags, written in Rust. Electronic Product Code (EPC) fields are decoded using the GS1 crate.

Screenshot

Supported Readers

  • CH-RU5102 (ru5102 driver)
  • Invelion and similar (invelion driver)

Installing

Assuming you have the Rust toolchain installed, you can install with :

$ cargo install epcexplorer

Running

Pass the serial device name and driver name to the binary - in my case:

$ epcexplorer /dev/cu.SLAB_USBtoUART ru5102

Dependencies

~13MB
~244K SLoC