How to use fingerprint device with ODK sensor framework?

I want to create a form that run on ODK collect to register a users detail
with his fingerprint.

I downloaded and installed odk sensor framework. I don't have any idea
about how to connect my mobile with finger print device.

Is it possible to to connect our app with Fingerprint device using ODK
Sensor.

Can anyone please send me a link of sample tutorial for connecting my
mobile with fingerprint device or reply the procedures and the devices
which are required to send the user detail with their fingerprint image to
the server using ODK Collect.

This will require a developer to write an app that interacts with the
fingerprint device. The Framework simplifies the writing of that app, but
does not eliminate it.

The sensors framework is in alpha, meaning that it is not supported by the
core team.I've added Rohit, one of the grad students (together with Waylon)
that has created the framework. He may have be able to point you to some
rough documentation on how to approach writing that app.

Mitch

··· On Thu, Jun 27, 2013 at 5:26 AM, wrote:

I want to create a form that run on ODK collect to register a users detail
with his fingerprint.

I downloaded and installed odk sensor framework. I don't have any idea
about how to connect my mobile with finger print device.

Is it possible to to connect our app with Fingerprint device using ODK
Sensor.

Can anyone please send me a link of sample tutorial for connecting my
mobile with fingerprint device or reply the procedures and the devices
which are required to send the user detail with their fingerprint image to
the server using ODK Collect.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

I too would be very interested in getting the details of how such an app
could be developed, as I am currently running two applications, a desktop
app caturing participant fingerprints and a tablet app for xonducting the
survey. If I could eliminate the desktop application, and have the
fingerprint functionality rolled in the tablet app,much better.

Tumaini

··· On 27 Jun 2013 20:03, "Mitch Sundt" wrote:

This will require a developer to write an app that interacts with the
fingerprint device. The Framework simplifies the writing of that app, but
does not eliminate it.

The sensors framework is in alpha, meaning that it is not supported by the
core team.I've added Rohit, one of the grad students (together with Waylon)
that has created the framework. He may have be able to point you to some
rough documentation on how to approach writing that app.

Mitch

On Thu, Jun 27, 2013 at 5:26 AM, findmystery@gmail.com wrote:

I want to create a form that run on ODK collect to register a users
detail with his fingerprint.

I downloaded and installed odk sensor framework. I don't have any idea
about how to connect my mobile with finger print device.

Is it possible to to connect our app with Fingerprint device using ODK
Sensor.

Can anyone please send me a link of sample tutorial for connecting my
mobile with fingerprint device or reply the procedures and the devices
which are required to send the user detail with their fingerprint image to
the server using ODK Collect.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi,
The ODK Sensors framework simplifies the development of mobile apps that
need to collect data from sensors. It provides a way for apps (well, users
of the app) to discover sensors and assign drivers for the sensors. Then it
mediates the communications between the app, sensor driver and the physical
sensor.

Sensor drivers are implemented as Android Services, and are responsible for
decoding sensor data received from the framework in a sensor-spefic format,
and converting the data into key-value pairs that can be easily used by
applications. Likewise, if applications need to send data to sensors (e.g.,
commands to sensors), they provide key-value pairs, and the sensor driver
converts the key-value pairs into a buffer in a sensor-specific format
that is sent to the physical sensor by the framework.

Driver developers are responsible for implementing a driverImpl class that
implements the org.opendatakit.sensors.Driver interface to do the data
format conversions described above. The Sensors framework provides classes
that implement the Android Service and instantiate the driverImpl class
when the driver is loaded. The framework requires some metadata to be
specified in the AndroidManifest.xml of the application that has the
driverImpl class, to enable it to discover & communicate with drivers.

Please look at the ZephyHeartRateSensor project in the sensordrivers
repository at ODK's google code site:
http://code.google.com/p/opendatakit/source/browse?repo=sensordrivers#hg%2FZephyrHeartRateSensor

This is an ODK Sensors driver that parses data from a Zephyr Heartrate
monitorhttp://www.amazon.com/Zephyr-Bluetooth-Wireless-Android-Windows/dp/B002PL33AQ.
The HeartrateDriverImpl is the driverImpl class and the
HearrateDriverActivity is an Activity that can be invoked by an app to read
sensor data. This activity returns sensor data via a result intent. There
are comments in the java and manifest files to help understand the
implementation.

Hope this helps.

Rohit

··· On Sun, Jun 30, 2013 at 7:03 AM, Tumaini Kilimba wrote:

I too would be very interested in getting the details of how such an app
could be developed, as I am currently running two applications, a desktop
app caturing participant fingerprints and a tablet app for xonducting the
survey. If I could eliminate the desktop application, and have the
fingerprint functionality rolled in the tablet app,much better.

Tumaini
On 27 Jun 2013 20:03, "Mitch Sundt" mitchellsundt@gmail.com wrote:

This will require a developer to write an app that interacts with the
fingerprint device. The Framework simplifies the writing of that app, but
does not eliminate it.

The sensors framework is in alpha, meaning that it is not supported by
the core team.I've added Rohit, one of the grad students (together with
Waylon) that has created the framework. He may have be able to point you to
some rough documentation on how to approach writing that app.

Mitch

On Thu, Jun 27, 2013 at 5:26 AM, findmystery@gmail.com wrote:

I want to create a form that run on ODK collect to register a users
detail with his fingerprint.

I downloaded and installed odk sensor framework. I don't have any idea
about how to connect my mobile with finger print device.

Is it possible to to connect our app with Fingerprint device using ODK
Sensor.

Can anyone please send me a link of sample tutorial for connecting my
mobile with fingerprint device or reply the procedures and the devices
which are required to send the user detail with their fingerprint image to
the server using ODK Collect.

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Dear,

I am looking for a developer to help me with adding fingreprint capturing capability in ODK collect. If any fellow has time, please let me know

We have great devs in our team, if you want we can discuss. My email is: trungle@rta.vn.

··· On Saturday, January 21, 2017 at 1:50:45 PM UTC+7, planne...@gmail.com wrote: > Dear, > > I am looking for a developer to help me with adding fingreprint capturing capability in ODK collect. If any fellow has time, please let me know

Hi ! Did you found a solution for your problem ? I'm also looking for somebody.

Thanks

··· Le samedi 21 janvier 2017 07:50:45 UTC+1, planne...@gmail.com a écrit : > Dear, > > I am looking for a developer to help me with adding fingreprint capturing capability in ODK collect. If any fellow has time, please let me know

Yes I can help you in this regard tell me what you want?

··· On Monday, February 27, 2017 at 6:50:08 AM UTC+5, cool...@gmail.com wrote: > Le samedi 21 janvier 2017 07:50:45 UTC+1, planne...@gmail.com a écrit : > > Dear, > > > > I am looking for a developer to help me with adding fingreprint capturing capability in ODK collect. If any fellow has time, please let me know > > Hi ! Did you found a solution for your problem ? I'm also looking for somebody. > > Thanks

I'm also looking for a solution forthis. Has an app already been developed now to connect a fingerprint scanner to ODK tools? Thanks.

Hi All. Does this solution now exist? I need this for a project. Thanks.

Edwin, the short answer is no. See Feeding fingerprint data from reader to ODK Collect? for ongoing efforts to add fingerprint support.