I was wondering if there is an easy set of steps to create a simple app to capture images from a fingerprint reader (plugged into a phone with a usb to usb-c adapter).
This is an example of the kind of fingerprint reader which claims to be compatible with android:
Hey @FamousMrThomas (great to see you still in the Community!)
Not familiar with this specific piece of hardware, but in general, we donât have serial port access for Android (or iOS if the device has USB-C) Typically youâd need an additional USB-OTG converter to enable this
If the scanner had BLE that might be easier to connect to - but transmitting larger images may be problematic.
Ideally, youâd need an IoT version of this scanner; push the images to (local or remote) cloud storage and then use the API blocks to fetch the data. You might end up spending a little more on the hardware but youâll save hours on dev time.
Are you just experimenting with this fingerprint scanner or are you thinking about buying/distributing several of them?
Thanks so much for dropping me a line. Great to speak with you again. Thunkable is always my first thought when it comes to apps. I am lucky enough to be in the development stages of my idea, so any help now will save time later. I have taken your recommendations and am looking into them.
Thanks again, and if anyone else might have any innovative ideas as to how this might be made easy⌠I like easy! Lets make some of the more interesting ideas accessible to the world. sometimes itâs nice to make things for granted (calculator app).