Browan Communications Inc.
No.15-1, Zhonghua Rd., Hsinchu Industrial Park,
Hukou, Hsinchu, Taiwan, R.O.C. 30352
Tel: +886-3-6006899
Fax: +886-3-5972970
Copyright 2020 Browan Co., Ltd.
20
You can also set connection information and switch to WiFi Station mode in CLI prompt:
esp32>
wifi_conf my_ssid my_pwd
esp32>
wifi_info
WiFi MAC : 24:6F:28:3F:2E:34
WiFi SSID : MiniHubPro-3F2E34
WiFi PWD : browan@3F2E34
Station SSID: my_ssid
Station PWD : my_pwd
esp32>
opmode_conf 1
esp32>
restart
❊
Note:
Station SSID is the connected WiFi Router's SSID
Station PWD is the connected WiFi Router's Password
Station EUI Writing
You can write a Station EUI (6 bytes in HEX) in CLI prompt:
esp32>
lora_sync 80029cXXXXXX
esp32>
lora_sync
loramac from nvs= 80029cXXXXXX
After writing the EUI, you should restart the device to apply the setting.