Features of the HydraNFC embedded firmware HydraFW:
- Virtual Serial Port access through microUSB with VT100 terminal/shell (compatible with any hardware supporting USB Virtual Serial port).
- Basic UID read for Vicinity/ISO15693 (through shell command).
- Basic UID read for ISO14443A tags (through shell command).
- Scan mode display 4Bytes or 7Bytes UID for ISO14443A tags (include also Mifare...).
- Sniffer mode in autonomous/stand-alone mode for ISO14443A including both PICC and PCD with data logged to microSD card (tested with success with Mifare Classic, Ultralight and shall work with any other ISO14443A NFC tags @106KHz).
- Sniffer can be launched also with "sniff" command:
- When stopped (K4 is pressed & released):
- All sniffed data are displayed in console
- If a MicroSD is present, it will automatically save the trace in a unique txt file
- When stopped (K4 is pressed & released):
- Advanced sniffer "sniff-debug" command same as "sniff " command but add:
- After each 8bits/byte the parity (ASCII char "0" or "1" + space)
- End Of Frame Timestamp (unit is 1/168MHz) + RSSI
- Sniffer can be launched also with "sniff" command:
- Tag Emulation UID ISO14443A (Mifare 1K)
Tutorial for HydraNFC / TRF7970A:
https://github.com/bvernoux/hydrafw/wiki/HydraFW-HydraNFC-TRF7970A-Tutorial
Tutorial to use it with a BusPirate (can be also replaced by an Arduino or other MCU with SPI):
http://bvernoux.blogspot.fr/2012/01/nfc-ti-trf7970a-breakout-board-v10-for.html
Planned features:
- Other Emulator mode are planned and lot of other stuff (like raw mode to modulate even proprietary protocol) ...
- See https://github.com/bvernoux/hydrafw/wiki/Task-List
Désolé mais il n'existe a ma connaissance aucune librairie trf7970a pour du 8bit
hormis les exemples de TI sur MSP430 qui est 16bits.
Je pense que l'utilisation du TRF7970A sur autre chose qu'un MCU 32bits > 72MHz
a très peu d’intérêt sauf pour lire un UID ou faire des choses très simples
(dans ce cas je conseil un chipset NXP PN532 qui est beaucoup plus haut niveau).
Tu peux toujours regarder le driver TRF7970A du firmware (hydrafw) pour
HydraBus ici:
https://github.com/bvernoux/hydrafw/blob/master/trf7970a/
Salutations
Benjamin