adammhaile / RPi-LPD8806

DEPRECATED!!! Checkout the new library, BiblioPixel - Follow the linked website.
https://github.com/ManiacalLabs/BiblioPixel
69 stars 28 forks source link

Hardware newbie #7

Closed zzolo closed 10 years ago

zzolo commented 10 years ago

Thanks for the awesome work on this library.

This is definitely out of the scope of this library, but I thought I would ask. Feel free to close if you don't have time.

I am a software developer just getting into the hardware side of things. I was able to get my LPD8806 strip up and running on my Arduino (with these instrucitons), but I am having a harder time figuring out how to physically hook it up to my Raspberry Pi.

Can you provide a bit more details on how you wire this up exactly and how a level shifter fits into things?

Many thanks.

adammhaile commented 10 years ago

For arduino, follow this tutorial: http://learn.adafruit.com/digital-led-strip/wiring The level shifter doesn't come in to play as long as you are using a 5V arduino. The Raspberry Pi uses 3.3v logic levels and since the LPD8806 strips only have input and not output you don't HAVE to use a level shifter with them and the RPi, but it's recommended and helps with longer runs (more voltage, more distance). But again, as long as you arent using a 3.3v arduino, you don't need it.

On Fri, Nov 15, 2013 at 10:45 PM, Alan Palazzolo notifications@github.comwrote:

Thanks for the awesome work on this library.

This is definitely out of the scope of this library, but I thought I would ask. Feel free to close if you don't have time.

I am a software developer just getting into the hardware side of things. I was able to get my LPD8806 strip up and running on my Arduino (with these instrucitons http://learn.adafruit.com/digital-led-strip/wiring), but I am having a harder time figuring out how to physically hook it up to my Raspberry Pi.

Can you provide a bit more details on how you wire this up exactly and how a level shifter fits into things?

Many thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/adammhaile/RPi-LPD8806/issues/7 .

zzolo commented 10 years ago

Thanks for the quick response!

I just found this as well: http://learn.adafruit.com/system/assets/assets/000/001/589/medium800/diagram.png