how to interface fingerprint sensor with atmega16

Status
Not open for further replies.

sumitdby

Newbie level 4
Joined
Jan 25, 2012
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,310
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
uartInit();
lcd_init();


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

}

m attaching user manual of the module also


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

Attachments

  • SFG_R30X_user_manual.pdf
    412.3 KB · Views: 112

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…