TOP Contributors

  1. MIKROE (2660 codes)
  2. Alcides Ramos (356 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137014 times)
  2. FAT32 Library (70141 times)
  3. Network Ethernet Library (56029 times)
  4. USB Device Library (46353 times)
  5. Network WiFi Library (41968 times)
  6. FT800 Library (41295 times)
  7. GSM click (29058 times)
  8. mikroSDK (26496 times)
  9. PID Library (26452 times)
  10. microSD click (25421 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

Magic RFID Click

Rating:

5

Author: MIKROE

Last Updated: 2021-01-28

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: RFID/NFC

Downloaded: 1947 times

Not followed.

License: MIT license  

Magic RFID Click is a compact add-on board that contains an embedded RFID module. This board features the M6E-NANO, UHF RFID module with ultra-low power consumption from JADAK.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Magic RFID Click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Magic RFID Click" changes.

Do you want to report abuse regarding "Magic RFID Click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

Magic RFID Click

Magic RFID Click

Native view of the Magic RFID Click board.

View full image
Magic RFID Click

Magic RFID Click

Front and back view of the Magic RFID Click board.

View full image

Library Description

The library contains basic functions for working with ThingMagic clicks. The user has the ability to read tags and rssi values.

Key functions:

  • int8_t thingmagic_get_tag_rssi ( void ) - Get Tag RSSI value
  • void thingmagic_tag_parser ( thingmagic_data_t *data_obj ) - Gets Tag value after parsing
  • void thingmagic_process ( uint8_t rsp_data ) - General collecting response function

Examples description

The application is composed of three sections :

  • System Initialization - Initialize UART module and all necessary GPIO pins
  • Application Initialization - Initialize driver init and starts default configuration module
  • Application Task - Reads TAG information and RSSI value of the TAG
void application_task ( )
{
    if ( thingmagic_get_data_status( ) == 1 )
    {
        thingmagic_tag_parser( &tag );

        mikrobus_logWrite( ">> TAG INFO: ", _LOG_TEXT );
        for( cnt = 0; cnt < 12; cnt++ )
        {
            ByteToHex( tag.tag_buf[ cnt ], demo_text );
            mikrobus_logWrite( " 0x", _LOG_TEXT );
            mikrobus_logWrite( demo_text, _LOG_TEXT );
        }
        mikrobus_logWrite( " ", _LOG_LINE );
        mikrobus_logWrite( ">> TAG RSSI: ", _LOG_TEXT );
        IntToStr( tag.tag_rssi, demo_text );
        mikrobus_logWrite( demo_text, _LOG_LINE );
        
        thingmagic_reset_data( );
    }
}

Other mikroE Libraries used in the example:

  • UART Library
  • Conversions Library

Additional notes and informations

Depending on the development board you are using, you may need USB UART clickUSB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.

ALSO FROM THIS AUTHOR

LIN click

0

The LIN Click is a Click board™ that features the TLE7259-3GE, a LIN transceiver from Infineon Technologies, with integrated wake-up and protection features.

[Learn More]

Current Limit 5 click

0

Current Limit 5 Click is a compact add-on board representing a current-limiting solution. This board features the MIC2099, a current-limit power distribution switch from Microchip Technology. This Click board™ represents a programmable current limit solution with various protection features and fault indication, which operates from a 2.5V to 5.5V input voltage range. Also, the current limit is adjustable from 100mA up to 1.05A programmed through the MCP4561 digital potentiometer. This Click board™ is suitable for applications in portable equipment and condition monitoring or power supplies, protecting them in short circuits or other overload conditions.

[Learn More]

Mikromedia 5 for STM32F7 Capacitive

0

This project contains example for testing modules on Mikromedia 5 for STM32F7 Capacitive.

[Learn More]