USER MANUAL PREVIEW
PTM 535BZ
–
BLUETOOTH AND ZIGBEE GREEN POWER PUSHBUTTON TRANSMITTER
© 2021 EnOcean | www.enocean.com
F-710-017, V1.0
PTM 535BZ User Manual | v1.0 | May 2021 | Page 98/112
A.4.5
System configuration
The System configuration area allows selecting the radio protocol (BLE or ZGP) used for the
telegram transmission.
A.4.5.1
Selecting the radio protocol
PTM 535BZ uses BLE radio protocol by default. PTM 535BZ can be configured by USER2 to
use ZGP as radio protocol as follows:
Command
Description
SearchTag(32)
Connect to tag
(Search for up to 32 byte ID)
ISO15693_WriteSingleBlock(0x0050,0x19 0x00 0x00 0x00)
Identify request
(Configuration request by USER2)
ISO15693_WriteSingleBlock(0x0052,0x03 0x00 0x35 0xE5)
Authenticate request
(PIN Code of USER2)
ISO15693_WriteSingleBlock(0x0051,0x00 0x00 0x00 0x20)
Identify register(s) to update
(SYSTEM -> RADIO_CONFIG)
ISO15693_WriteSingleBlock(0x0054,0x00 0x01 0x00 0x00)
Provide new value for RADIO_CFG
0x01: Transmit BLE telegrams
PTM 535BZ can be configured by USER2 to use BLE as radio protocol as follows:
Command
Description
SearchTag(32)
Connect to tag
(Search for up to 32 byte ID)
ISO15693_WriteSingleBlock(0x0050,0x19 0x00 0x00 0x00)
Identify request
(Configuration request by USER2)
ISO15693_WriteSingleBlock(0x0052,0x03 0x00 0x35 0xE5)
Authenticate request
(PIN Code of USER2)
ISO15693_WriteSingleBlock(0x0051,0x00 0x00 0x00 0x20)
Identify register(s) to update
(SYSTEM -> RADIO_CONFIG)
ISO15693_WriteSingleBlock(0x0054,0x00 0x00 0x00 0x00)
Provide value for RADIO_CFG
0x00: Transmit BLE Telegrams
To determine which radio protocol is currently used by PTM 535BZ, follow these steps:
Command
Description
SearchTag(32)
Connect to tag
(Search for up to 32 byte ID)
ISO15693_ReadSingleBlock(0x002C,0xFF)
Read RADIO_CFG
(Byte 1 is the RADIO_CFG register)
The NFC read operation will return the RADIO_CFG register value in Byte 1 (meaning in the
second byte of the four-byte return value).