Capturemulti-sensorChannel14.pcapng
Hi,
I am trying to test multi_sensor example from Zigbee and Thread SDK 4.2 using official Nordic nrf52840DK with few Zigbee hubs.
Example is located in \examples\zigbee\experimental\multi_sensor\pca10056\blank\ses\
Only adjustments made are setting/confirming:
#define IEEE_CHANNEL_MASK (ZB_TRANSCEIVER_ALL_CHANNELS_MASK)
zb_err_code = zboss_start();
Unfortunately Nordic nrf52840DK loaded with multi_sensor firmware is showing as "Thing" in Smartthings Zigbee hub, and not showing at all in standard Zigbee hub in Tuya.
Till now I was able only to confirm that only "Light bulb" (ble_zigbee_dynamic_door_lock_nus) and "Door lock" (ble_zigbee_dynamic_door_lock_nus) examples do work both in Tuya and Smartthings.
Included is wireshark sniffer log and screenshot showing device type "Thing" in Smartthings hub.
Could anyone point me in right direction?
Reason for asking about "multi_sensor" was attempt to develop simple contact sensor that would show correctly in at least some Zigbee hubs.
I got same result, i.e. having simple contact sensor showing only as "Thing" in Smartthings Zigbee hub, and not showing at all in standard Zigbee hub in Tuya.
Thanks in advance