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 99/112
A.4.5.2
Changing the input configuration
PTM 535BZ allows the user to configure which direction of ECO 200 actuation is considered
as “press” and which is consider as “release” for the status
encoding in BLE or ZGP data
telegrams.
As discussed in
Chapter 2.4.1
, a move of the ECO 200 spring away from the connected PCB
is by default consider
ed to be a “press” while a move of the ECO 200 spring towards the
connected PCB is by default considered to be a “release”.
PTM 535BZ can be configured by USER2 to reverse this encoding (so that a move of the ECO
200 spring towards the connected PCB is co
nsidered to be a “press” while a move of the ECO
200 spring away from the connected PCB is considered to be a “release”) 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 0x10)
Identify register(s) to update
(SYSTEM -> BUTTON_CONFIG)
ISO15693_WriteSingleBlock(0x0054,0x01 0x00 0x00 0x00)
Provide new value for BUTTON_CFG
0x01: ECO_DIRECTION inverted
PTM 535BZ can be configured by USER2 to use the standard encoding 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 0x10)
Identify register(s) to update
(SYSTEM -> BUTTON_CONFIG)
ISO15693_WriteSingleBlock(0x0054,0x00 0x00 0x00 0x00)
Provide new value for BUTTON_CFG
0x00: ECO_DIRECTION default
To determine which encoding 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 BUTTON_CFG
(Byte 0 is the BUTTON_CFG register)
The NFC read operation will return the BUTTON_CFG register value in Byte 0 (meaning in the
first byte of the four-byte return value).