This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

c5515 fingerprint dev kit

Hello sir,

I m working on c5515 fingerprint dev kit. I use optical sensor in my application. I want to take this fingerprint data in our database on pc.For this purpose

i need a complete source code of optical sensor.Please send me a complete code of optical sensor.

 

Thank you.

swapneel

 

  • Hi Swapneel,

     

    Application Report SPRAB37A describe's reference design which TI had made for customers. Source code is also avilable.

    But I doubt that someone will do all work for you.

     

    Max

  • Hi Swapneel,

    There is source code for the optical sensor available on the CDROM that ships with the FDK. Look under C5515 Fingerprint Development Kit\Software\C5515_code_development\FDK_Demo\

    It is also available for download from TooAn's (FDK 3rd party) website: http://www.tooan.cn/down/code.rar

    In this project, there is source code for communicating with the OP-100R optical sensor over I2C - See unsigned short TA_Capture(unsigned short *cmos_image) and 
    short TA_hal_gpio_read_cmos_image(unsigned short *cmos_image)

    Hope this helps,
    Mark

  • Hello mark,

    I see this cosde but my problem is that

     I want to store Image features in Our database on PC.

     SPI flash is used to store these fratures on core board. but this memory is limited I want to store this features directly in our database on pc.

    how can i do this?  becase of that I need a complete code for interfacing of flash to main chip.

     

    Thank you

    swapneel