> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/wpan-ctrlr-web-panel-installation-manual/advanced_use/wlan_set_up/banana-pi.md).

# Banana Pi

1. Connect locally or with Putty as described in [Setup for version 1.2.2](/wpan-ctrlr-web-panel-installation-manual/quick_installation/set_up.md).
2. Enter&#x20;

   ```
   iwconfig
   ```

   to check the network connections and find the name of WiFi interface which is *wlan0* in the example.

<figure><img src="/files/wGeMrCh4LUCyz5tWW7k4" alt=""><figcaption></figcaption></figure>

3. Enter&#x20;

   ```
   nmcli d wifi list
   ```

   &#x20;to list the available WiFi networks.

<figure><img src="/files/1MqD48KOhcW4Il4oIjVR" alt=""><figcaption></figcaption></figure>

3. Use Ctr+C to finish listing and go back to prompt.
4. Enter&#x20;

   ```
   nmcli d wifi connect <WiFiSSID> password <WiFiPassword>
   ```

   to connect to a WiFi network of your choice. Replace the parameters in <> with the parameters of the WIFi network selected. In the example the following command was used (pasword is hashed below, enter the one for your network)

   ```
   nmcli d wifi connect icupl10 password *********
   ```
5. A successful connection is confimed:&#x20;

<figure><img src="/files/dfMgUU8UrIL9GJ1hA9IN" alt=""><figcaption></figcaption></figure>

6. Now Web Panle is connected to WLAN.
7. To disconnect enter&#x20;

   ```
   nmcli d disconnect <WifiInterface>
   ```

In the example

```
nmcli d disconnect wlan0
```

<figure><img src="/files/d3XD11IePhEe5DXYVOEQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/wpan-ctrlr-web-panel-installation-manual/advanced_use/wlan_set_up/banana-pi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
