-
Notifications
You must be signed in to change notification settings - Fork 92
HydraFW Trigger guide
Benjamin Vernoux edited this page Sep 7, 2020
·
6 revisions
This guide is updated towards firmware release HydraFW v0.9 Beta
The trigger
command allows the Hydrabus to be used as an external trigger (For an oscilloscope for instance).
When started, the trigger will continuously read data on the current protocol. If the data set by the filter is matched, it will output a high state on the PB3
pin.
-
show
Show current trigger parameters -
filter
with freeform string. Sets the trigger data -
start
to run the trigger
Set trigger on UART1, using "Hello world\n" :
uart1> trigger filter "Hello world\x0a"
Current trigger data :
48 65 6C 6C 6F 20 77 6F 72 6C 64 0A | Hello world.
uart1> trigger show
Current trigger data :
48 65 6C 6C 6F 20 77 6F 72 6C 64 0A | Hello world.
uart1> trigger start
The following modes are supported :
- spi
- i2c
- 1-wire
- 2-wire
- 3-wire
- uart
- lin
- 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