Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to interface fingerprint sensor (R303A) with ARM9

Status
Not open for further replies.

shreevidya88

Newbie level 3
Joined
Nov 12, 2011
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
Can anyone explain me how to interface fingerprint sensor (R303A) with ARM9? Also can anyone provide me the circuit diagram or atleast information about R303A?
 

hi guys....
m working on a project where i need to interface a fingerprint module SFG R30X with atmega 16
m facing initial problem with interfacing and sending commands to module......
here is wat m doing

#define GetImg 0x01
uartInit();
lcd_init();


char str[2];
int i;
_delay_ms(1000);
lcd_display("hello",LINE1);
while(1)
{
uartPutc(GetImg);
for(i=0;i<=1;i++)
str=receiveByte(); //doing this juz to check the response
lcd_display(str,LINE2);
_delay_ms(10000);

}


please help me with the correction in codes if m doing wrong......
i m new to this things n need serious help on this
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top