by Monisha Macharla | May 30, 2020 | Raspberry Pi projects
Home Automation systems are becoming increasingly popular for the level of convenience they offer. Imagine sitting on your couch and turning on/off lights or fans in the room without having to get up. You could also control blinds or even door locks. This project is a...
by Monisha Macharla | May 30, 2020 | IoT Programming
This tutorial will help you understand the basics of Node.js. After reading this tutorial, you should be able to take your knowledge further and build some cool applications. At the end of this tutorial, there will be a small snippet on sending emails from your...
by Harshith | May 30, 2020 | Communication Protocols
Internet of Things(IoT) applications has diverse connectivity requirements in terms of range, data throughput, energy efficiency, and device cost. WiFi is often an obvious choice in-building WiFi coverage is almost ubiquitous. It is not always an appropriate...
by Monisha Macharla | May 30, 2020 | Raspberry Pi projects
Smart Alarms are very common today yet the good ones expensive. What if you wanted to make a smart alarm clock on your own using as little hardware and cost as possible? You may ask isn’t the RPI costly, yes it is but, the only purpose of using an RPI is easy to...
by Monisha Macharla | May 30, 2020 | Raspberry Pi projects
In this project, We will see how we can build a simple Car using Raspberry Pi, which drives itself in a track using the power of Image Processing. Here’s a demo of the Car in Action. CODE: The entrie code for this project is available at the following github...
by Jyotsna Rajaraman | May 30, 2020 | IoT Cloud
Cloud Computing and IoT, have become closely associated over the years. So, if your interest lies in the elements and future of IoT, you must take Cloud computing into account as well. In this article, we will talk about cloud computing architecture, which is the...
by Jayanta Chakraborty | May 30, 2020 | Sensors
Introduction In this article, we will discuss different types of Analogue and Digital Sensors exits in the industry. Thus, We frequently use different types of sensors in several electrical and electronic applications. Sensors have become an integral part of the...
by Monisha Macharla | May 30, 2020 | Development Board
Anyone interested in IoT and robotics would have seen boards such as Arduino and Raspberry Pi. What are they? Competitors? Or friends? Most often they are perceived as...
by Vishal Naik | May 26, 2020 | IoT Programming
What is version control system? • Easily management collaboration on a project• Ability to have an unlimited number of developers working on the same code base• Easily revert back your files if something happened Types of Version control: Centralized: These version...
by Anmol Punetha | May 26, 2020 | nodemcu projects
In this tutorial, we are going to make an IoT based Smart Traffic Light system. We will connect the lights by using ESP32. Let’s begin! Contents: IntroductionMaterials RequiredThe CircuitCode and it’s ExplanationThe Final Run Introduction First of all, we...