This page documents AT commands for advanced networking features in HaLow firmware 2.x modules, including TX power, ACK timeout, unpairing, AP visibility, scanning, and channel selection.
Query:
AT+TXPOWER=?
Set Power:
AT+TXPOWER=20
Response:
+TXPOWER:20dbm OK
Notes:
Query:
AT+ACK_TO=?
Set Timeout:
AT+ACK_TO=100
Response:
+ACK_TO:extra ack timeout=0us OK
Notes:
Query:
AT+UNPAIR=?
Set:
AT+UNPAIR=f6:de:09:75:a3:61
Response: No response
Notes:
Query:
AT+APHIDE=?
Set:
AT+APHIDE=0
(visible)
<code>AT+APHIDE=1</code> (hidden)
Response:
+APHIDE:1 OK
Execute:
AT+SCAN
Response:
OK
Notes:
Query:
AT+CHANNEL=?
Set Channel:
AT+CHANNEL=3
Response:
+CHANNEL:3 OK
Notes:
* Use these commands after basic networking parameters are set (SSID, key, mode, channel list). * Adjusting TX power and ACK timeout is useful for optimizing range and reliability. * AP visibility and scan functions help in network discovery and troubleshooting.