diff --git a/README.md b/README.md index ea9e09a0b..eedb46ee2 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper * [GPIO/HW tools](wiki/gpio-hw.md) * [USB](wiki/usb.md) * [Bluetooth](wiki/bluetooth.md) +* [NFC](wiki/nfc.md) diff --git a/wiki/nfc.md b/wiki/nfc.md new file mode 100644 index 000000000..8f960ce1f --- /dev/null +++ b/wiki/nfc.md @@ -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. \ No newline at end of file