RFID Board Example

General discussion on mikroBasic.
Post Reply
Author
Message
hansolo
Posts: 344
Joined: 28 Oct 2005 07:28

RFID Board Example

#1 Post by hansolo » 06 May 2008 13:20

Anyone has the mikroBasic example for the RFID board sold by mE?

There is no example in the mE website for the board.

Hansolo
PIC Rules!!

User avatar
marko.ziv
mikroElektronika team
Posts: 530
Joined: 06 Dec 2007 10:11
Contact:

#2 Post by marko.ziv » 09 May 2008 13:55

Hi,

Examples for RFid Reader Board are in the final test phase.
They will be available on our web site very soon.
If there aren't any unforeseen problems you should be able
to download examples for RFid Reader Board from our web site
http://www.mikroe.com/en/tools/rfid/
early next week.

Thank you for your patience.

User avatar
marko
mikroElektronika team
Posts: 916
Joined: 02 Feb 2005 16:09
Location: Europe
Contact:

#3 Post by marko » 12 May 2008 14:20

Examples for RFid Reader Board are available for download.
You can download these examples on this address:

RFid Reader Board
"Good ideas are not complicated, they are
complex, but we are making it easy !!!"

arhimed
Posts: 15
Joined: 14 May 2008 04:06

#4 Post by arhimed » 14 May 2008 04:27

marko wrote:Examples for RFid Reader Board are available for download.
You can download these examples on this address:
a question about rfid reader example, is it normal that if no rfid is present (all rfid chips I have are 13MHz, and this is 125KHz reader I got from MikroE so now looking for some 125KHz ones) example constantly fails on

Code: Select all

     if (!(data[data_index] ^ data[data_index-1]))

         {

            bad_synch = 1;

            break;                                          //bad synchronisation

         }
so it constantly has "bad sync" even as the rfid reader is constantly sending data on B0/B1 .. and I used exactly the same setup as in example project (18F4520 with 8MHz crystal)...

now, I do not have the 125KHz chip to try to read it, but this "bad sync" is kinda strange...

thanks for the info

divivoma
Posts: 20
Joined: 12 Dec 2013 19:15

Re: RFID Board Example

#5 Post by divivoma » 20 May 2016 17:56

Hello All, any answer to the above question?
I'm facing the same issue with you RFID Reader.

I've noticed that the 8-bit example is working properly but not the 24bit example stored in the dsPic folder.

Any suggestions?

Thank you
Marco

User avatar
Aleksandar.Mitrovic
mikroElektronika team
Posts: 1697
Joined: 11 Mar 2015 12:48

Re: RFID Board Example

#6 Post by Aleksandar.Mitrovic » 24 May 2016 18:10

Hi Marco,

Which hardware have you use with this RFID Reader board and which microcontroller?

Kind regards,
Aleksandar

divivoma
Posts: 20
Joined: 12 Dec 2013 19:15

Re: RFID Board Example

#7 Post by divivoma » 25 May 2016 06:55

Hi Aleksander
I am using the fusion board with mcu card and PIC24FJ128GA310.

I have added a new topic because of different hw here:
http://forum.mikroe.com/viewtopic.php?f=101&t=67756

With the fusion board i noticed that there is no 5v supply selectable..
For this i took the 5v supply from the usb pin and supplied the rfid reader.
Then i ve used the rb0 1 2 and 3 for the interfaces.
About the clock i ve noticed that the pic is going very slow and need to use the pll in order to catch properly the clock interrupt. Any suggestion for the clock/pll sertings? On board i have a 8MHz crystal.
Thank you

Post Reply

Return to “mikroBasic General”