Component: RFID (Sparkfun Quiic / ID-12LA) (15209) (Wireless)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Wireless |
Contents
RFID (Sparkfun Quiic / ID-12LA) component
Provides functions to drive the Sparkfun Quiic RFID reader module (ID-12LA). Allowing access to read 125KHz RFID tags. Suitable for applications such as tracking, logging or access control.
Component Source Code
Please click here to view the component source code (Beta): FC_Comp_Source_RFID_Sparkfun_Quiic.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
RemoveCurrentTag |
Removes the current Tag ID from the known tag storage. | |
![]() |
Return |
![]() |
StoreCurrentTag |
Stores the current detected tag as a known tag storage Returns true if the tag has been stored or false if there is no remaining room | |
![]() |
Return |
![]() |
GetTagString |
Gets the tag ID returned as a string. Must be called after CheckForTag has returned true. String variable should be at least 13 characters long. | |
![]() |
Return |
![]() |
RemoveTagID |
Removes a specific 6-byte tag ID from the known tag storage | |
![]() |
ID |
Array of 6 bytes containing tag ID | |
![]() |
Return |
![]() |
GetTimeMS |
Gets the time in milliseconds since the tag was read by the module. Must be called after CheckForTag has returned true. | |
![]() |
Return |
![]() |
GetTimeS |
Gets the time in seconds since the tag was read by the module. Must be called after CheckForTag has returned true. | |
![]() |
Return |
![]() |
CheckForTag |
Checks to see if a tag has been detected by the module. Returns 1 if tag has been detected. Tag ID and Time since read can be accessed using GetTag and GetTime macros. | |
![]() |
Return |
![]() |
GetTag |
Gets the tag ID returned as a byte array. Must be called after CheckForTag has returned true. Byte array variable should be at least 6 bytes long. | |
![]() |
Data |
![]() |
Return |
![]() |
IsKnownID |
Checks to see if the last tag read by CheckForTag is saved into memory. Returns true if tag is stored in memory. | |
![]() |
Return |
![]() |
Initialise |
Initialises the I2C bus ready for communications with the module. Wipes the tag ID storage ready for data to be stored. | |
![]() |
Return |
Property reference
==Macro reference==
![]() |
RemoveCurrentTag |
Removes the current Tag ID from the known tag storage. | |
![]() |
Return |
![]() |
StoreCurrentTag |
Stores the current detected tag as a known tag storage Returns true if the tag has been stored or false if there is no remaining room | |
![]() |
Return |
![]() |
GetTagString |
Gets the tag ID returned as a string. Must be called after CheckForTag has returned true. String variable should be at least 13 characters long. | |
![]() |
Return |
![]() |
RemoveTagID |
Removes a specific 6-byte tag ID from the known tag storage | |
![]() |
ID |
Array of 6 bytes containing tag ID | |
![]() |
Return |
![]() |
GetTimeMS |
Gets the time in milliseconds since the tag was read by the module. Must be called after CheckForTag has returned true. | |
![]() |
Return |
![]() |
GetTimeS |
Gets the time in seconds since the tag was read by the module. Must be called after CheckForTag has returned true. | |
![]() |
Return |
![]() |
CheckForTag |
Checks to see if a tag has been detected by the module. Returns 1 if tag has been detected. Tag ID and Time since read can be accessed using GetTag and GetTime macros. | |
![]() |
Return |
![]() |
GetTag |
Gets the tag ID returned as a byte array. Must be called after CheckForTag has returned true. Byte array variable should be at least 6 bytes long. | |
![]() |
Data |
![]() |
Return |
![]() |
IsKnownID |
Checks to see if the last tag read by CheckForTag is saved into memory. Returns true if tag is stored in memory. | |
![]() |
Return |
![]() |
Initialise |
Initialises the I2C bus ready for communications with the module. Wipes the tag ID storage ready for data to be stored. | |
![]() |
Return |