The first thing after getting the Raspberry Pi is to connect some basic component like the LED and blink it. This Raspberry Pi GPIO LED Blink code will blink the LED connected to the GPIO of the Raspberry Pi. In this tutorial, we explained the method to connect to the Raspberry Pi via Remote Desktop Connection and accessing the GPIO pins of the Raspberry Pi in Python language. After that, we used the time library in python to take the delays and blink the LED connected with the Raspberry Pi. This tutorial will serve the best Raspberry Pi Getting Started guide.
There are two possible ways to access the GPIOs of the Raspberry Pi when we need to interface any component like we do in this program to GPIO Led blinking code, First way is to refer to the GPIO pins of the Raspberry Pi as BCM or Raspberry Pi GPIO Board. We access the raspberry pi GPIOs via the command line as well as in the Python IDLE. We also explained the Raspberry Pi GPIO Pinout. The LED blinking in raspberry pi is the best simple raspberry pi GPIO project.
Raspberry Pi basic GPIO with "RPI.GPIO" API using PYTHON is explained in this lecture. We introduced with basic concepts of pin setup and using any GPIO as output mode. We had created a simple blinky program in python. we used putty for creating all our connectivity with raspberry pi 3. The same code and method could be used with Raspberry PI 2. We also show the way to remotely connect with raspberry pi.
Second Tutorial: Raspberry Pi GPIO Push-button Interfacing
• Raspberry Pi GPIO Button Interfacing ...
Here is a link to the code
http://www.fypsolutions.com/tutorials...