# Connect QCC730 to a Wi-Fi AP Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/connect_qcc730_to_a_wi_fi_ap.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/connect_qcc730_to_a_wi_fi_ap.html) The Matter application requires the QCC730 device to be connected to a Wi-Fi network before commissioning. Use the UART console (115200 8N1) to run the following command after the device boots: wifi connect -s -k 1 -p Copy to clipboard In this command: - ``: SSID of the target AP - `-k 1`: Security key type (1 = WPA2-PSK); use `-k 0` for an open network - ``: Passphrase of the AP For example: wifi connect -s MyHomeWiFi -k 1 -p MyPassphrase123Copy to clipboard After the connection is established, run the following command to verify the assigned IP address: net iface showCopy to clipboard **Parent Topic:** [Matter demo](https://docs.qualcomm.com/doc/80-Y8730-5/topic/matter_demo.html) Last Published: Jul 30, 2026 [Previous Topic Flash the application](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-5/topics/flash_the_application.md) [Next Topic Commission the device using chip-tool](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-5/topics/commission_the_device_using_chip_tool.md)