Skip to content
  • Rate limit · GitHub

    Whoa there!

    You have triggered an abuse detection mechanism.

    Please wait a few minutes before you try again;
    in some cases this may take up to an hour.

  • Notifications You must be signed in to change notification settings
  • Fork 6

Files

Latest commit

 

History

History
25 lines (24 loc) · 765 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 765 Bytes

FingerPrint R308 library


I hope use it and enjoy.
I use Stm32f103vc and Keil Compiler and Stm32CubeMX wizard.
Please Do This ...

1) Enable FreeRTOS.
2) Config your usart and enable RX interrupt on CubeMX.
3) Config an input pin and a output pin.
4) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
5) Config your FingerPrintConfig.h file.
6) Add FingerPrint_RxCallBack() on usart interrupt routin.
7) call FingerPrint_Init(osPriorityLow) in your any task.
8) In R308 module must be first read datasheet. need a digital switch for power. should be connect to output pin and another input pin connect to touch detect pin.