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 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…
In the previous post I have discussed about how to enable the I2C serial communication bus in Raspberry Pi. That was quite easy you need just to type few commands in the terminal window and execute them to enable the I2C serial communication bus. In addition I have also installed the I2C tool that is…
In this article I will discuss about how to enable the I2C (inter-integrated circuit) port in the Raspberry Pi. The Raspberry Pi has I2C (inter-integrated circuit) disabled by default, so it needs to be enabled before connecting Raspberry Pi to the I2C devices. So in this post I will discuss the enabling of the I2C…