+4917656729516 info@iot4beginners.com

Welcome to your NodeMCU_ESP8266 Quiz_3

1. 

What is the error in this given line of code?

if(val=true){digitalWrite(4,HIGH)}

2. 

Which among the following language is used to create a web server along C/C++?

3. 

What is the correct syntax to include a library in the Arduino IDE?

4. 

When we create a web server using ESP8266, we include two libraries. Select the correct option stating the two libraries.

5. 

In what way, we can update/upload a new program to ESP8266 using Wi-Fi instead of requiring to connect the ESP8266 to a computer via USB ?

6. 

While writing a code for using ESP8266 with wifi, we need to specify the SSID. What is it?

7. 

To which pin is the on board LED of the ESP8266 connected?

8. 

What is the allowable external regulated supply which can be provided to the ESP8266 through Vin?

9. 

State True or False : The Network Transfer protocol (NTP) can be used to synchronize all networked devices to Coordinated Universal Time (UTC) within a few milliseconds.

10. 

Which button in the ESP8266 is used to load the code again?

11. 


The highlighted area in the image indicates:

12. 

Which of the following sensors/modules use UART interface as their communication protocol?

13. 

Raman is searching that pin of Nodemcu ESP8266 which can be used to give signal to a servo motor. He chooses D8 as the required pin because :

14. 

State True or False : ESP8266 has an on board 3.3V 600mA regulator.

15. 

Before uploading the code, we check the Board and the port. Which board option has to selected while using ESP8266?

16. 

Which option fits the best for the blank below:
NodeMCU is an open source .......... based firmware for the ESP8266 WiFi SOC from Espressif Systems.

17. 

Which of the following sensors can be used with ESP8266?

18. 


Identify the encircled part of the image and choose the correct option.

19. 

The following code makes the pin D4 HIGH for how many seconds?
{
digitalWrite(4,HIGH);
delay(10000);
}

20. 

Name the chip used in the NodeMCU ESP8266 board which serves as the main controlling unit.