fingerprint-mqtt
fingerprint-mqtt copied to clipboard
Fingerprint sensor with MQTT support based on Adafruit Fingerprint Sensor Library
Hello! I had wanted to run this code on one of many esp01's I had sitting around. I seems that whenever I put this code on them, It doesn't want...
The adafruit fingerprint library supports FPM10A (optical) and R30x/R50x (Capacitive) Fingerprint sensors. However, the Capacitive fingerprint sensors (FPS) do not support the following function: ``` finger.fingerFastSearch(); ``` The above line...
Inclusion of R503 fingerprint sensor and its led to indicate sensor state. Watchdog for device lockup specifically for ESP32xx Family of microcontrollers.
relay
Is there a version were you can connect a relay to use the sensor standalone without a internet connection but sends data when available? I want to use the sensor...
Hello, when i use the first version fingerprint-mqtt.ino the sensor works perfectly. i followedd your video and it works in home assistant too. When i try any other version it...
Hi Great project, finally implemented into my HA! I would like to add second sensor to Home Assistant What should be changed, to have 2 sensors in one HA instance?...
``` #include #include #include #include #include //12 seconds WatchDog Timer #define WDT_TIMEOUT 12 // Wifi Settings #define SSID "abc" #define PASSWORD "abc" // MQTT Settings #define HOSTNAME "fingerprint-sensor" #define MQTT_SERVER...
I'm trying to compile : [fingerprint-R503-mqtt-led-WDT.ino](https://github.com/EverythingSmartHome/fingerprint-mqtt/blob/master/fingerprint-mqtt/fingerprint-R503-mqtt-led-WDT.ino) But i can't get it to work on my wemos d1 mini. I always get the error : esp_task_wdt.h no such file or directory...
I i ve a bug with the name of persnon. When i learning a fingerprint ( ex ID 1 name John) with id and name it's ok when i scan...