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 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: 110

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top