# Setup Blynk on your Smartphone

The first thing you will need to do is to install the Blynk app from either the Google Play Store (Android users) or the Apple store (iPhone users). Once you have installed it, sign up using an e-mail address that you have access to. This e-mail will be were you are sent the authentication for your projects.

![(signup for Blynk)](https://3073865318-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ly3RLHyAwTi7Hml5lZN%2F-M0vMIJzz8idi8rchlbJ%2F-M0vO7jfnra7BPTzD21u%2Fimage.png?alt=media\&token=2ed06b1e-0526-4a68-83bd-8572e8e712c3)

Once you have signed up, create a New Project by tapping on the "+" icon. Name your Project "IoT light Switch"; Choose NodeMCU under device and choose "WiFi" under connection type then tap the create button at the bottom.

Tap on the "+" icon and add a button. Click on the button to get options to configure and set it up.

![Adding a button widget](https://3073865318-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ly3RLHyAwTi7Hml5lZN%2F-M0vRsdvPuo8POiTBam7%2F-M0vTN_GWlDuwoReUWui%2Fimage.png?alt=media\&token=37c3f4f4-4c54-4223-823c-36925f20e265)

![Button widget](https://3073865318-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ly3RLHyAwTi7Hml5lZN%2F-M0vRsdvPuo8POiTBam7%2F-M0vTVeGq_DiMmcSmRGJ%2Fimage.png?alt=media\&token=e7405bbf-e460-4d1c-86bf-70c8310f2326)

&#x20;Name the button "Light Bulb" and assign the output pin to digital pin 0 i.e. DO and set the logic to be 0-1.&#x20;

![Assigning the digital pin to the botton](https://3073865318-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ly3RLHyAwTi7Hml5lZN%2F-M0vTrpw4AZmUwDpR7y8%2F-M0vU2vME7nlZ22A2sVF%2Fimage.png?alt=media\&token=bedea0af-192a-400c-b647-dbd744c89c4c)


---

# 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/a-light-bulb-switch-using-nodemcu-and-the-blynk-app/setup-blynk-on-your-smartphone.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.
