i am new to arduino coding, and i would like to interface a fingerprint scanner to sim 800l such that when a person enters a fingerprint, it sends a message to a specific contact from an array of contacts. i have already assembled the components together, and they are working. the hard part is to interface the scanner to the gsm module.
the hard part is to interface the scanner to the gsm module.
I don't see the need to do that. The Arduino reads from the fingerprint scanner, and writes to, or not, the gsm module. There is no need for the fingerprint scanner to talk directly to the gsm module.
PaulS:
I don't see the need to do that. The Arduino reads from the fingerprint scanner, and writes to, or not, the gsm module. There is no need for the fingerprint scanner to talk directly to the gsm module.