Skip to content

Releases: rfidtool/ESP-RFID-Tool

Release v1.2.1

25 Mar 01:23
Compare
Choose a tag to compare
  • Release v1.2.1
    • TX directly from log file view
  • API 1.0.4
    • Add TX mode to API
    • Fine tune TX data interval now that setting is in microseconds(us in API only, ms in rest of software)
    • TX multiple packets via API separating binary with commas(limited by devices RAM)

Release v1.2.0

18 Mar 17:37
Compare
Choose a tag to compare
  • Update jpliew Wiegand-NG Library to commit 67d53aef12c10ef20c883bf49faf2cb902bfc30
    • Improves read accuracy, ESP bug fixes
  • Add setting to control timing of RX packets

Update API v1.0.1

18 Mar 07:03
Compare
Choose a tag to compare
  • Correct Typo

Release v1.1.9

18 Mar 07:36
Compare
Choose a tag to compare
  • Recompiled with latest dependencies / bug fixes

Release v1.1.8

18 Mar 06:58
Compare
Choose a tag to compare

This release adds the remaining hexadecimal number C, D, E, and F, for both 4bit and 8bit keypads in RX and TX mode.

Also now keypad entries have an automatic HEX output in the log file.

* = A
# = B
F1 = C
F2 = D
F3 = E
F4 = F

Release v1.1.7

18 Mar 04:29
Compare
Choose a tag to compare
  • Add (F1) and (F2) keys to PIN related functions
    • Available in both RX and TX mode

Release v1.1.6

16 Mar 15:31
Compare
Choose a tag to compare
  • Create a JSON API
    *V1.0.0

Release v1.1.5

14 Mar 11:28
Compare
Choose a tag to compare
  • Add Denial of Service Mode
  • Update Fuzzing Control
    • Allow terminating long transmissions
  • Update TX Interface

Release v1.1.4

14 Mar 08:52
Compare
Choose a tag to compare
  • Improve Stability
  • Safe Mode Disabled by Default
  • Add Hex2Bin on Data Conversion Tools Page

Release v1.1.3

12 Mar 05:13
Compare
Choose a tag to compare

PIN brute force mode ADD advanced delay options

  • Delay between entering complete PINs
  • Number of failed PIN attempts(X) before a delay
  • Delay in seconds(Y) after [X] failed PINs
  • Multiply delay [Y] by [a] after every [b] failed pin attempts