Raspberry Pi interface with Ultrasonic sensor using Python
[otw_is sidebar=otw-sidebar-1]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…
Raspberry Pi GPIO and Python
[otw_is sidebar=otw-sidebar-1]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.…
SPI Interface of Raspberry Pi using Python
[otw_is sidebar=otw-sidebar-1]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…
Enabling the SPI port In Raspberry Pi
[otw_is sidebar=otw-sidebar-1]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 Pi I2C Interfacing using Python
[otw_is sidebar=otw-sidebar-1]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…
Enabling the I2C Port in Raspberry PI
[otw_is sidebar=otw-sidebar-2]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…
How to interface TFT Touch Screen to Raspberry Pi
[otw_is sidebar=otw-sidebar-1]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…