Open ricardo-0x07 opened 2 years ago
Has it ever worked even once? Or do you always get that error?
Often it means you haven't connected the UART lines properly between the MCU and the sensor. So you should probably check that first -- make sure you have the right pins from both sides, connected in the right order, with the right voltage levels, and configured properly in your sketch.
@brianrho Thanks for your quick response. Not it has never worked. I don't have the standard cable (they are on order) so I hardwired it. I will re-check my connections until they arrive.
Thanks again
I'm getting
Did not find fingerprint sensor :(
Added additional log messages and found it was due to GT5X_TIMEOUT.
It seems the esp is having issues connecting to the sensor.
Any guidance would be greatly appreciated