I am Kashif Mirza, the founder of
ProjectIOT123. I am an Embedded Engineer and working on Embedded Projects since 2003. I have worked on Arduino, Raspberry Pi, PIc Microcontroller, 8051 etc. and have designed both prototypes & industrial projects.
In this post I will discuss about how to interface the Raspberry Pi with the Stepper motor using the L298 Motor Controller. The Raspberry Pi can be used in different types of unmanned vehicle (UV) but to use Raspberry Pi in such robots we need to use some type of Motor controller because the Raspberry…
In this post I will discuss how you can create your Home Automation System using Raspberry Pi. Most of you know that there are a lot of ways in which you can control the Home Appliances using Raspberry Pi via Wi Fi here I am using the web server to automate the home appliances that…
In this post I will discuss the web server based on the Raspberry Pi using the Python IDLE, that is the Raspberry Pi will acts as the web server and give the content saved on it to the client which requests for the data. The Raspberry Pi will serve as the host and the device…
In this post I will discuss about Setting up Raspberry Pi 3 to Wifi AND Ethernet and how to connect the Raspberry Pi to the internet. As we know that the Raspberry Pi is a pocket size computer with computation capability equal to that of the normal Personal Computer. It is quite useful if you have…
In this post I will discuss the Home automation system based on the Raspberry Pi using the Bluetooth protocol and I will use the Python IDLE to write the code for this Wireless Home Automation System. This post will discuss all the requirements needed to make the Bluetooth Home Automation System based on the Raspberry…
In this post I will discuss the Getting Started With Raspberry Pi zero W. All of the previous posts were oriented around the Raspberry Pi B+. The Raspberry Pi Zero W is getting popular day by day due to its small size, low cost and the computational power almost equal to the Raspberry PI model…
in this tutorial we will learn Raspberry Pi tutorial for Beginners.Most of you probably have heard of the Raspberry Pi and most of you are beginners in learning the Raspberry Pi. Raspberry Pi tutorial for Beginners Thus for those who want to learn about the Raspberry Pi, what…
In this post I will discuss about using the Bluetooth in the Raspberry Pi. As it is known that the Raspberry Pi has on board Bluetooth module which makes it very effective in various applications in which we need the integrated Bluetooth module. Before using the Bluetooth module in the Raspberry Pi we need configure…
In this post I will discuss how to interface the temperature sensor with the Raspberry Pi (Raspberry Pi gpio interface with Temperature sensor ds18b20)and read the values given by the Temperature sensor ds18b20 using the Python language. In the previous post I have discussed the Ultrasonic sensor and the how to make the hurdle avoiding…
In this article I will discuss the Raspberry Pi Based Obstacle Avoiding Robot with Ultrasonic Sensor and Python language. In the previous article I have discussed the interface of Ultrasonic sensor and the Raspberry Pi using the Python language. So this post will be oriented around how to use this Ultrasonic sensor and Raspberry Pi to…