Fingerprint imaging app

Hi Guys,

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:

https://www.aliexpress.com/item/1005003816748076.html?spm=a2g0o.detail.pcDetailTopMoreOtherSeller.4.1f4d7b68s9HAcM&gps-id=pcDetailTopMoreOtherSeller&scm=1007.40000.327270.0&scm_id=1007.40000.327270.0&scm-url=1007.40000.327270.0&pvid=16960758-5e0e-47ba-9b0d-cad0b0dfa881&_t=gps-id:pcDetailTopMoreOtherSeller,scm-url:1007.40000.327270.0,pvid:16960758-5e0e-47ba-9b0d-cad0b0dfa881,tpp_buckets:668%232846%238110%231995&pdp_npi=4%40dis!GBP!24.61!23.38!!!30.21!28.70!%402103868a17199219480775659e4d8a!12000027260622715!rec!GB!!AB&utparam-url=scene%3ApcDetailTopMoreOtherSeller|query_from%3A

I want it with a clean and simple, a black and white image of the fingerprint.

would probably just need a ‘re-take photo’ button on there to.

the only other feature would be the ability to share on WhatsApp so i can send it to myself.

Any help would be greatly appreciated.

“I haven’t failed. I’ve just found10,000 ways how not to make a light bulb,” - Thomas Edison

the traffic is slow on thunkable forum these days. I remember the days where it was almost like instant chat.

1 Like

Hey @FamousMrThomas :wave: (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?

1 Like

Hi Domhnall,

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).

1 Like

No problem at all - keep us posted on how it goes for you

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.