Introduction: Cayenne on Raspberry IoT Light Room

About: I’m degree in Psychology in 2001, with a thesis in Artificial Intelligence. I’m working on Smart Object, IoT and Interactive Design. I’m developing autonomously my projects. I make autonomously programs in Ard…

The antefact is a new room without light, a big withe wardrobe, and the desire to make a IoT device that I can use outside my house. For the IoT "flavour" I use Cayenne.

In this room I want make a hidden light behind the wardrobe. I want use the reflect of light upper the withe ceiling. I have mounted 5 mt of 5050 RGB led strip upper the wardrobe, and I've connected a Raspberry Pi (do you want one) with Cayenne to Adafruit pca9685, that you can buy here, and after to my simple transistor board.

The Adafruit pca 9685 is a great shield that by the i2c connection give 16 pwm port. YES! It's great!

With this board you can use the servo motors, and also you can use a dimmerable led. But if you want use a long led strip, you must also use a 12V DC power supply. But all the system like Raspberry, pca9685 and other, works by 5V DC power. For this reason I've made a simple transistor board for use 12 Volt power supply with all the components.

Step 1: Cayenne Drag and Drop IoT Project Builder

Cayenne is a great partner for IoT project. Cayenne supports many platform, and you can use the dashboard to make your project. You can light a led, or modify the temperature of your house by using your smartphone.

Cayenne is simple and free! Try NOW Cayenne. Use it for your project. The installation is automatic and very simple. See the docs of Cayenne.

  1. Take your Raspberry Pi and install on it Raspbian distro. (Do you want a Raspberry Pi ?)
  2. Connect your Raspberry to your local network and to the internet
  3. Go to Cayenne and Sign Up.
  4. Use your smartphone iOS or Android, install the Cayenne app and find your Raspberry Pi
  5. Install the Cayenne demon on your Raspberry Pi

If you not find your Raspberry Pi, type in your Raspberry Pi terminal:

wget https://cayenne.mydevices.com/dl/rpi_pa6vva5ic6.sh

sudo bash rpi_pa6vva5ic6.sh -v

Step 2: Install Adafruit Pca9685

After the reboot of your Raspberry, you can see your device online. Than you can add a new widget. The widget is a pca 9685.

  1. Choose extensions, and choose PWM. You can see the photo.
  2. Now you can choose the name and the device.
  3. You must choose the slave. Now try to add the pca 9685 device.

If the installation not work. Try to add manually the i2c configuration. Follow this guide to add i2c on your Raspberry Pi.

After this you can see the slave address that you must add to Cayenne installation page. Try to write on terminal of Raspberry Pi:

sudo apt-get update

sudo apt-get install i2c-tools

sudo i2cdetect -y 1

Now you can see the address. The address is ever 40. Now try to add the pca 9685 device to your Cayenne Dashboard.

Step 3: Connect the Hardware

Now is the hardware time!

Try to connect the components. I've used Fritzing, but Fritzing don't have yet Adafruit pca components. For this reason, I've used a note.

Connect the components. You have to make two controls for the 12 Volts connections.

If you connect the cable in wrong way you can burn all. The Raspberry Pi and the Adafruit pca9685. The 12 VCC + (anode) only connect to RGB led strip. You have to connect the - (cathode) of 12V battery to your transistor shield or your bradboard. The led strip is connected to 12V battery (+), and the three cathode Red, Green, and Blue, are connected to three transistors.

Do you want transistors and breadboard?

Step 4: First Tests and Final Result

Now you can test all the project. I have mounted the project in my room. This is the final result! Great! An emotional room that I can command by my smartphone or my iPad by somewhere in the world! This is the power of Internet of Thing. This is the power of Cayenne!

LED Contest

Participated in the
LED Contest