It looks like your transmitted packet is right, but it also looks like you are trying to read the response on Serial (rather than SerialFPS). Is that correct?
@MikMo: You might be right about sending 7 packets and not 25. But as for the binary part, I'm not certain.
This is what it says in the documentation: "For checking serial connection, use “Request Connection” command (the command I am trying to send). For explanation on real packet data, assume that the device has 10 users in DB. The following figure shows the sequence of packets, and the contents of packets."
The response that the FPS should give is this...7 packets, whose contents are as follows:
7E - 00 00 00 01 - 00 00 00 01 - 00 00 00 0A - 00 00 00 00 - 00 00 00 00 - 00 00 00 0C
I think I have discovered a monumental flaw in what I have been doing here. I am trying to get the Arduino to talk to the Fingerprint Scanner, where the Arduino has a 5V logic level. I've just realised that this Fingerprint Scanner is running at 3.3V.
Am I correct in assuming that this will mean no-talky-talky, no matter how hard I try? If that's the case, what can I do to switch the voltage level from 5V to 3.3 and back again. Can I use transistors or do I need to get fancier than that?
scotabug: did you manage to communicate with the Nitgen? I've recently began working on it and i haven't been able to send the Request Connection command, I also used the method you posted and it didn't work. I'm using a MAX232 to the the signal levels from TTL to rs232.
Could please tell me how did you send the commands? And at what baud rate does the nitgen work by default?
Hi all.
I am very new to arduino and electronics in general. My question is how do i connect the nitgen fingerprint sensor from sparkfun to the arduino board? And can i add fingerprints to the database without using a pc? Please help
How do i connect to a pc with this connector and an rs232 cable, what are the pin connections? Then how do i connect to the arduino. Please help, i have searched but have found no help, but it seems you guys have managed to. :-[
Thanks