# A simple test for ESP8266

In order to test the ESP8266 installation we will be doing a similar circuit setup as we previously did with the Arduino Uno in the last activity.<br>

#### What will you need ?

* NodeMCU ESP8266 DEV kit board&#x20;
* A breadboard&#x20;
* male-to-male jumper cables

The first thing  that you will do is setup the circuit and then connect the USB cable to both the NodeMCU board and the computer you will be using for this activity.

![NodeMCU circuit (randomnerdtutorial.com)](https://3073865318-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ly3RLHyAwTi7Hml5lZN%2F-LyDzWMBBcbVprjA6Lja%2F-LyE-Ftsp3ZRTUUzyER6%2Fnodemcucircuit.png?alt=media\&token=3abccc73-6f1a-4e4a-b6b1-32386587300d)

&#x20;

For this activity we will be using the ESP-12E NodeMCU developmental kit. So we will setup the Arduino IDE as follows:<br>

![(randomnerdtutorial.com)](https://3073865318-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ly3RLHyAwTi7Hml5lZN%2F-LyDsfHeOBvqEWBhCJre%2F-LyDueN8p6Ogqzb-_sM5%2Fboardsetup.png?alt=media\&token=aa65e3ab-a074-4b61-8cb2-a49adefe0468)

Select the relevant port that is communicating with your NodeMCU board:

![Choosing the port for the NodeMCU ( randomnerdtutorial.com)](https://3073865318-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ly3RLHyAwTi7Hml5lZN%2F-LyDuvVQbiXIsssUwBtK%2F-LyDz72Id8Oa_Uiqgu6Y%2Fnodemcuportsetup.png?alt=media\&token=df4bff47-73eb-4670-995a-b144d54d807a)


---

# 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://reacoda.gitbook.io/molemi-iot/introducing-the-nodemcu/getting-started/a-simple-test-for-esp8266.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.
