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 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…
In this post I will discuss the interfacing of the Raspberry Pi with the Ultrasonic sensor. In the previous posts (Raspberry Pi interface with Ultrasonic sensor using Python)I have discussed the Inter-integrated circuit (I2C) serial communication, Serial Peripheral Interface (SPI) serial communication and GPIO programming using the Python language. The purpose of using the Python…
In this post I will discuss the ” Raspberry Pi GPIO and Python “General Purpose Input/Output pins of the Raspberry Pi and how to program the Raspberry Pi to use these General Purpose Input/Output pins in the systems where there is need to control the servo motors, stepper motors, DC motors, LEDs, Relays etc. We…
in this article we will learn SPI Interface of Raspberry Pi using Python.In the previous article I have discussed about the enabling of the Serial Peripheral Interface (SPI) port in the Raspberry Pi because it is disabled by default in the Raspberry Pi. We have learned what the SPI port is and how it enables…
in this tutorial we will learn Enabling the SPI port In Raspberry Pi. In the previous articles I have discussed about the I2C serial communication and how to enable the I2C port in the Raspberry PI. In the same way this article will be oriented around the SPI communication. Like the I2C serial port Raspberry…