1.Equipment Parameters and Performance Description
HF4000plus is a compact size, portable Bluetooth fingerprint scanner, with built-in rechargeable lithium battery, USB interface charging and communication port. The USB interface can be used as a USB port to connect with computer to collect fingerprint templates. Through Bluetooth, it can connect with smartphones (Android and iOS systems) and Laptops (Windows, OS, etc.), to do fingerprint identification. A large optical capture area was applied for fingerprint collection. It can be used in wide variety of identity authentication system.
This product can work with the smartphone, as a cost-effective device, it can replace the professional fingerprint handheld terminal, very suitable for the economic situation. The device can be customized in different appearance and colors.
Specification:
Dimensions 75.35mm(L)x53.35mm(W)x25.90mm(H)
Operating Temperature -20°C - +70°C
Operating Humidity 0-95%
Antistatic ability IEC6100-4-2 standard 15KV
Connectivity BLUETOOTH (support Android & IOS) and USB
working voltage 3.3V
Battery 3.7V lithium battery(1000maH)
working current Max 100mA
Sensor Type Optical Live ID
Capture window size: 22 x 16 mm
Effective capture area: 17 x 16 mm
Support OS Windows,Linux,Mac OS,Android,IOS
Fingerprint Capacity 1000
FRR 0.01%
FAR 0.0001 %
Match Speed <1 second
image format RAW
Image Size 256*288
image resolution 500DPI
Note Supports large fingerprint quantity comparisons in Windows and Android, like 1:N (N can be tens of thousands of fingerprint templates)
2.Brief Instructions
Hardware:
Micro USB port:
For charging the internal battery, the LED flash in red light and be stable when the battery is full charged. For connecting with PC, the software on PC client is provided.
Fingerprint capture:
The device can receive the command to capture the fingerprint from smart phone via Bluetooth connection or from PC via USB connection.
Power switch:
The device will turn on itself when using the USB for connection, and automatic turn off when there is no connection detected over 50 seconds. The method for switching off the device manually is pressing and holding the power switch for 5 seconds until the LED is off.
LED light:
Blue light: indicate OK Red light: indicate failure
Software:

Android Demo:
1.Open APK
2.Press Menu button, get into menu
3.choose Connect a Device
4.If the device was connected before, it will show in Paired Devices; If not,click Scan for Devices. The name of the device is the same as shown on the back side of the device.
5.Select right device, connect it.
6.Click function button in the demo app for testing.
7.In Module means operating in the device, the data will store in the device.
8.In Host means operating in host, data store in the host.
9.Device: get device number and battery info
Windows Demo:
1.In Windows control panel,click Bluetooth Setting to connect the device
2.Open Demo,select right serial port
3.Operation is same with Android Demo
Note: not all the functions shown in the Demo are available, it depends on the hardware of the device.
3.USB Interface Development Instruction
When connect the device with computer via USB, the SDK is same with the RT series fingerprint scanner, which is compatible. The specific development process and function description please refer to the RT Series Fingerprint Identification instrument operation, development instructions.
4.Bluetooth Interface Development Instruction
When connecting through Bluetooth, it is a separate set of protocol directives. This is not provided in the SDK, but provided in terms of protocol and demo source code. Reference to the demo source code, you can easily write fingerprint recognition applications. The basic agreement is as follows:
command format (send)
|
Head
|
Reserved
|
Command
|
Data Size
|
Data
|
Sum
|
2 Bytes
|
2 Bytes
|
1 Byte
|
2 Bytes
|
N Bytes
|
2 Bytes
|
0x46, 0x54
|
0x00, 0x00
|
CMD
|
Low, High
|
…
|
7+size
|
|
command format (Receive)
|
Head
|
Reserved
|
Command
|
Data Size
|
Data
|
Sum
|
2 Bytes
|
2 Bytes
|
1 Byte
|
2 Bytes
|
N Bytes
|
2 Bytes
|
0x46, 0x54
|
0x00, 0x00
|
CMD
|
Low, High
|
RET+…
|
7+size
|
RET=Return Flag
|
command list
|
private byte CMD_PASSWORD = 0x01; //Password
private byte CMD_ENROLID = 0x02; //Enroll in Device
private byte CMD_VERIFY = 0x03; //Verify in Device
private byte CMD_IDENTIFY = 0x04; //Identify in Device (Search)
private byte CMD_DELETEID = 0x05; //Delete in Device
private byte CMD_CLEARID = 0x06; //Clear in Device
private byte CMD_ENROLHOST = 0x07; //Enroll to Host
private byte CMD_CAPTUREHOST = 0x08; //Capture to Host
private byte CMD_MATCH = 0x09; //Match
private byte CMD_WRITEFPCARD = 0x0A; //Write Fingerprint Card
private byte CMD_READFPCARD = 0x0B; //Read Fingerprint Card
private byte CMD_FPCARDMATCH = 0x13; //Fingerprint Card Match
private byte CMD_UPCARDSN = 0x43;
private byte CMD_CARDSN = 0x0E; //Read Card Sn
private byte CMD_WRITEDATACARD = 0x14; //Write Card Data
private byte CMD_READDATACARD = 0x15; //Read Card Data
private byte CMD_PRINTCMD = 0x20;
private byte CMD_GETSN = 0x10; //Get Device SN
private byte CMD_GETBAT = 0x21; //Get Battery voltage
private byte CMD_GETIMAGE = 0x30; //Get Fingerprint Image
private byte CMD_GETCHAR = 0x31; //Get Fingerprint Data
|
5. Fingerprint Template Description (ISO standard/ private standard)
The default is the private standard format. However, our devices support multiple data formats. such as ISO/ANSI standard. The device provides both hardware and software. Use the SetTool tool to set the standard, as the following:
or you can use our SDK to convert fingerprint data format.
Whether you use SetTool or SDK conversions, you need to be aware of the direction of the fingerprint image. Only the right direction can be compatible
6.Description for Related Problem
Currently, we offer comparison library on Android and Windows. Android only supports 32-bit, ARM chip (ARMV7). 32-bit and 64-bit systems are supported on Windows. Other systems or chips can be used in-device comparison.
Special tip: We do not guarantee that all Android devices can operation Comparison Library successfully.
7.More
We will provide more new features and working methods in the future. See our website to learn more. http://www.hfteco.com/