fingerprint-mqtt icon indicating copy to clipboard operation
fingerprint-mqtt copied to clipboard

ESP01 not booting with his code.

Open mati22124 opened this issue 2 years ago • 2 comments

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 to boot. It has no logs and doesnt do anything. I was wondering if anyone had success with using these small boards with this sensor. I am using GPIO pins 0 and 2. It does boot with other things like esphome and just a blink code but with this code, no logs. If anyone was successful and got it working, that would be very nice. I have also tried it on multiple boards with no avail.

mati22124 avatar Feb 26 '22 18:02 mati22124

Are you using software serial on GPIO pins 0 & 2? GPIO pin 2 is a hardware serial1 transmit pin, this would conflict with the software serial used in the code.

I've tested this repo's code on an ESP32c3 (DFrobot Beetle c3) on hardware serial1 pins (without software serial). You can check out #20 for hardware serial implementation.

Do take a look at the ESPHome equivalent... https://esphome.io/components/fingerprint_grow.html

image

unseemlycoder avatar Oct 28 '22 10:10 unseemlycoder

Would recommend using UART 0 over GPIO 1 [Tx Pin] & GPIO 3 [Rx Pin]. That would work via hardware serial.

unseemlycoder avatar Dec 24 '22 05:12 unseemlycoder