From 515d81acde1bd48243230488256d84977c6586c3 Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Tue, 7 Jul 2020 22:20:20 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d646b5a..e69491c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ HydraNFC Shield v2 is for anyone interested in Learning/Developping/Debugging/Ha * Quartz oscillator operating with 27.12 MHz crystal with fast start-up **Key Features of HydraFW (for HydraBus v1/HydraNFC Shield v2 hardware) firmware using [STMicroelectronics RFAL for ST25R3916](https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25rfal002.html):** + This firmware is fully open source and based on HydraFW and is specific to HydraBus v1 with HydraNFC Shield v2 it use [STMicroelectronics RFAL for ST25R3916](https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25rfal002.html) The RFAL simplifies the development of applications by encapsulating device and protocol details. * Complete middleware to build NFC enabled applications based on the ST25R3916 device @@ -77,3 +78,4 @@ The RFAL simplifies the development of applications by encapsulating device and * ISO18092 * MISRA C:2012 compliant * Free, user-friendly license terms + From f85be9aea85395ad9cc8a55b6e501f62e58cfc4b Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Tue, 7 Jul 2020 22:21:18 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69491c..676d6e8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ HydraNFC Shield v2 is for anyone interested in Learning/Developping/Debugging/Ha **Key Features of HydraFW (for HydraBus v1/HydraNFC Shield v2 hardware) firmware using [STMicroelectronics RFAL for ST25R3916](https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25rfal002.html):** This firmware is fully open source and based on HydraFW and is specific to HydraBus v1 with HydraNFC Shield v2 it use [STMicroelectronics RFAL for ST25R3916](https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25rfal002.html) -The RFAL simplifies the development of applications by encapsulating device and protocol details. + +The STMicroelectronics RFAL simplifies the development of applications by encapsulating device and protocol details. * Complete middleware to build NFC enabled applications based on the ST25R3916 device * Supported modes: * Reader/Writer From 6c82756310b39fd17f7613449c4a1a6ec9c057cb Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Tue, 7 Jul 2020 22:23:04 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 676d6e8..a26b78f 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,4 @@ The STMicroelectronics RFAL simplifies the development of applications by encaps * MISRA C:2012 compliant * Free, user-friendly license terms +The firmware will support Special stream and Transparent modes to implement other custom protocols in reader/writer mode (potentially also P2P), card emulation mode and even unique sniffer mode.