Custom Android app with DS18B20 sensor and Raspberry Pi PICO W

Custom Android app with DS18B20 sensor and Raspberry Pi PICO W

Custom Android app with DS18B20 sensor and Raspberry Pi PICO W Measuring temperature is a popular microcontroller application. There are many applications in which motors, pumps, heaters and fans are switched depending on the temperature. In this tutorial we will learn to build Custom Android app with DS18B20 sensor and Raspberry Pi PICO W. It will also … Read more

IoT based Fire Security Alarm System using NodeMCU | Custom Android App

IoT based Fire Security Alarm System using NodeMCU

IoT based Fire Security Alarm System using NodeMCU | Custom Android App In this tutorial we are going to build a fire security alarm using multiple sensors. This project will send an alert whenever it detects fire and smoke. It has also connected with a buzzer and an LED which will act as a audio … Read more

Smart Doorbell using ESP32 Camera with Custom app

Smart Doorbell using ESP32 Camera with Custom app

Smart Doorbell using ESP32 Camera with Custom app Door bell are used from several decades now. A traditional door bell is very simple to connect and use. In this era of communication we have developed and made our door bell smart. In this tutorial we will learn how we cab build a smart doorbell using … Read more

IoT Smart Switch with Firebase and custom Android app

IoT Smart Switch with Firebase and custom Android app

IoT Smart Switch with Firebase and custom app An IoT (Internet of Things) smart switch is a device that can be controlled over the internet to turn on or off an electrical device or appliance. It can be controlled through a smartphone app, a web interface, or even through voice commands if it is integrated … Read more

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