how to develop with ntag 5
play

HOW TO DEVELOP WITH NTAG 5 NTAG 5 WEBINAR SERIES PABLO FUENTES - PowerPoint PPT Presentation

HOW TO DEVELOP WITH NTAG 5 NTAG 5 WEBINAR SERIES PABLO FUENTES FEBRUARY 2020 PUBLIC Agenda NTAG 5 Family Overview General development considerations Using GPIO features Using PWM features Using Pass-through mode Using I


  1. HOW TO DEVELOP WITH NTAG 5 NTAG 5 WEBINAR SERIES PABLO FUENTES FEBRUARY 2020 PUBLIC

  2. Agenda • NTAG 5 Family Overview • General development considerations • Using GPIO features • Using PWM features • Using Pass-through mode • Using I 2 C master mode • More support 1

  3. NTAG 5 Family Overview 2

  4. NTAG 5 Family Overview Positioning NTP5210 NTP5332 / NTP5312 NTA5332 ISO/IEC 15693 Smallest PWM / GPIO I 2 C Interface Antenna Field detection Pass-through Footprint Energy Harv. AES auth switch link boost (ALM) ISO15693 ISO15693 Long range ISO15693 Long range 256 byte SRAM Long range PWM / GPIO AES auth Energy Harvesting Standardized Pass-through ISO/IEC 14443 I 2 C Interface Field detect Energy Harvesting NFC Silence Pass-through 3

  5. NTAG 5 Family • Control and dim LEDs NTAG 5 • Calibrate reference current without MCU switch • Verify authenticity of the device • Draw power from the NFC reader to supply sensors NTAG 5 • Read out sensor information without an MCU* link • Secure sensor interaction NTAG 5 • Smallest footprint antenna boost • Enables NTAG 5 link features for tiny solutions 4 * only NTP5332 supports I²C master

  6. NTAG 5 Family Overview Development kits NTAG 5 link Evaluation board (OM23510ARD) NTAG 5 boost Evaluation board (OM23511ARD) Integrating NTAG 5 link (NTP5332) Integrating NTAG 5 boost (NTA5332) • • 54 x 27 mm Plutus antenna 10 x 10 mm Active antenna • • Jumper to select between different supply voltages Jumper to select between different supply voltages • • Hard-power-down button Hard-power-down button • • Arduino header Arduino header • • Easy to access wired interface signals through pins Easy to access wired interface signals through pins • • 5

  7. General development considerations 6

  8. General development considerations Content • Main supported commands (NFC interface) • Configuring NTAG 5 wired interface • Setup used for examples 7

  9. General development considerations Main commands supported (NFC interface) WRITE_CONFIG (Command code C1h ) Command Flags WRITE_CONFIG Manuf. Code UID (optional) Block Address Data CRC16 8 bits 8 bits 8 bits 64 bits 8 bits 32 bits 16 bits Response Error Code 8 bits / 16 bits READ_CONFIG (Command code C0h ) Command Flags READ_CONFIG Manuf. Code UID (optional) Block Address Nº of blocks CRC16 8 bits 8 bits 8 bits 64 bits 8 bits 8 bits 16 bits Response Flags Data CRC16 8 bits Nº of block x 32 bits 16 bits For Read Single Block and Write Single Block (EEPROM access) refer to ISO15693 or For Read Single Block and Write Single Block (EEPROM access) refer to ISO15693 or NFC Forum Type 5 tag specifications NFC Forum Type 5 tag specifications 8 For more information on Flags and Error code refer to ISO15693 specifications For more information on Flags and Error code refer to ISO15693 specifications

  10. General development considerations Configuring wired interface NTAG 5 wire interface must be configured depending on the application. It can be configured via: • NFC Interface (Recommended) ‐ Always configurable through NFC interface • I 2 C Interface ‐ Only available if preconfigured as I 2 C Slave ‐ Configuration not reversible through I 2 C interface Registers/Config * I 2 C interface not supported in NTAG 5 switch * I 2 C interface not supported in NTAG 5 switch version version ** I 2 C master only supported in NTP5332 and ** I 2 C master only supported in NTP5332 and NTA5332 NTA5332 NTAG 5 9

  11. General development considerations Configuring wired interface Session register address Block Address Byte 0 Byte 1 Byte 2 Byte 3 I 2 C NFC • Wired interface is configured through USE_CASE_CONF 37h 1037h parameter from Configuration bytes block. CONFIG_0 CONFIG_1 CONFIG_2 RFU A1h 10A1h Bit Name Value Description Most of the wired interface registers have both Most of the wired interface registers have both configuration and session registers. configuration and session registers. 0b ARBITER_MODE needs to be set after startup 7 EH_ARBITER_MODE_EN 1b ARBITER_MODE is set automatically in any case after startup Session registers: Session registers: 0b PLM ü ü Changes take effect immediately Changes take effect immediately 6 ALM_PLM 1b ALM mode when supplied by Vcc else PLM (default) x x Not persistent after reset Not persistent after reset I 2 C slave (default) 00b Configuration settings: Configuration settings: 01b I 2 C master 4-5 USE_CASE_CONF ü ü Value remains valid after chip reset. Value remains valid after chip reset. 10b GPIO / PWM x x No immediate effect No immediate effect 11b All host interface functionality disabled 00b Normal mode (default) 01b SRAM mirror mode 2-3 ARBITER_MODE 10b SRAM pass-through mode 11b SRAM PHDC mode 0b SRAM not accessible (default) 1 SRAM_ENABLE 1b SRAM is available (when Vcc supplied) Data transfer direction is I 2 C to NFC (default) 0b 0 PT_TRANSFER_DIR 10 Data transfer direction is NFC to I 2 C 1b

  12. General development considerations Setup used for examples KW41Z development board (FRDM-KW41Z) NTAG 5 link evaluation board NXP’s ultra-low-power KW41Z Wireless MCU • Fully compliant Bluetooth v4.2 Low Energy • 4-Mbit external serial flash memory for OTAP support • Two LED indicator (One RGB and one red) • Two push-button switches • Two TSI buttons • Arduino compatible header • FRDM-KW41Z development board Arduino header connection 11

  13. Using GPIO features 12

  14. General development considerations Configuring wired interface Session register address Block Address Byte 0 Byte 1 Byte 2 Byte 3 I 2 C NFC • Wired interface is configured through USE_CASE_CONF 37h 1037h parameter from Configuration bytes block. CONFIG_0 CONFIG_1 CONFIG_2 RFU A1h 10A1h Bit Name Value Description Most of the wired interface registers have both Most of the wired interface registers have both configuration and session registers. configuration and session registers. 0b ARBITER_MODE needs to be set after startup 7 EH_ARBITER_MODE_EN 1b ARBITER_MODE is set automatically in any case after startup Session registers: Session registers: 0b PLM ü ü Changes take effect immediately Changes take effect immediately 6 ALM_PLM 1b ALM mode when supplied by Vcc else PLM (default) x x Not persistent after reset Not persistent after reset I 2 C slave (default) 00b Configuration settings: Configuration settings: 01b I 2 C master 4-5 USE_CASE_CONF ü ü Value remains valid after chip reset. Value remains valid after chip reset. 10b GPIO / PWM x x No immediate effect No immediate effect 11b All host interface functionality disabled 00b Normal mode (default) 01b SRAM mirror mode 2-3 ARBITER_MODE 10b SRAM pass-through mode 11b SRAM PHDC mode 0b SRAM not accessible (default) 1 SRAM_ENABLE 1b SRAM is available (when Vcc supplied) Data transfer direction is I 2 C to NFC (default) 0b 0 PT_TRANSFER_DIR 13 Data transfer direction is NFC to I 2 C 1b

  15. Using GPIO features Configuring wired interface Session register address Block Address Step 2 Byte 0 Byte 1 Byte 2 Byte 3 I 2 C NFC • Define if pads are used as GPIO or PWM 39h 1039h PWM_GPIO_ PWM_GPIO_ RFU CONFIG_0_REG CONFIG_1_REG A3h 10A3h • For GPIO pads, we should also define if they are destined as output or input pads Bit Name Value Description 0b Output status on pad is LOW 7 GPIO1_SDA_PAD_OUT_STATUS 1b Output status on pad is HIGH 0b Output status on pad is LOW 6 GPIO0_SCL_PAD_OUT_STATUS Wired interface registers have both configuration Wired interface registers have both configuration 1b Output status on pad is HIGH and session registers. and session registers. 0b 5 GPIO1_SDA_PAD_IN_STATUS Input status 1b Session registers: Session registers: ü ü 0b Changes take effect immediately Changes take effect immediately 4 GPIO0_SCL_PAD_IN_STATUS Input status 1b x x Not persistent after reset Not persistent after reset 0b Output 3 GPIO1_SDA_PAD Configuration settings: Configuration settings: 1b Input ü ü Value remains valid after chip reset. Value remains valid after chip reset. 0b Output 2 GPIO0_SCL_PAD x x No immediate effect No immediate effect 1b Input 0b GPIO 1 GPIO1_PWM1_SDA_PAD 1b PWM 0b GPIO 0 GPIO0_PWM0_SCL_PAD 14 1b PWM

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend