Connecting DS18B20 Sensor with Node-RED using Raspberry Pi

Connecting DS18B20 Sensor with Node-RED using Raspberry Pi

Connecting DS18B20 Sensor with Node-RED using Raspberry Pi In the world of Internet of Things (IoT), the ability to monitor and control physical parameters remotely has become increasingly crucial. One such parameter is temperature, and a popular choice for temperature sensing in DIY projects is the DS18B20 sensor. In this tutorial, we’ll dive into the … Read more

What’s a Single Board Computer and Which One Is Right for Me?

What’s a Single Board Computer and Which One Is Right for Me

What’s a Single Board Computer and Which One Is Right for Me? In the fast-evolving world of technology, single board computers (SBCs) have emerged as versatile and powerful tools for various applications. These compact devices pack a complete computer system onto a single circuit board, making them ideal for a wide range of projects, from … 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

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

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

Interfacing 16×2 LCD with Raspberry Pi

Interfacing 16x2 LCD with Raspberry Pi-min

Interfacing 16×2 LCD with Raspberry Pi LCD is the most commonly used part when you are doing electronics projects with Raspberry pi. It will help you whenever you will want to display the data. So, in this post you are going to learn Interfacing 16×2 LCD with Raspberry Pi. We will use the 16X2 LCD … Read more

Configuring BMP280 Sensor with Raspberry Pi

Configuring-BMP280-Sensor-with-Raspberry-Pi

Configuring BMP280 Sensor with Raspberry Pi For IoT related projects we use several sensors. In this article we are going to learn configuring BMP280 Sensor with Raspberry Pi. The BMP280 temperature and barometer sensor can read and send both data. The BMP280 sensor is one of the most accurate and cost-effective sensors for measuring pressure and height. The … Read more

How to send sensor data to Thingspeak using Raspberry Pi

How to send sensor data to Thingspeak using Raspberry Pi

How to send sensor data to Thingspeak using Raspberry pi In some IoT projects data is generated continuously. One way to permanently store them is by saving the data in a local database, however there are other alternatives also available. One of these alternatives is ThingSpeak. Here you can create a free account for small … Read more

Raspberry Pi Flask Web Server with DHT11

Raspberry Pi Flask Web Server with DHT11

Raspberry Pi Flask Web Server with DHT11 In this tutorial, we are going to learn about setting up a Raspberry Pi Flask Web Server with DHT11. In this project we are going to use Flask web framework to build a web server inside Raspberry Pi. Flask is a python based web framework. This is used … Read more