LED Projects

Raspberry Pi 3x3 LED Cube

Raspberry Pi 3×3 LED Cube

About a month ago my dad bought a soldering iron and we both learnt to solder by making an LED cube controlled by an Arduino. It was a cool project to show my friends and really easy to build so I have decided to make one for the Raspberry Pi and an Adafruit Cobbler because

Raspberry Pi 3×3 LED Cube Read More »

Debug GPIO with LED

Debug GPIO with LED

During the daily device driver development routine, we often need to understand the behavior of the GPIO pins to understand if there is I2C traffic or if our driver is handling the coming interrupts and so on. Sometimes is not enough to mount the debugfs interfaces and read out the values or cat/grep the /proc/interrupts

Debug GPIO with LED Read More »

Simple GPIO Control using Pi4J schemetic

Simple GPIO Control using Pi4J

The following example demonstrates the simple control of a GPIO pin on the Raspberry Pi. Source Code The source code for this example is included in the github repository: https://github.com/Pi4J/pi4j/tree/master/pi4j-example/src/main/java/ControlGpioExample.java /* * #%L * ********************************************************************** * ORGANIZATION : Pi4J * PROJECT : Pi4J :: Java Examples * FILENAME : ControlGpioExample.java * * This file is

Simple GPIO Control using Pi4J Read More »

Use Itead SDK to Drive a 1602 LED

Use Itead SDK to Drive a 1602 LED

Itead Studio made an SDK for linux system of Allwinner A10/20 chip before, which provided users with the underlying hardware driver interface for quick development of upper software, thus those who are not familiar with hardware can easily make a variety of creative applications combined with hardware and software. Now, Itead SDK has been ported

Use Itead SDK to Drive a 1602 LED Read More »

Scroll to Top