Raspberry Pi 3 GPIO Project For Beginners Part 2

Raspberry Pi 3 GPIO Project For Beginners Part 2

Raspberry Pi 3 GPIO Project For Beginners Part 2

In a Part 2 video tutorial, we continue to show you how to use GPIO Connectors to light up some LED and make some kind of LED Stop light. This type of project requires more than a basic knowledge of Python and Linux but we will try to explain so that even beginners could understand it.

What you will need for this Project:

  1. Raspberry Pi 3 B+ Model;
  2. Ribbon Cable for Raspberry Pi
  3. T-Cobbler Plus GPIO Breakout GPIO;
  4. Full-Size BreadBoard ( Would be the best for this project);
  5. A few of Male Connection Wire Jumpers;
  6. A few of LED 5mm Light Bulb (Any color, but in our case, we will be using the red one);
  7. Resistors 100 Ohm or higher ( Minimum 60 Ohm so that your Bulb is not fried up ).
  8. Power Adapter for your Raspberry Pi;
  9. Ethernet Cable CAT 5e, 6 if you don’t want to use Wireless Connection;

In case if you don’t know how to connect to your Raspberry Pi and use a Putty Software which allows you connect remotely then you have to have all of the listed below to make it work:

  1. Monitor;
  2. HDMI Cable;
  3. Keyboard;
  4. Mouse;

Note: At this project, we are not going to explain how to image Raspbian on Micro SD Card and how to use Putty Software for Telnet connection to your Raspberry Pi. In case you want to know how here is the referral that will guide you how to make it possible.

  • In this part, we will be focusing more on time interval between LED bulbs and will be making a loop so the conditions of lightening bulb will continue with none stop until we manually interrupt it by Pressing Cntrl C command.

If you interested you are very welcome to watch a video:

1 thought on “Raspberry Pi 3 GPIO Project For Beginners Part 2

  1. As for the newbie like me, very nice explained the video. I’ve just started with Raspberry product and I been having issues with setting up my remote connection to my raspberry pi through to Putty software but thanks god I got an extra monitor, keyboard, and mice.
    Thanks and Waiting for the next part guys.

Comments are closed.