Hi
I have some problem about the HomeKit SDK,is there anyone could help me?
- In the HomeKit SDK,such as lightbulb project,there is a function mfi_i2c_configure that will configure the I2C in the homekit_accessory_init.I have learn the MFi Accessory Interface Specification R18 document and know that there would be a CP chip.So the problem is I don't know what is the chip used to be?Is the chip used to generate the 8 digits passcode that communicates with nRF for HomeKit APP?
2.All the examples in HomeKit SDK cann't printf debug message.Is there anyother things need to do so that I can use uart to printf? I have ensured the UART can work well because the ble_app_uart example can work well.
3.All the examples in HomeKit SDK cann't include the nrf_delay.h.A red cross would appear at #include "nrf_delay.h" . However,all the examples could be compiled successfully and no error and no warning.The MDK version I use is V5.11,the HomeKit version is nrf_hk_ble_sdk_1.0.0_d19669.
Anyone could help me?Thank you very much.