Post a new topicPost a reply Page 1 of 3   [ 21 posts ]
Go to page 1, 2, 3  Next
Author Message
 Post subject: RFID Reader
PostPosted: Mon May 28, 2012 12:28 pm 

Joined: Sun May 16, 2010 5:59 pm
Posts: 96
Hi

I'm trying read a RFID card using this code:
Quote:
//almacena el status del comando ejecutado
uint8_t state;
//buffer auxiliar
uint8_t aux[16];
//Almacenar el UID de la tarjeta
uint8_t CardID[4];
//Almacena las respuestas de los comandos
uint8_t ATQ[2];

void setup()

{
  
  USB.begin();
  USB.println("Arrancando el modulo RFID/NFC 13.25)");
  //Arrancamos el módulo en el socket0 tipo B
  RFID13.ON(SOCKET0,B);
  delay(1000);
}

void loop()
{
  RFID13.init(CardID, ATQ); 
  USB.print("\n");
  USB.print("Identificador UID: ");
  RFID13.print(CardID, 4)




But i have this error:

In function ‘void setup()’:
3: error: ‘RFID13’ was not declared in this scope In function ‘void loop()’:

I'm looking for the API v0.24, and i don't find RFID functions

Any advices?

Regards


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Tue May 29, 2012 8:38 am 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7472
alex,

The RFID library will be available during this week, with the new API version.

As we told you, we will contact you ASAP.

Best Regards.


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Tue May 29, 2012 11:32 am 

Joined: Sun May 16, 2010 5:59 pm
Posts: 96
I'm glad the good news.

Regards


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Mon Jun 11, 2012 4:21 pm 

Joined: Tue Jan 03, 2012 5:19 pm
Posts: 35
Hi guys,

I have the same problem with the new Waspmote API v0_25...

Is it normal??

Regards


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Tue Jun 12, 2012 5:05 pm 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7472
Galileo,

You are right. We finally not include RFID library in API 25.

We will do it for API 26 instead.

If you need this library, we can send it to you and you can add it manually.

Let us know.

Regards


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Tue Jun 12, 2012 5:46 pm 

Joined: Tue Jan 03, 2012 5:19 pm
Posts: 35
Hi Libelium-dev,

Yes, if you can I would like to include it in my API version.

Cheers,


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Wed Jun 13, 2012 10:33 am 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7472
Galileo,

Here you are the links for the RFID lybrary:

WaspRFID.cpp
WaspRFID.h

You will have to add it by yourself into Waspmote API by adding class to Waspclasses.h, etc.

We will include it in next API version to avoid this process.

Regards.


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Tue Jul 03, 2012 2:18 pm 

Joined: Tue Jul 03, 2012 2:16 pm
Posts: 5
Is this class only for the 13 MHz RFID reader? Because when I look into the WaspRFID.h file, I only see a WaspRFID13 class.

Do you also provide a class for the 125 kHz reader?


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Wed Jul 04, 2012 9:51 am 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7472
peterkuli,

At this moment, we do not have any official API for 125Khz module.

However, you can take a look into this cooking hacks tutorial about this module.

Regards.


Top
 Profile  
 
 Post subject: Re: RFID Reader
PostPosted: Thu Jul 05, 2012 9:10 am 

Joined: Tue Jul 03, 2012 2:16 pm
Posts: 5
Hi libelium-dev,

Is the api for the 125 kHz reader coming?

This quide is talking about functions like RFID125.ON(), which doesn't exist at this moment?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 3   [ 21 posts ]
Go to page 1, 2, 3  Next


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Libelium theme based on 610nm Style by Daniel St. Jules of http://www.gamexe.net


© Libelium Comunicaciones Distribuidas S.L. | Terms of use