Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Raspberry Pi Embedded Projects Hotshot

You're reading from   Raspberry Pi Embedded Projects Hotshot Enter the world of mechatronic systems with the Raspberry Pi to design and build 12 amazing projects

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781849696227
Length 250 pages
Edition 1st Edition
Concepts
Arrow right icon
Toc

Table of Contents (15) Chapters Close

Preface 1. Hello World FREE CHAPTER 2. A Raspberry WebIDE Example 3. The Arduino Raspberry Pi Interface 4. Christmas Light Sequencer 5. Internet of Things Example – An E-mail Alert Water Fountain 6. Raspberry Pi as a Personal Assistant 7. Raspberry Pi-based Line Following Robot 8. Connect Four Desktop Game using Raspberry Pi 9. The Raspberry Pi-enabled Pet/Wildlife Monitor 10. Raspberry Pi Personal Health Monitor 11. Home Automation using Raspberry Pi 12. Using a Raspberry Pi for Science and Education 13. Tips and Tricks Index

Controlling RGB LEDs from a web page

In this task, we will learn how to control the RGB LEDs from a web page. We will use the digitally controlled RGB LED strip from Adafruit Industries. We will interface a color picker and set the color of the RGB strip. The color picker wheel was borrowed from circadian lighting project, Chris Fane, distributed under MIT license. (https://github.com/rasathus/circadianLighting). We will modify this code sample to suit our needs. We'll also use the LPD8806 library written by Adam Haile, distributed under GPL v3 license. (https://github.com/adammhaile/RPi-LPD8806.git).

Prepare for lift off

Since we are using the digitally addressable RGB LED strip, we need to enable the SPI drivers on the Raspberry Pi.

Note

Enabling of SPI drivers is not necessary if the you have installed Occidentalis in Project 2, A Raspberry WebIDE Example.

The following file needs to be modified: /etc/modprobe.d/raspi-blacklist.conf.

The blacklist spi-bcm2708 line needs to be commented...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at R$50/month. Cancel anytime