# Chapter 14. Communication

Generally speaking, there are lots of options for wireless communication, such as infrared and laser, which have been talked about in **Part 2**.

* [**Chapter 4.1 - Infrared Controller**](/arduino-full-stack/04_infrared_sensors/005_infrared.md)
* [**Chapter 4.2 - Laser**](/arduino-full-stack/04_infrared_sensors/007_laseremitter.md)

In this chapter, some other widely used communication methods are to be discussed in detail, including:

* **Serial** port communication
* **Wifi** module - **ESP8266** and **Official Arduino Wifi Shield**
* **Bluetooth** module - **HC-0X**
* integrated **Wifi** and dual-mode **Bluetooth** module - **ESP32**


---

# Agent Instructions: 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:

```
GET https://longer-vision-robot.gitbook.io/arduino-full-stack/14_communication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
