# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
esp_secure_cert, 0x3F, , 0xd000, 0x2000, , # Never mark this as an encrypted partition
使用 esp-matter 下的 light 例程,通过 chiptool 用指令 pairing ble-wifi
或者 pairing code-wifi
给设备配网时,遇到如下错误怎么解决?
错误日志如下:
[1707138771.417762][46462:46464] CHIP:TOO: Pairing Failure: src/platform/Linux/BLEManagerImpl.cpp:664: CHIP Error 0x00000003: Incorrect state
[1707138771.417789][46462:46464] CHIP:TOO: Run command failure: src/platform/Linux/BLEManagerImpl.cpp:664: CHIP Error 0x00000003: Incorrect state
[1707138771.417820][46462:46464] CHIP:BLE: No adapter available for new connection establishment
上述错误时因为电脑没有蓝牙适配器,请使用带蓝牙适配器的电脑。笔记本一般自带蓝牙适配器,如果使用台式电脑,需要借助蓝牙 dongle 提供蓝牙功能。