Matter ICD example (contact sensor example) not change to LIT mode with Apple home kit

I build contact sensor example (use nrf connect sdk v3.2.1, nrf52840 chip) and try commissioning with apple home kit (use homepod mini), device commissioning succeed but cannot change to LIT mode

 00> rtt:~$
< ot pollperiod
00> ot pollperiod
00> 5000
00>
00> Done

i try difference way to commissioning (use chip tool with command: ./chip-tool pairing ble-thread....--icd-registration true ) it change to LIT mode

00> rtt:~$
< ot pollperiod
00> ot pollperiod
00> 236000 
00>
00> Done

So please let me known why LIT mode not work with  Apple homekit , and how to solve this problem

Thanks for your help

Parents
  • Hi Sang, 

    Can you make sure if the ICD is enabled in your build 
    (CONFIG_CHIP_ENABLE_ICD_SUPPORT=y, CONFIG_CHIP_ICD_LIT_SUPPORT=y).

    If you need LIT with HomeKit only, then I think it depends on HomeKit support for ICD registration. Please try with the latest iOS/HomePod firmware, or use chip-tool to perform ICD registration after HomeKit commissioning.

  • Hi Susheel,

    I build example from Nordic It already have (check on .config)

    CONFIG_CHIP_ENABLE_ICD_SUPPORT=y
    CONFIG_CHIP_ICD_LIT_SUPPORT=y
    I dont know why Homekit isn't performing ICD registration with my device. (I check my homepod  mni, it have newest firmware 26.2)
    By the way, i dont know how to use chip-tool to perform ICD registration after HomeKit commissioning 
    I try command: ./chip-tool pairing code <node_id> <apple_share_code> but not work 
    Cold u guide me "use chip-tool to perform ICD registration after HomeKit commissioning."
    Thank alot
     
Reply
  • Hi Susheel,

    I build example from Nordic It already have (check on .config)

    CONFIG_CHIP_ENABLE_ICD_SUPPORT=y
    CONFIG_CHIP_ICD_LIT_SUPPORT=y
    I dont know why Homekit isn't performing ICD registration with my device. (I check my homepod  mni, it have newest firmware 26.2)
    By the way, i dont know how to use chip-tool to perform ICD registration after HomeKit commissioning 
    I try command: ./chip-tool pairing code <node_id> <apple_share_code> but not work 
    Cold u guide me "use chip-tool to perform ICD registration after HomeKit commissioning."
    Thank alot
     
Children
Related