LED Projects

LED candle with Raspberry Pi

LED candle with Raspberry Pi

The General Purpose Input/Output pins (GPIO) give you power to interact with the real world using your Raspberry Pi. This project will get you comfortable with using the GPIO pins, which will form the backbone of the final project. Traditionally the ‘Hello World’ program for electronics prototyping is simply turning a light on and off. […]

LED candle with Raspberry Pi Read More »

LED Rubiks Cube With Arduino

LED Rubik’s Cube With Arduino

In this instructable I’ll show you how you can build your own LED Rubik’s cube. This project was done for an introductory electronics course at Pomona College. Groups were given approximately two months to complete a project of their choosing, the only requirement being that the project rely on electronics built by the students. Our

LED Rubik’s Cube With Arduino Read More »

Raspberry Pi GPIO and LED

Raspberry Pi GPIO and LED

Flash an LED – Works Remotely In this exercise you update your Pi, install the GPIO tools, and write a program to flash an LED ten times. If you use PuTTY to log in remotely, you could flash LEDs on another continent. I have tried it. It works! With the right hardware, you could control

Raspberry Pi GPIO and LED Read More »

A single LED

1: A single LED

Before we even get started with the GPIO, lets make an LED light up by simply wiring it to the +3.3v supply and 0v. So… We have a yellow wire from the Pi’s +3.3v supply to the breadboard and this connects to an LED then via a 270Ω (ohm) resistor to 0v. The green wire

1: A single LED Read More »

Morse Code on an LED

Morse Code on an LED

Difficulty: beginner This tutorial will guide you through safely connecting up an LED to your Raspberry Pi and being able to turn it on and off from Python. Then you will write a program to take input from the keyboard and send it out in Morse code from the LED. INSTRUCTIONS: If you are using

Morse Code on an LED Read More »

Scroll to Top