This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Interfacing Nrf52810 with fingerprint sensor module

Hello everyone, 
I am planning to use the nrf52840 with the Fingerprint module (https://www.amazon.in/dp/B07DL2DXJX/ref=cm_sw_r_wa_apa_i_Z.VlCbXSSYVRS ). The sensor interfaces via UART to nRF52840. Has anyone worked on Fingerprint module and successfully interfaced these two chips?

Do you see any potential issues I could face? 
It would be of great help if anyone shares the driver files

I can't find any document related to this.

Please share any link we have,

Thanks,

Rohit,

Parents Reply Children
  • As it's a UART interface, start with the UART examples!

    They will show you how to configure the UART, and how to manage sending bytes to it, and receiving bytes from it.

    That is the only part that is specific to Nordic.

    Remember that the sensor neither knows nor cares what microcontroller you use - so, once you've correctly configured the UART, and managed sending & receiving bytes, there is nothing specific to Nordic.

    I can't find any document related to this.

    You will need the documentation for the sensor - that will tell you what to send to it, and what it will send back to you.

Related