There is a simple sketch for enrolling a new fingerprint via Arduino-UNO - by simply using the Adafruit_Fingerprint library and running the Enroll sketch, then in the serial monitor,we are asked to type in the ID to enroll - we use the box up top to type in a number and click Send. Each finger print that is given by the user using fingerprint sensor is Enrolled! piece of cake This is the traditional method.
But
But i want to know if i could send these ID to the serial monitor/port through my Android phone using Bluetooth HC-05, so that a new fingerprint gets an ID .
Not only this
i also want the serial monitor to send back some confirmation-information via Bluetooth HC-05 to my android phone?
How can i achieve this?? i'm totally new at this. Consider me a noob!!!