This page documents the core AT commands to configure HaLow firmware 2.x modules for basic network operation.
Query:
AT+WIFIMODE=?
Set Mode:
AT+WIFIMODE=ap
Response:
OK
Parameters:
Example:
AT+WIFIMODE=sta
Query:
AT+SSID=?
Set SSID:
AT+SSID=hgic_ah_test
Response:
+SSID:HALOW_959B60 OK
Notes:
Query:
AT+ENCRYPT=?
Set Encryption:
AT+ENCRYPT=0
(disable)
<code>AT+ENCRYPT=1</code> (enable)
Response:
+ENCRYPT:0 or 1 OK
Query:
AT+KEY=?
Set Key:
AT+KEY=12345678
Response:
+KEY:12345678 OK
Notes:
Set Pairing:
AT+PAIR=0
(stop)
<code>AT+PAIR=1</code> (start, default group) <code>AT+PAIR=2</code> (start, group 2)
Response:
OK
Notes:
Query:
AT+CHAN_LIST=?
Set Channels:
AT+CHAN_LIST=9080,9240
Response:
+CHAN_LIST:9080,9160,9240 OK
Notes:
Query:
AT+BSS_BW=?
Set Bandwidth:
AT+BSS_BW=4
Response:
+BSS_BW:4MHz OK
Notes:
* Configure SSID, encryption, key, mode, channels, and bandwidth before connecting STAs or relays. * Use `AT+WIFIMODE=ap` on AP side and `AT+WIFIMODE=sta` on clients.