ESP8266 Quiz 3

by Mar 29, 2020NodeMCU_Quiz

Welcome to your NodeMCU_ESP8266 Quiz_3

Name
Email ID
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.

Creating a multiplication Skill in Alexa using python

Written By Anmol Punetha

Hey, I am Anmol. I am a tech blogger and an electronics engineering student at the same time. As you're reading my blog, you are getting a generous amount of information in simpler words. Hope it's of use. Thank you for visiting. Keep reading!

RELATED POSTS

VIDEOS – FOLLOW US ON YOUTUBE

EXPLORE OUR IOT PROJECTS

IoT Smart Gardening System – ESP8266, MQTT, Adafruit IO

Gardening is always a very calming pastime. However, our gardens' plants may not always receive the care they require due to our active lifestyles. What if we could remotely keep an eye on their health and provide them with the attention they require? In this article,...

How to Simulate IoT projects using Cisco Packet Tracer

In this tutorial, let's learn how to simulate the IoT project using the Cisco packet tracer. As an example, we shall build a simple Home Automation project to control and monitor devices. Introduction Firstly, let's quickly look at the overview of the software. Packet...

All you need to know about integrating NodeMCU with Ubidots over MQTT

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

All you need to know about integrating NodeMCU with Ubidots over Https

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

How to design a Wireless Blind Stick using nRF24L01 Module?

Introduction Let's learn to design a low-cost wireless blind stick using the nRF24L01 transceiver module. So the complete project is divided into the transmitter part and receiver part. Thus, the Transmitter part consists of an Arduino Nano microcontroller, ultrasonic...

Sending Temperature data to ThingSpeak Cloud and Visualize

In this article, we are going to learn “How to send temperature data to ThingSpeak Cloud?”. We can then visualize the temperature data uploaded to ThingSpeak Cloud anywhere in the world. But "What is ThingSpeak?” ThingSpeak is an open-source IoT platform that allows...

Amaze your friend with latest tricks of Raspberry Pi and Firebase

Introduction to our Raspberry Pi and Firebase trick Let me introduce you to the latest trick of Raspberry Pi and Firebase we'll be using to fool them. It begins with a small circuit to connect a temperature sensor and an Infrared sensor with Raspberry Pi. The circuit...

How to implement Machine Learning on IoT based Data?

Introduction The industrial scope for the convergence of the Internet of Things(IoT) and Machine learning(ML) is wide and informative. IoT renders an enormous amount of data from various sensors. On the other hand, ML opens up insight hidden in the acquired data....

Smart Display Board based on IoT and Google Firebase

Introduction In this tutorial, we are going to build a Smart Display Board based on IoT and Google Firebase by using NodeMCU8266 (or you can even use NodeMCU32) and LCD. Generally, in shops, hotels, offices, railway stations, notice/ display boards are used. They are...

Smart Gardening System – GO GREEN Project

Automation of farm activities can transform agricultural domain from being manual into a dynamic field to yield higher production with less human intervention. The project Green is developed to manage farms using modern information and communication technologies....