> For the complete documentation index, see [llms.txt](https://dev.tesa.or.th/tesa-developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.tesa.or.th/tesa-developer/tesa-university-program/rt-thread-iot-os/university-program/edge-ai-workshop/enable-wifi-for-finsh.md).

# Enable WiFi for FinSH

<figure><img src="/files/71C8Qs1TIXC0WNUY8Qc3" alt=""><figcaption></figcaption></figure>

## WiFi connectivity

Wi-Fi has played a foundational role in delivering IoT innovation, providing pervasive connectivity to connect a wide variety of “things” to each other, to the internet, and to 19.5 billion Wi-Fi devices in use around the world. Wi-Fi enables users to automate their smart homes and connect a wide variety of connected household objects, monitor supply chains and other critical functions in real time in industrial facilities, and unlock business value by increasing productivity and efficiencies for both enterprises and hybrid-work scenarios.

#### Wi-Fi devices can operate in two main modes:

* Access Point (AP) Mode: In this mode, a device (usually a wireless router) creates a local area network for Wi-Fi devices. It manages wireless clients, assigns IP addresses, and handles their access to the wired network.
* Station Mode (STA) or Client Mode: In this mode, a device joins an existing network, similar to how a smartphone connects to a home Wi-Fi network.

WiFi APs can operate in multiple modes. Each mode is designed for a particular scenario, impacting how devices connect and communicate within a network. These modes include local mode, bridge mode, client mode, sniffer mode, rogue detector mode, and repeater mode.

RW007 is a SPI/UART high-speed WiFi/BLE module based on Cortex-M4 WIFI SOC developed by Shanghai Ruiside Electronic Technology Co., Ltd. In SPI mode, users only need to reserve 1 set of SPI signals, one interrupt input, and one IO output, including a total of 8 pins for power and ground.


---

# 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://dev.tesa.or.th/tesa-developer/tesa-university-program/rt-thread-iot-os/university-program/edge-ai-workshop/enable-wifi-for-finsh.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.
