leds

Lumenati Hookup Guide 11

Lumenati Hookup Guide

Introduction The Lumenati line of LED boards is designed to give your projects an edge in their lighting capacity. Based on the APA102C addressable LED, these LEDs employ a 2-wire communication protocol consisting of a clock line and a data line. While this requires one more wire than standard WS2812B addressable LEDs, the advantage is that the communication […]

Lumenati Hookup Guide Read More »

The Aurora Boxealis – A Color Sensing and Mirroring Project

The Aurora Boxealis – A Color Sensing and Mirroring Project

Introduction Besides looking damned good on an otherwise bland and ordinary desk, this project is about more than just being attention grabbing eye candy.  It’s about demonstrating a small portion of our single board computer capabilities by hooking up a color sensor, RGB light strip, and enclosing it in a nice looking wooden enclosure.  We’re

The Aurora Boxealis – A Color Sensing and Mirroring Project Read More »

Cat Door with Pet Recognition

Cat Door with Pet Recognition

Project This project employs computer vision to ensure that your cat will have exclusive entry access to your home. The door is motion-activated, and will unlock only when it detects a cat face. As an exercise, you can extend this project by implementing any of the following features: A user interface to view photos of

Cat Door with Pet Recognition Read More »

Tibbo – MQTT Library Demo 1

Tibbo – MQTT Library Demo

Tibbo created two small programs that illustrate how easy it is to write MQTT-enabled apps in Tibbo BASIC or Tibbo C. To illustrate the use of the MQTT library, we have created two simple Tibbo BASIC applications called “mqtt_publisher” and “mqtt_subscriber”. In our MQTT demo, the publisher device is monitoring three buttons (Tibbits #38). This

Tibbo – MQTT Library Demo Read More »

Wiring RGB LEDs

Wiring RGB LED’s

So I’ve been looking into this a little more. I took your guys idea of using the TLC5940 LED Driver. So now I’m asking for some help again. I figured 1 long question that eventually solves this is better then a bunch scattered throughout stackexchange. Now comes the wiring part. I’m using an arduino wiring

Wiring RGB LED’s Read More »

3 More LEDs and a Button

3: More LEDs and a Button

So we now have a traffic light/pelican (Tux!) crossing simulator. The 2nd Red LED is connected to wiringPi pin 3, (GPIO-22), and the 2nd Green LED is connected to wiringPi pin 4, (GPIO-23). Test them as before with the gpio command, e.g. for i in 0 1 2 3 4 ; do gpio mode $i

3: More LEDs and a Button Read More »

Scroll to Top