Page 1 of 2

PR29

PostPosted: Tue Feb 19, 2013 10:22 pm
by hui
Can fingerprint reader module import fingerprint image to MATLAB software?

Re: PR29

PostPosted: Wed Feb 20, 2013 9:00 am
by robosang
Don have the hardware to verify that, but if it is UART and MATLAB can access to COM port, there should not be problem.

Re: PR29

PostPosted: Wed Feb 20, 2013 12:04 pm
by yonghui
Hi,
u need the image file to process by your own algorithm in Matlab?

then u will need to verify whether the module can send out the fingerprint image or not. what i know is that the module has on board dsp processor to process the images.

Re: PR29

PostPosted: Thu Mar 14, 2013 10:22 pm
by hui
is it possible the PR29 act as standalone project by edit the code in mplab?
my project is about simple security system, just display door open for certain person and invalid for other.

Re: PR29

PostPosted: Fri Mar 15, 2013 11:15 am
by hyng
hui WROTE:is it possible the PR29 act as standalone project by edit the code in mplab?
my project is about simple security system, just display door open for certain person and invalid for other.

PR29 is a standalone project. Yes, you can do it by editing the sample code.
For door security, you may also refer to PR25.

Re: PR29

PostPosted: Sat Mar 16, 2013 9:31 pm
by hui
i had tried source code given by cytron. When i build it in mplab, it stated build failed. So what should i need to do to get build successful? i know cytron had provided the hex file but i want to try to build it in mplab by myself.

Re: PR29

PostPosted: Sat Mar 16, 2013 10:12 pm
by robosang
what is the error oh....

Re: PR29

PostPosted: Sat Mar 16, 2013 11:23 pm
by hui
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Users\Desktop\1.mcs".
Clean: Done.
Executing: "C:\Program Files\PICC\Ccsc.exe" +FM "hardware psm\PR29 MPLABX\PR29 MPLABX\PR29.c" +DF +LN +T +A +M +Z +Y=9 +EA
BUILD FAILED: Sat Mar 16 23:20:44 2013


if use PIC C Compiler, got 5 errors.

Re: PR29

PostPosted: Sun Mar 17, 2013 8:29 am
by robosang
It will be good if you can printscreen the output window of MPLAB IDE and share it here.

Re: PR29

PostPosted: Sun Mar 17, 2013 9:10 am
by hui
here the pic compiler
piccompiler.png


the mplab
mplab.png