Hide thumbs Also See for MLX90132:

Advertisement

Quick Links

Features and Benefits
 Conforms with ISO/IEC 18092 (NFC)
 Conforms with ISO/IEC 14443 A and B,
 Conforms with ISO/IEC 15693
 Conforms with ISO/IEC 18000-3 mode 1
 High speed communication (848kbit/s)
 Embedded RF field and TAG detectors
Ordering Information
Part Code
Temperature Code
MLX90132
R (-40°C to 105°C)
MLX90132
R (-40°C to 105°C)
General Description
The MLX90132 is a 13.56MHz RFID/NFC transceiver IC
developed by Melexis. The DVK90132 is an assembled
printed circuit board simplifying the evaluation of the
MLX90132 and allowing the development of specific
applications like NFC reader for car access.
The DVK90132 embeds a minimum set of components
around the MLX90132 IC to make it functional as an
NFCIP-2 reader conforms to ISO/IEC14443 (type A and
type B up to 848kbps), ISO/IEC18092 (up to 424kbps) and
ISO/IEC15693 international protocols. The development kit
DVK90132 also features on-PCB printed RFID antennas
with optimized matching network for the maximum RFID
performances.
The DVK90132 is connected to a microcontroller board
based on a STM32F103 ARM CORTEX M3 from the
company
STMicroelectronics
embeds the required firmware for a stand-alone easy and
quick evaluation of the MLX90132. A Development mode
can also be selected to control the device through a set of
TCL script examples allowing the development of higher
layer applications.
390129013201
Rev 005
This datasheet has been downloaded from
MLX90132 Development Kit User Manual
Package Code
LQ (Lead free QFN 5x5 32 leads)
LQ (Lead free QFN 5x5 32 leads)
®
.
This
microcontroller
Page 1 of 20
http://www.digchip.com
DVK90132
Application Example
 NFC enabled car for access and start
Option Code Packing Form Code
AEA-000
AEA-000
at this
RE
TU
Development kit
December 2013
page

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MLX90132 and is the answer not in the manual?

Questions and answers

Summary of Contents for Melexis MLX90132

  • Page 1 NFC reader for car access. The DVK90132 embeds a minimum set of components around the MLX90132 IC to make it functional as an NFCIP-2 reader conforms to ISO/IEC14443 (type A and type B up to 848kbps), ISO/IEC18092 (up to 424kbps) and ISO/IEC15693 international protocols.
  • Page 2: Table Of Contents

    DVK90132 MLX90132 Development Kit User Manual Table of Contents 1 DVK90132 GLOBAL DESCRIPTION ..................... 3 2 DVK90132 SCHEMATIC & BOM ....................4 2.1 S ..............................4 CHEMATICS 2.2 B ............................6 ILL OF MATERIALS 2.3 DVK90132 P RFID ......................8...
  • Page 3: Dvk90132 Global Description

    . This microcontroller embeds the required firmware for a stand- alone easy and quick evaluation of the MLX90132. A Development mode can also be selected to control the device through a set of TCL script examples allowing the development of higher layer applications. The board is featuring an LCD displaying information in stand-alone mode and also an on-PCB joystick use for user selection.
  • Page 4: Dvk90132 Schematic & Bom

    R9 and connecting a 0 ohm resistor in place of R10 (please refer to the schematic portion “Power supply decoupling”.  It is possible to supply the MLX90132 by an external source by removing the jumpers JP1/JP2 and plugging the power supply on JP1[2] / TP3 for supplying VDD (resp JP2[2] / TP4 for supplying VDD_TX) ...
  • Page 5 DVK90132 MLX90132 Development Kit User Manual Figure 3: Schematics Microcontroller & Peripherals 390129013201 Page 5 of 20 Development kit Rev 005 December 2013...
  • Page 6: Bill Of Materials

    SPI/UART jumper selection JUMPER VDD supply JUMPER VDD_TX supply MLX90132 MLX90132 RFID/NFC reader IC NX2520SA 27.12MHz EXS00A-CS05164 27.12 MHz crystal from NDK Table 1: DVK90132 Bill of materials “Schematics MLX90132” 390129013201 Page 6 of 20 Development kit Rev 005 December 2013...
  • Page 7 DVK90132 MLX90132 Development Kit User Manual Reference Value Description C8, C10 10pF 8MHz crystal load capacitors C9, C14 22pF 32kHz crystal load capacitors C16, C19, C20, C21, C22, 100nF Decoupling capacitors (Ceramic) C23, C24, C25, C26 C27, C29, C31, C32, C33...
  • Page 8: Dvk90132 Printed Rfid Antennas

    Table 3: On-PCB printed RFID antennas 3 Firmware of the DVK90132 The embedded firmware of the DVK90132 is available on Melexis SoftDist, with other examples, in the directory MLX90132/MLX90132_Firmware. Those examples can easily be opened and recompiled using the free licence KEIL compiler for the STMicroelectronics ARM microcontroller STM32F103 cortex M3.
  • Page 9: Tcl Software

    Figure 4: Ezdit TCL editor configuration 4.2.3 DVK90132 DLL This DLL is used to link the DVK90132 with the TCL scripts. After having downloaded it from Melexis SoftDist (directory MLX90132/MLX90132_Software) it has to be placed at the root of the D:/ or C:/ drive.
  • Page 10: Getting Started With The Dvk90132

    MLX90132 Development Kit User Manual 5 Getting started with the DVK90132 The DVK90132 allows very quick and easy evaluation of the MLX90132 NFC/RFID reader IC. By simply connecting the USB port to the user computer, the DVK90132 is supplied and Start-up menu appears. Then the user simply has to select the mode by moving left/right the Joystick on the board (a blue square shows the mode currently selected) and press on it.
  • Page 11: Development Mode

    MLX90132 Development Kit User Manual 5.2 Development mode The development mode allows controlling the MLX90132 through a set of TCL scripts. Examples of such TCL scripts are available on Melexis SoftDist in directory MLX90132/MLX90132_TCL_Scripts. This mode requires a USB connection between the microcontroller board and the computer, as well as the installation of TCL software.
  • Page 12 DVK90132 MLX90132 Development Kit User Manual 5.2.1.1 Idn The command “Idn” is used to get the identification string of the MLX90132. This basic command is defined in the MLX90132 plug-in DLL (please refer to chapter DVK90132 global description DVK90132 DLL...
  • Page 13 MLX90132 Development Kit User Manual 5.2.1.2 FieldOff The command “FieldOff” is used to switch off the electromagnetic field generated by the MLX90132 (corresponds to a Protocol select command with parameters to 0). This basic command is defined in the MLX90132 plug-in DLL (please refer to chapter...
  • Page 14 MLX90132 Development Kit User Manual 5.2.1.3 Select The command “Select” is used to select the RFID communication mode of the MLX90132. The parameters are described in the MLX90132 datasheet and this basic command is defined in the MLX90132 plug-in DLL...
  • Page 15 TAG or Target and gets the corresponding answer from the TAG or Target. The “SendReceive” command has to be used after the RFID protocol is selected with the command “Select”. The parameters are described in the MLX90132 datasheet and this basic command is defined in the MLX90132 plug-in DLL (please refer to chapter DVK90132 DLL).
  • Page 16 DVK90132 MLX90132 Development Kit User Manual 5.2.1.5 TAG detector example This script provides an example on how to use the TAG detector function of the MLX90132. For more information, please refer to the application note MLX90130/32 Tag Detector available on Melexis SoftDist, in directory MLX90132/MLX90132_Documentation/MLX90132_Application_notes.
  • Page 17 MLX90132 Development Kit User Manual 5.2.1.6 ISO/IEC14443 REQA and REQB requests In the following example, the MLX90132 is configured to send commands requests compatible with ISO/IEC14443 type A and type B. These commands allow getting the UID of the compatible TAGs present in the field.
  • Page 18 DVK90132 MLX90132 Development Kit User Manual 5.2.1.7 Basic door access This example describes the basic script to implement a door access with a card or an NFC compliant mobile phone. The UID of the golden card/NFC phone is stored in the script. The script runs a continuous inventory and checks the answer with the golden UID.
  • Page 19 DVK90132 MLX90132 Development Kit User Manual The following picture shows when a NFC compliant mobile phone with a valid key is placed on the DVK90132 antenna, the golden UID is recognized and displayed. Figure 9: NFC enabled car for access and start...
  • Page 20: Disclaimer

    No obligation or liability to recipient or any third party shall arise or flow out of Melexis’ rendering of technical or other services.

Table of Contents