-
Notifications
You must be signed in to change notification settings - Fork 92
HydraFW Wiegand guide
Benjamin Vernoux edited this page Feb 12, 2024
·
11 revisions
This guide is updated towards firmware release HydraFW v0.10 and later
Bus: Wiegand
Connections: two pins (D0/D1) and ground.
Output types: 3.3volt normal output, or open drain
(pull-up/pull-down resistors integrated in MCU or external).
Pull-up resistors: required for open collector output mode (2K – 10K).
Pull-up/down resistors Integrated in MCU: Between 30 to 50K (Typical 40K).
Maximum Voltage: 5.5volts (5volt safe).
-
show
Show wiegand parameters orshow pins
Show pins used in this mode -
pull
with parameterup
ordown
orfloating
to choose internal MCU pull up/down or no pull/external -
exit
to exit wiegand mode
Note default value:
> wiegand
Device: wiegand1
GPIO resistor: floating
Pulse timing: 100us
Pulse gap timing: 20000us
Hardware Informations:
wiegand1> show pins
D0: PB8
D1: PB9
wiegand1> 0x01 0x02 ~ r 0x00:4
WRITE: 0x01 0x02 0x8B
READ: 1
WRITE: 0x00 0x00 0x00 0x00
For more information about the protocol, see https://en.wikipedia.org/wiki/Wiegand_interface
- CHANGELOG
- Console commands
- Binary mode guide
-
NFC/HydraNFC v1 guide
- Read UID of an ISO/IEC_14443 Tag
- Read UID and data of a MIFARE Ultralight Tag
- Read UID of an ISO/IEC 15693 Tag
- Emul ISO14443a Tag
- Emul MIFARE Ultralight Tag
- Emul Mifare Classic Tag
- Unique NFC sniffer design
- Launch NFC sniffer from console
- Sniffer ISO14443A wireshark pcap
- Autonomous/stand-alone sniffer mode
- Sniffer ISO14443A real-time infinite trace mode
- HydraFW-HydraNFC-v1.x-TRF7970A-Tutorial