Skip to content

Commit 27c62b7

Browse files
committed
added content
1 parent 3c42f28 commit 27c62b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ This library provides a message-based, easy to use interface that enables finger
2626
- Trackpad like functionalality for simple, finger-based navigation
2727
- Application integration via a variety of communication methods
2828

29+
### Functionality not Supported by the Library
30+
31+
Features that the FPC2534 supports, but are not currently implemented by this library include:
32+
33+
- Encrypted communication. When enabled, the communication to/from the FPC2543 is encrypted by a user provided key. Once this key is set in the device, it cannot be changed.
34+
- Reading and writing template data values to/from the sensor.
35+
- USB Interface - while the SparkFun FPC2534 provides a USB-C interface (enabled via jumper settings), this library doesn't support this interface. This mode of communication is primarily used for computer (non-microcontroller) interaction with the device.
36+
37+
If any of these advanced features are desired for use, an implementation can be found within the Fingerprints FPC2543 SDK, which is available on the [Fingerprints Website](https://www.fpc.com/products/documentation/).
38+
2939
### Communication
3040

3141
The operation of the FPC2534AP is performed by a messaging protocol implemented on the device. A client application sends message requests to the sensor and recieves responses to the request made.

0 commit comments

Comments
 (0)