by Itika Sarkar | Mar 31, 2020 | Python
Python has an in-built package called JSON. So in this article we will discuss on Python JSON in details. The following is the content of this JSON : Convert JSON to PythonCovert Python to JSONList of Objects Can be Converted to JSONPython & JSON object...
by Anmol Punetha | Mar 29, 2020 | NodeMCU
The NodeMCU_ESP8266 can be used in various development platforms like the ESPlorer, LuaIDE, Arduino IDE etc. In this tutorial you will learn how to use it with the Arduino IDE. First of all, you need to download the Arduino software. Click here to download it. You can...
by Itika Sarkar | Mar 29, 2020 | Python
In this article, we will know all about the For loops used in Python with suitable examples. So, before coming to the topic you should know that we use for loops in order to introduce any iteration in our code. The following are the contents of this article:...
by Itika Sarkar | Mar 29, 2020 | Python
In this article, we will explain the set methods of Python one by one. The following is the list of built-in methods used in Python. add()difference()intersection()isdisjoint()intersection_updatecopy() add() method This method add() the required element in the s =...
by Monisha Macharla | Mar 29, 2020 | Raspberry Pi
If you buy the Raspberry Pi Kit which comes with preloaded NOOBS on an SD card, then it will make it easier to download and install the OS for your Pi because the NOOBS is an OS manager needed for installation and easy setup of the OS on PI device. We can install the...
by Itika Sarkar | Mar 29, 2020 | Python
Introduction The string is one of the sequence data types used in python. It is an immutable object which once created can’t be altered. The string can be denoted by using a single quote (‘ ‘) or double quotes (” “) or triple...
by Anmol Punetha | Mar 29, 2020 | NodeMCU_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)} No error digitalRead should be used == should be used in place of = 4 should be replaced None 2. Which among the...
by Anmol Punetha | Mar 28, 2020 | NodeMCU
The ESP8266 is, the name of a microcontroller designed by Espressif Systems. It is a self-contained WiFi networking solution offering as a bridge from the existing microcontroller to WiFi and is also capable of running self-contained applications. For less than $3, it...
by Vishal Naik | Mar 28, 2020 | IoT Cloud
Sensor data processing is one of the biggest challenges faced by the IoT business model today. IoT data is highly unstructured which is difficult to analyze. IoT data comes from devices that record noisy processes (like temperature, motion, or sound). The data from...
by Anmol Punetha | Mar 28, 2020 | NodeMCU_Quiz
Welcome to your NodeMCU_ESP8266 Quiz_2 Name Email ID 1. What is the operating voltage range of the ESP8266? 3 - 3.6 V 3.6 - 5 V 4.8 - 6 V 5 - 12 V None 2. What is the component highlighted in this image? USB to UART Bridge ESP12-E 3.3V LDO voltage...