PC: M2 Macbook air
IDE: esp-idf in vs code
I have built an esp-matter example and flashed it successfully to my chip. Now im trying to connect to the chip via the chip tool. However using the
Code: Select all
pairing code-wifi 0x7283 <ssid> <passphrase> 34970112332
Code: Select all
[1700432472485] [68094:2862204] [BLE] BLE:Error writing Characteristics in Chip service on the device: [The specified UUID is not allowed for this operation.]
[1700432472485] [68094:2862457] [IN] Failed to establish BLE connection: src/platform/Darwin/BleConnectionDelegateImpl.mm:484: Ble Error 0x00000407: GATT write characteristic operation failed
In order to do so it says herehttps://docs.espressif.com/projects/esp ... ce-console to use the device console to send this command:
Code: Select all
matter esp wifi connect <ssid> <password>
However i cannot find any documentation on how to use or open or even find this device console. I assumed it is the normal monitor that can be accessed via idf.py monitor but that wont let me send any commands to the device. I can only see the what the device is sending to me...
Does anybody have an idea here?
(Feedback to Espressif: The bad documentation and unintuitiveness of the ide is driving me crazy)