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 55/112
5.6.5
BLE_MANUFACTURER_ID
The register MANUFACTURER_ID identifies the manufacturer of the device using the 16 bit
company identifier assigned by Bluetooth SIG
. The default setting of
0x03DA
identifies
EnOcean GmbH as the manufacturer of the device.
below shows the structure of the BLE_MANUFACTURER_ID register.
Figure 40
–
BLE_MANUFACTURER_ID register
5.6.6
BLE_SOURCE_ADDRESS
Each PTM 535BZ module uses a unique 6 byte address (Static Source Address) to identify
itself as the originator of BLE radio telegrams as described in chapter 3.3.5.1.
The two most significant byte of this address are always
0xE215
; i.e. the address always starts
with
0xE215
. The four least significant byte of this address are assigned during manufacturing
and are listed in the BLE_SOURCE_ADDRESS register. The resulting 6 byte Static Source
Address used by PTM 535BZ for the transmission of BLE telegrams can then be calculated as
(0xE215 << 32) + BLE_SOURCE_ADDRESS.
The factory-assigned address will always have the format 0x1nnn:nnnn which allows easy
distinction between PTM 535BZ Static Source Addresses using the format 0xE215:1nnn:nnnn
and PTM 215B Static Source Addresses using the format 0xE215:0nnn:nnnn.
The structure of the BLE_SOURCE_ADDRESS register is shown in
Figure 41
–
BLE_SOURCE_ADDRESS