Device commissioning issues
Posted: Wed May 08, 2024 11:09 am
I am trying to use the chip tool to commission a device but I don't understand it.
Following the documentation here: https://docs.espressif.com/projects/esp ... missioning
If for example my Wifi ssid is called My Fritz Box and my passphrase is 1234
, this should then be :
??
This doesn't work.
Then what happens when I want to commission device to use Thread instead instead of wi-fi?
Following the documentation here: https://docs.espressif.com/projects/esp ... missioning
If for example my Wifi ssid is called My Fritz Box and my passphrase is 1234
Code: Select all
pairing ble-wifi 0x7283 <ssid> <passphrase> 20202021 3840
Code: Select all
pairing ble-wifi 0x7283 "My Fritz Box" 1234 20202021 3840
This doesn't work.
Then what happens when I want to commission device to use Thread instead instead of wi-fi?