by Monisha Macharla | Jun 13, 2020 | Raspberry Pi
Welcome to another tutorial on Raspberry Pi. In this tutorial, we will see how to use the SQLite Database on Raspberry Pi. Apart from the installation and a few basic commands, in the end, we shall look at a simple project to log sensor data into an SQLite database....
by Monisha Macharla | Jun 13, 2020 | MQTT, Raspberry Pi
This tutorial will show you what is Mosquitto MQTT Broker and how to install it on Raspberry Pi. Contents What is MQTT?Installing Mosquitto MQTT on Raspberry PiCreating an MQTT Broker on Raspberry PiSubscribe to a TopicPublish a message to a TopicSample...
by Monisha Macharla | Jun 13, 2020 | Articles
Introduction: In this project, we will use unity along with Vuforia to Make an AR-based IoT Switch which can control any device connected to a NodeMCU through an HTTP request. NOTE:This project will make use of the Arduino Webserver project which I build in one of my...
by Jayanta Chakraborty | Jun 11, 2020 | IoT_Basics_Advanced_Quiz
You are only allowed 1 try and have already submitted your quiz. Time's...
by Jayanta Chakraborty | Jun 11, 2020 | IoT_Basics_Advanced_Quiz
Welcome to your Internet of Things - Intermediate Level Are you confident enough that you have pursued your expertise on this topic? Now test your knowledge and earn a certificate! 1. What is the IEEE standards for ZigBee? IEEE 802.3 IEEE 802.15.4 IEEE 802.16...
by Jayanta Chakraborty | Jun 11, 2020 | IoT_Basics_Advanced_Quiz
Welcome to your Internet of Things - Advanced Level Are you confident enough that you have pursued your expertise on this topic? Now test your knowledge and earn a certificate! 1. What are the important components that exist in the Internet of Things? (Choose...
by Sashreek Shankar | Jun 10, 2020 | Applications of IoT, Articles
What is Big Data ? Big data is a large data source, ever-increasing and, in many cases, complex. It usually gathers data from various cheaply and widely available data sources. Some of these sources include daily transactions in small scale retail stores, sensors that...
by Jayanta Chakraborty | Jun 7, 2020 | Applications of IoT
Overview The Internet of Things or “IoT”. It seems like everyone’s talking about it, but what exactly is it? Well, it seems that locking down a definition isn’t very easy. As lots of people have different ideas about what exactly it is; what it...
by Sashreek Shankar | Jun 7, 2020 | IoT Programming
Django vs Flask two very useful tools for python web developers, but what are they? Well, Flask and Django are both python web frameworks. Web frameworks are software tools that facilitate the basic needs to build a web app (just imagine having to write the entire web...
by Vishal Naik | Jun 3, 2020 | IoT Programming, NodeMCU
Before diving into the NodeMCU with MicroPython we should know some key concepts of embedded programming such as flashing , firmware etc. Development platforms for NodeMCU_ESP8266: ESPlorerLuaIDEArduino IDE etc Programming languages for NodeMCU_ESP8266:...