Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP01 not booting with his code. #16

Open
mati22124 opened this issue Feb 26, 2022 · 2 comments
Open

ESP01 not booting with his code. #16

mati22124 opened this issue Feb 26, 2022 · 2 comments

Comments

@mati22124
Copy link

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.

@unseemlycoder
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants