# Read and display the water flow sensor on Blynk

### What will you need?

* NodeMCU with USB cable
* Water Flow Sensor
* Relay Switch&#x20;
* Blynk App&#x20;

#### Setting up the circuit

![Connecting the water flow sensor to the NodeMCU (https://github.com/pkarun/Blynk-Flow-Sensor-Water-Meter)](/files/-Lzga84y86z_u1yy6Ikb)

![](/files/-M0YB58vqradR4OA2Slw)

1. Connect the yellow wire from the water flow sensor to pin D2 of the NodeMCU board.
2. Connect the black wire to the ground pin of the NodeMCU. Connect the red wire to the 3.3V pin.
3. Download and install the Blynk app to your smartphone. Open the app and set up a New Project. The authentication key will be sent to you via the email that you used to register the Blynk app.
4. &#x20;


---

# 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/read-and-display-the-water-flow-sensor-on-blynk.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.
