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 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…
In this article I will discuss about how to connect the 3.5” TFT touch LCD to the Raspberry Pi. With the help of this touch LCD you will be able to control the Raspberry Pi without connecting it to HDMI monitor and also it will be easy to work with it when space and portability…
In this article I will discuss how to simulate circuits with Arduino microcontroller on Proteus(arduino library for proteus simulation). You will learn how to download the libraries of Arduino for Proteus and simulate the codes build in Arduino IDE on Proteus with additional circuits for example diodes, led, transistors and motors etc. So keep reading…
In this article I will discuss about the simulation of the Arduino and LCD in Proteus. In the previous article I have discussed the installation of Arduino Library in the Proteus. So this article will be oriented around the Arduino and LCD simulation and you only need to download the LCD library for Proteus which…
In this article I will discuss about Interfacing 7 Segment Display with Arduino in Proteus.and how to simulate the circuit containing Arduino interfaced with Seven Segment Display in Proteus. Seven segment display is simply a display for displaying the numeric data. It is commonly used in different kinds of timers, stop watches and desktops clocks.…
Hello friends in this article I will discuss about Raspberry Pi 3 GPIO programming. This article is intended to be used as tutorial for beginners in guiding how to write the first program in Raspberry Pi. I will discuss about the programming language used for programming the Raspberry Pi, integrated development environment for writing and…
In this article I am addressing the most common problem that beginners have when working with MatLab and Webcam. MatLab can be connected with many types of Cameras in this article I will discuss the Webcam interface with MatLab. We will first look which drivers are required for webcam and MatLab interface and how to…