mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
add nfc
This commit is contained in:
parent
81928036a3
commit
fc59ad34f9
2 changed files with 4 additions and 0 deletions
|
@ -16,4 +16,5 @@ Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper
|
||||||
* [GPIO/HW tools](wiki/gpio-hw.md)
|
* [GPIO/HW tools](wiki/gpio-hw.md)
|
||||||
* [USB](wiki/usb.md)
|
* [USB](wiki/usb.md)
|
||||||
* [Bluetooth](wiki/bluetooth.md)
|
* [Bluetooth](wiki/bluetooth.md)
|
||||||
|
* [NFC](wiki/nfc.md)
|
||||||
|
|
||||||
|
|
3
wiki/nfc.md
Normal file
3
wiki/nfc.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# NFC module
|
||||||
|
|
||||||
|
The NFC standard (ISO-14443) operates at 13.56MHz. We are going to use the TI TRF7970A chip, the same chip as used in the HydraNFC project.
|
Loading…
Reference in a new issue