Table of Contents

Relay / Multi-hop Commands

This page documents AT commands for configuring relay or multi-hop networking in HaLow firmware 2.x modules.

AT+R_SSID – Set Relay SSID

Query:

AT+R_SSID=?

Set Relay SSID:

AT+R_SSID=relay_ssid_example

Response:

+R_SSID:relay_ssid_example
OK

Notes:

AT+R_KEY – Set Relay Encryption Key

Query:

AT+R_KEY=?

Set Relay Key:

AT+R_KEY=87654321

Response:

+R_KEY:87654321
OK

Notes:

Notes

* Relay commands are only relevant in APSTA (relay) mode. * Ensure the relay module’s WIFIMODE is set to `apsta` and basic network parameters are configured before setting relay SSID/key. * Proper relay configuration allows STA devices to connect through intermediate nodes for extended coverage.