-->
Page 1 of 2

Interfacing Finger Print Sensor with ESP8266

PostPosted: Wed Apr 26, 2017 6:12 am
by Sopan
Hi,
I am currently working with CAMA SM25 finger print sensor. I have managed to use the sensor to its full potential using hardware serial. But when I switched to software serial I was unable to read finger print template data from the sensor nor write any template data to it. I keep getting zeros when I read the serial buffer using software serial. I used my logic analyzer to view the data sent from the sensor and it seems the sensor is sending correct data but the data read by the ESP is only zeros. I have tried with several baud rates 9600, 57600 and 115200. The template data size are 510 bytes. Can you guys tell me what is the problem or suggest me any solutions?
Thank You.

Re: Interfacing Finger Print Sensor with ESP8266

PostPosted: Wed Apr 26, 2017 1:14 pm
by Andu
Hey, I have no idea how to sort our you issue but just wanted to comment and say that it's an awesome idea and I will be following its development. So cool! Congrats!

Re: Interfacing Finger Print Sensor with ESP8266

PostPosted: Wed Apr 26, 2017 1:53 pm
by danbicks
Hi Would be great to see how you are storing new fingerprint data to the reader and vice versa downloading them from the module, I would be very interested in the functions you are using to achieve this.

I have a sketch somewhere working with software serial controlling my devices based on a combination of different fingers presented. I would be happy to work with you on this.

PM me and we can go from there.

D

Re: Interfacing Finger Print Sensor with ESP8266

PostPosted: Thu Apr 27, 2017 1:56 am
by Andu
Sharing is caring boys. Please share your setup so we can all enjoy the great new technology.