Arduino with fingerprint sensor has the characteristics of small size, easy development, f...,联系号码:+86-13718395695,联系人:Mr. Qin
你可以在这里得到它 ▶ http://educ8s.tv/part/FingerprintSensor 第4 步:连接部件 1 / 3 现在让我们把所有的部分放在一起。 首先我们必须连接指纹传感器模块。我们在模块背面插入电缆。请检查所附照片。 指纹传感器连接 黑线▶ Arduino GND 红线▶ Arduino 5V 绿线▶ 数字引脚 2 白线▶ 数字引脚 3 ...
Adafruit_Fingerprint finger = Adafruit_Fingerprint(&mySerial); uint8_t id; void setup() { Serial.begin(9600); while (!Serial);// For Yun/Leo/Micro/Zero/... delay(100); Serial.println("\n\nAdafruit Fingerprint sensor enrollment"); // set the data rate for the sensor serial port fing...
Adafruit_Fingerprint finger = Adafruit_Fingerprint(&mySerial); // Using sensor with password //Adafruit_Fingerprint finger = Adafruit_Fingerprint(&mySerial, 1337); void setup() { while (!Serial); // For Yun/Leo/Micro/Zero/... Serial.begin(9600); Serial.println("Adafruit fingerprint sensor, ...
https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library https://github.com/adafruit/Adafruit-GFX-Library https://github.com/sumotoy/TFT_ILI9163C 首先,我们必须将注册示例上传到我们的Arduino板。我们转到文件 – >示例 – > Adafruit指纹传感器库 – >注册。通过这个示例程序,我们可以将指纹存储在模...
// Using sensor with password //Adafruit_Fingerprint finger = Adafruit_Fingerprint(&mySerial, 1337); void setup() { while (!Serial); // For Yun/Leo/Micro/Zero/... Serial.begin(9600); Serial.println("Adafruit fingerprint sensor, change password example"); ...
安装库:IDE—工具—管理库—搜索Adafruit-Fingerprint-Sensor-Library—安装 实验接线: Vi +3.3V(请勿接3.3V以上电源,否则烧毁模块!) TX 2 RX 3 GND GND */ #include <Adafruit_Fingerprint.h> // On Leonardo/Micro or others with hardware serial, use those! #0 is green wire, #1 is white ...
This fingerprint sensor comes with round breathing LEDs and has a simple structure, small size, and delicate appearance. The sensor offers fast recognition speed and high security. What’s more, it supports 360-degree arbitrary angle recognition and deep self-learning function, high performance and...
程序中出现一组硬串口和一组软串口的时候,要辨别清楚对应的串口波特率。例如<Adafruit_Fingerprint>库中的实例代码Fingerprint: #include<Adafruit_Fingerprint.h> SoftwareSerialmySerial(2,3); #else // On Leonardo/M0/etc, others with hardware serial, use hardware serial!
安装库:IDE—工具—管理库—搜索Adafruit-Fingerprint-Sensor-Library—安装 实验接线: Vi +3.3V(请勿接3.3V以上电源,否则烧毁模块!) TX 2 RX 3 GND GND */ #include <Adafruit_Fingerprint.h> // On Leonardo/Micro or others with hardware serial, use those! #0 is green wire, #1 is white ...