fingerprint sensor + DA14580

4 posts / 0 new
Last post
zhilong yang
Offline
Last seen:5 years 6 months ago
加入:2015-03-15 14:41
fingerprint sensor + DA14580

I want to connect fingerprint sensor (via SPI port )which will capture about 9K byte data, then transfer to phone to do remaining job, Is it possible using DA14580 to make it real?
Is there any example I can refer from beginning?

Device:
MT_dialog
Offline
Last seen:6 days 18 hours ago
工作人员
加入:2015-06-08 11:34
Hi zhilong yang,

Hi zhilong yang,

You can refer to the peripheral examples project in the SDK in order to work with the SPI, from then you can build your own custom profile (there is a custom profile tutorial) to send the data or you can use the DSPS example if it suits you.

Thanks MT_dialog

zhilong yang
Offline
Last seen:5 years 6 months ago
加入:2015-03-15 14:41
I just wonder if internal

I just wonder if internal memory has enough SRAM to store the data about 9K bytes?

MT_dialog
Offline
Last seen:6 days 18 hours ago
工作人员
加入:2015-06-08 11:34
Hi zhilong yang,

Hi zhilong yang,

没有th SRAM是总共42 kbe retention RAMs. The retention RAM is in total 8KB, please have a look at the da14580 datasheet.

Thanks MT_dialog