IoT Door Security with custom Android App using Firebase

IoT Door Security with custom Android App using Firebase An IoT door security system that uses Internet of Things (IoT) technology to enhance the security of a door by allowing the door to be monitored and controlled remotely. This can be achieved through the use of sensors and other devices that are connected to the … Read more

Raspberry Pi Pico with LCD & SSD1306 OLED Display

Raspberry Pi Pico with LCD & SSD1306 OLED Display

Raspberry Pi Pico with LCD & SSD1306 OLED Display Displays are most important part of a electronics project. For an IoT based project or an non IoT based projects, displays are required. In this tutorial we will learn about connecting a Raspberry Pi Pico with LCD & SSD1306 OLED display. You can use either of … Read more

Raspberry Pi Pico W web server with BMP180 sensor

Raspberry Pi Pico W web server with BMP180 sensor

Raspberry Pi Pico W web server with BMP180 sensor In this tutorial we will learn to connect a temperature and pressure sensor with Raspberry pi pico W. There are many temperature sensors available in the market. Here we will use BMP180 sensor to collect the temperature, pressure and altitude data. These sensor data will be … Read more

Controlling Devices with Raspberry Pi using Python

Controlling Devices with Raspberry Pi using Python

Controlling Devices with Raspberry Pi using Python In this Raspberry Pi tutorial, we are going to learn about controlling devices with Raspberry Pi using python. A lot of people use Raspberry Pi to control devices. This post will show you how to control devices with Raspberry Pi. We will control the DC as well as … Read more

IoT LPG Gas Detection with Blynk 2.0

IoT LPG Gas Detection with Blynk 2.0

IoT LPG Gas Detection with Blynk 2.0 Detecting and monitoring gas leaks is crucial for public safety. In this project we will build an IoT LPG gas detection system with blynk 2.0 which will send you push and email notification upon gas leakage. MQ5 gas sensor is a device that is used to detect the … Read more

Building Node-RED Dashboard with DHT11 Sensor

Building Node-RED Dashboard with DHT11 Sensor

Building Node-RED Dashboard with DHT11 Sensor In this tutorial we will create a Node-RED dashboard that will use the DHT11 sensor to measure the temperature and humidity in a room. We will also use the Node-RED flow to send the temperature data in a gauge to display. The DHT11 sensor is a very cheap and … Read more

How to install Node-Red on Raspberry Pi

How to install Node-Red in Raspberry Pi In this tutorial we will learn How to install Node-Red in Raspberry Pi ? Raspberry Pi OS comes with inbuilt Node-Red installed. Also other image doesn’t have this Node Red installed. If you are planning to start working on node-red then it is important to install it on … Read more

IoT Smart Plant Watering System Project

IoT Smart Plant Watering System Project In today’s world, technology has moved to extreme level where it can make human life simple and easy. With the help of Internet of Things we can automate or control lots of such devices in out day to day life. In this tutorial we are going to build a … Read more

Monitoring Weather Data using BMP280 and Blynk 2.0

Monitoring Weather Data using BMP280 and Blynk 2.0

Monitoring Weather Data using BMP280 and Blynk 2.0 Monitoring weather data is an important part of meteorology. Weather data is used to monitor the atmosphere, to forecast weather conditions and to monitor climate change. Meteorologists use a variety of weather data to make predictions. So we came up with an idea of building a small … Read more

Understanding Raspberry Pi File System

Understanding Raspberry Pi File System

Understanding Raspberry Pi File System Raspberry Pi is one of the most widely used single board computers among IoT enthusiasts. In this article we will be Understanding Raspberry Pi File System and how they are used to boot Linux (Raspbian OS) from an SD card. This is the only officially supported boot method available on … Read more