> For the complete documentation index, see [llms.txt](https://docs.macchina.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.macchina.cc/product-documentation/superb-docs/atcommands.md).

# Sending AT Commands

Test your SuperB by having it scan for nearby access points.

* **1)** First, follow the instructions [here](/product-documentation/superb-docs/flashing-superb.md) to flash SuperB with the ESP tool.
* **2)** Follow the instructions [here](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md) to set up the board manager for ESP32.
* **3)** Connect the SuperB with the USB adapter board and select the correct port.
* **4)** Open the serial monitor, with baud equal to 115200 and both NL and CR set.

![](https://1875989339-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lhg5aaQ-eiSLOcDoH85%2F-Lhg646e0zcy2Yk5d5Sb%2F-Lhg6Evbvp-jl2iBHApC%2F1.PNG?generation=1560886975740256\&alt=media)

* **5)** Hit RESET on the USB adapter board, the SuperB should report back ready.

![Image showing serial output after a reset](https://1875989339-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lhg5aaQ-eiSLOcDoH85%2F-Lhg646e0zcy2Yk5d5Sb%2F-Lhg6EvdqowA6Ik8G9QA%2F2.PNG?generation=1560886975703751\&alt=media)

&#x20;Try the following two commands sequentially to get a list of access points visible to the SuperB:

```
 AT+CWMODE=3
 AT+CWLAP
```

![SuperB scans for access points and prints them to the serial output](https://1875989339-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lhg5aaQ-eiSLOcDoH85%2F-Lhg646e0zcy2Yk5d5Sb%2F-Lhg6Evf-PCZHWeLw3oJ%2F3.PNG?generation=1560886973440693\&alt=media)

For a full list of available AT commands click [here.](https://www.espressif.com/sites/default/files/documentation/esp32_at_instruction_set_and_examples_en.pdf)
