In the last post, we have seen how to install Raspbian OS on new Raspberry Pi and boot it for the first time.
It assumed that you have already connected to the Raspberry pi3 using either SSH or VNC at this point.
If not, Follow these steps to boot the Raspberry Pi for the first time with Raspbian OS:
Raspberry Pi 3: Configure and Boot RPi3 for the first time and Connect using SSH and VNC (using Command line)
Recommended Internet of Things (IOT) Courses:
- Udemy: Complete Guide to Build IOT Things from Scratch to Market
- LinkedIn: IoT Foundations: Fundamentals
- edX: Introduction to the Internet of Things (IoT)
- edureka: IoT Certification Training on Azure
- Coursera: An Introduction to Programming the Internet of Things (IOT) Specialization
- Eduonix: Internet Of Things (IOT) Bundle
Here, I will show you a simple python program to test your GPIO Pins of Raspberry Pi 3 (Model B)
Description:
In this program, LED is connected to GPIO of RPi3 board and the LED will blink for 20 times with a delay of 1 sec.
Requirements:
- Raspberry Pi 3 (with Raspbian Stretch OS in it)
- 5V 2A Adapter / Mobile charger
- Micro USB cable
- 1 LED
- 1k Resistor
- Bread Board
- Female to Male wires (minimum 2)
Physical Connections:
Pin Layout: (Raspberry Pi 3 - Model B)
Raspberry Pi 3 (Model B): Board layout (inner) in Circles and BCM layout (outer) |
Downloads:
Download link is given in the Description of the YouTube video shown below.
Demonstration:
Program: (python)
Click here to see more codes for Raspberry Pi 3 and similar Family.
&
Click here to see more codes for NodeMCU ESP8266 and similar Family.
&
Click here to see more codes for Arduino Mega (ATMega 2560) and similar Family.
Click here to see more codes for NodeMCU ESP8266 and similar Family.
&
Click here to see more codes for Arduino Mega (ATMega 2560) and similar Family.
Feel free to ask doubts in the comment section. I will try my best to solve it.
If you find this helpful by any mean like, comment and share the post.
This is the simplest way to encourage me to keep doing such work.
Thanks and Regards,
-Akshay P. Daga