myDevices Cayenne Team – myDevices Cayenne http://www.cayenne-mydevices.com First IoT Project Builder Mon, 23 May 2016 18:48:42 +0000 en-US hourly 1 Cayenne project builder adds kick to IoT development, starting with Raspberry Pi http://www.cayenne-mydevices.com/resources/press/cayenne-project-builder-adds-kick-to-iot-development-starting-with-raspberry-pi/ http://www.cayenne-mydevices.com/resources/press/cayenne-project-builder-adds-kick-to-iot-development-starting-with-raspberry-pi/#respond Thu, 31 Mar 2016 17:16:18 +0000 http://www.cayenne-mydevices.com/?p=1181 In January myDevices launched Cayenne, a tool for quickly designing IoT projects using a friendly drag-and-drop interface for everything from hardware connections to app configuration. It also includes a rules engine to set up automated behaviors, and presents visualization tools and hardware controls as widgets in an automatically generated web and mobile dashboard.

The post Cayenne project builder adds kick to IoT development, starting with Raspberry Pi appeared first on myDevices Cayenne.

]]>
In January myDevices launched Cayenne, a tool for quickly designing IoT projects using a friendly drag-and-drop interface for everything from hardware connections to app configuration. It also includes a rules engine to set up automated behaviors, and presents visualization tools and hardware controls as widgets in an automatically generated web and mobile dashboard.

The post Cayenne project builder adds kick to IoT development, starting with Raspberry Pi appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/press/cayenne-project-builder-adds-kick-to-iot-development-starting-with-raspberry-pi/feed/ 0
Match, Set, Pi! http://www.cayenne-mydevices.com/resources/press/match-set-pi/ http://www.cayenne-mydevices.com/resources/press/match-set-pi/#respond Thu, 24 Mar 2016 17:28:25 +0000 http://www.cayenne-mydevices.com/?p=1184 Attention all makers, engineers, and designers big and small. This week’s Fish Fry is dedicated to everyone’s favorite maker single board computer extraordinaire…the Raspberry Pi 3! …Keeping with our theme, my next guest is myDevices CEO Kevin Bromber. Did you know that myDevices just announced a Raspberry Pi IoT contest? Kevin will tell you how you … Continued

The post Match, Set, Pi! appeared first on myDevices Cayenne.

]]>
Attention all makers, engineers, and designers big and small. This week’s Fish Fry is dedicated to everyone’s favorite maker single board computer extraordinaire…the Raspberry Pi 3! …Keeping with our theme, my next guest is myDevices CEO Kevin Bromber. Did you know that myDevices just announced a Raspberry Pi IoT contest? Kevin will tell you how you can enter, what you can win, and the unique way that entrants of this contest will be judged.

The post Match, Set, Pi! appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/press/match-set-pi/feed/ 0
Setting up your first Trigger http://www.cayenne-mydevices.com/resources/docs/dashboard-setting-up-your-first-trigger/ http://www.cayenne-mydevices.com/resources/docs/dashboard-setting-up-your-first-trigger/#respond Wed, 24 Feb 2016 15:27:13 +0000 http://www.cayenne-mydevices.com/?p=888 Using the Triggers & Alerts feature, you can easily create triggered actions on and between your Pis, sensors and actuators based upon the state your devices. Turn on the lights when someone comes home, or open the blinds when the sun comes up. Cayenne makes creating such events easy by guiding you through this process. … Continued

The post Setting up your first Trigger appeared first on myDevices Cayenne.

]]>
Using the Triggers & Alerts feature, you can easily create triggered actions on and between your Pis, sensors and actuators based upon the state your devices. Turn on the lights when someone comes home, or open the blinds when the sun comes up. Cayenne makes creating such events easy by guiding you through this process.

Let’s create our first trigger. We’ll create a trigger to turn on our light when the temperature reaches a certain value.

1. To begin creating a Trigger, open the up the feature by selecting Alerts & Triggers in the navigation menu.

2. Click the New Trigger button to start creating a new trigger.

3. The Create Trigger screen appears.

From here, you can fill in all the details required for creation of your trigger. When creating a new trigger, the empty screen serves as an overview of the creation process. To make this process easy, you will be guided through trigger creation that is easy to follow and select the devices and actions that you want.

Example: IF my device senses something, THEN do something in response.

1. Let’s begin by giving our trigger a name. Enter “Temp High, Turn on Light” into the Trigger Name field.

2. We’re going to trigger when our temperature sensor does something. The Temperature sensor is located on our RaspberryPi device, so drag & drop the RaspberryPi device into the IF statement.

3. After selecting the Temperature sensor, we can choose whether we want to trigger an action if temperature is above or below a certain value. We want to react to the temperature being high, so we select the Temperature from the list and select Temperature Above in the options presented.

4. We want to take action once the temperature is high by turning on our light. Out Light is also located on the RaspberryPi device, so drag & drop that device into the THEN statement area.

5. We can now choose an action to take on RaspberryPi. Since we want to turn on the light, select LightSwitch from the actions list and then choose On from the list of options available.

6. We’re done! Click Save Trigger to complete our trigger and return to the Triggers list where our new trigger is shown.

7. Cayenne will automatically synchronize the trigger with the Pi and will now start monitoring the temperature sensor and when it reaches the correct temperature your trigger will automatically run.

The post Setting up your first Trigger appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/dashboard-setting-up-your-first-trigger/feed/ 0
Using the Online Dashboard to add your Actuator http://www.cayenne-mydevices.com/resources/docs/using-the-online-dashboard-to-add-your-actuator/ http://www.cayenne-mydevices.com/resources/docs/using-the-online-dashboard-to-add-your-actuator/#respond Wed, 24 Feb 2016 15:18:57 +0000 http://www.cayenne-mydevices.com/?p=882 Once your LED is wired up and connect to your Raspberry Pi, you can add it to the Cayenne dashboard. Let’s add a Light Switch to control our light. 1. From the online dashboard, locate the Add new menu and select the Device entry. 2. On the Add Device screen you will see categories containing … Continued

The post Using the Online Dashboard to add your Actuator appeared first on myDevices Cayenne.

]]>
Once your LED is wired up and connect to your Raspberry Pi, you can add it to the Cayenne dashboard. Let’s add a Light Switch to control our light.

1. From the online dashboard, locate the Add new menu and select the Device entry.

2. On the Add Device screen you will see categories containing various sensors and devices that can be added. The switch that we want to add is located in the Actuators category. Since we want to add a light switch, locate the Light tile and click on it to continue.

Highlight Light

3. From the list of Light devices that appears, find and click on the Light Switch tile.

Highlight Light Switch

4. In order to add our new light switch widget to the dashboard, we will need to fill in a few details first.

Name: Enter “Light Switch” for the name of our new widget.
Icon: Select the Light icon from the list of icons.
GPIO: Our LED is connected directly to the Raspberry Pi, so make sure the Integrated GPIO is selected in the GPIO list.
Channel: When setting up our LED we wired the light to GPIO 17. Select 17 in the list of channels
Invert Logic: We want the light to start off and then turn on as we activate the button, so make sure that the Invert Logic is set to No.

Highlight Light Switch filled out

6. Click Add Sensor to complete adding your switch. You will then be returned to the Dashboard where you will see your new switch added.

Highlight Dashboard with LightSwitch

The post Using the Online Dashboard to add your Actuator appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/using-the-online-dashboard-to-add-your-actuator/feed/ 0
Connecting the Actuator http://www.cayenne-mydevices.com/resources/docs/dashboard-connecting-the-actuator/ http://www.cayenne-mydevices.com/resources/docs/dashboard-connecting-the-actuator/#respond Wed, 24 Feb 2016 15:16:03 +0000 http://www.cayenne-mydevices.com/?p=877 For the purposes of this guide, we will use an LED light so that we can control it using the Raspberry Pi as a Light Switch to directly control our light. Step 1: Connect the LED positive wire (the longer of the two wires) from resistor to a GPIO pin. In this example, GPIO 17. … Continued

The post Connecting the Actuator appeared first on myDevices Cayenne.

]]>
For the purposes of this guide, we will use an LED light so that we can control it using the Raspberry Pi as a Light Switch to directly control our light.

Step 1: Connect the LED positive wire (the longer of the two wires) from resistor to a GPIO pin. In this example, GPIO 17.

Step 2: Connect the LED ground wire (the shorter of the two wires) to the GND pin from the Pi Cobbler

The post Connecting the Actuator appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/dashboard-connecting-the-actuator/feed/ 0
Configuring your first Actuator http://www.cayenne-mydevices.com/resources/docs/dashboard-configuring-your-first-actuator/ http://www.cayenne-mydevices.com/resources/docs/dashboard-configuring-your-first-actuator/#respond Wed, 24 Feb 2016 15:14:40 +0000 http://www.cayenne-mydevices.com/?p=875 A couple notes before you get started: Make sure Raspberry Pi is powered off when connecting wires. When using a GPIO ribbon cable, make sure the power wire (it’s a different color than the others) is connected to the corner of your Raspberry Pi and the top of your Pi cobbler. The provided diagram is … Continued

The post Configuring your first Actuator appeared first on myDevices Cayenne.

]]>
A couple notes before you get started:

  1. Make sure Raspberry Pi is powered off when connecting wires.
  2. When using a GPIO ribbon cable, make sure the power wire (it’s a different color than the others) is connected to the corner of your Raspberry Pi and the top of your Pi cobbler.
  3. The provided diagram is just an example of how to connect the sensor. There are many ways to connect sensors and extensions, so try what works best for you!
  4. Some full-size breadboards (used in diagrams below) have a powerline that is separated in the middle. If this is the case, be sure your sensors are connected on the same half of the breadboard as your Pi Cobbler.

The post Configuring your first Actuator appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/dashboard-configuring-your-first-actuator/feed/ 0
Using the Dashboard to read your Sensor http://www.cayenne-mydevices.com/resources/docs/using-the-dashboard-to-read-your-sensor/ http://www.cayenne-mydevices.com/resources/docs/using-the-dashboard-to-read-your-sensor/#respond Wed, 24 Feb 2016 15:12:40 +0000 http://www.cayenne-mydevices.com/?p=873 Once your temperature widget has been added to the dashboard, Cayenne will begin monitoring your sensor. You can check the current status of your sensor at any time by visiting the dashboard. The Value Display widget we chose when setting up our dashboard allows us to see the latest temperature value directly on the dashboard. … Continued

The post Using the Dashboard to read your Sensor appeared first on myDevices Cayenne.

]]>
Once your temperature widget has been added to the dashboard, Cayenne will begin monitoring your sensor. You can check the current status of your sensor at any time by visiting the dashboard.

The Value Display widget we chose when setting up our dashboard allows us to see the latest temperature value directly on the dashboard. Cayenne will constantly update this value as new sensor data arrives.

Let’s try it out! Open the dashboard so that the Temperature sensor is displaying and then hold your hand on the BMP180 sensor. The temperature value updates as soon as a change in temperature is received.

The post Using the Dashboard to read your Sensor appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/using-the-dashboard-to-read-your-sensor/feed/ 0
Using the Online Dashboard to add your Sensor http://www.cayenne-mydevices.com/resources/docs/using-the-online-dashboard-to-add-your-sensor/ http://www.cayenne-mydevices.com/resources/docs/using-the-online-dashboard-to-add-your-sensor/#respond Wed, 24 Feb 2016 15:10:09 +0000 http://www.cayenne-mydevices.com/?p=871 Once your temperature sensor is wired up and connected to your Raspberry Pi, you can add it as a widget in Cayenne. Let’s add the BMP180 sensor now. 1. From the online dashboard, locate the Add new menu and select the Device entry. 2. From the Add Device screen, click on the Temperature category in … Continued

The post Using the Online Dashboard to add your Sensor appeared first on myDevices Cayenne.

]]>
Once your temperature sensor is wired up and connected to your Raspberry Pi, you can add it as a widget in Cayenne. Let’s add the BMP180 sensor now.

1. From the online dashboard, locate the Add new menu and select the Device entry.

2. From the Add Device screen, click on the Temperature category in the list device types shown under Sensors.

3. After selecting Temperature, a list of temperature sensors will appear. Find the BMP180 sensor and click on it.

Pro Tip: If you know the exact part number or device name of the device you want to add, you can enter this information into the search field to quickly find it.

Highlight BMP180

4. In order to add our new sensor widget to the dashboard, we will need to fill in a few details first.

Name: Enter “Temperature” for the name of our new widget.
Widget: Select the Value Display widget from the list of widget display types.
Icon: Select the Thermometer icon from the list of icons.
Altitude: Enter the current altitude where the device is.

Highlight BMP180 filled out

5. Click Add Sensor and your new temperature sensor widget will be added to the dashboard. You will be returned to your dashboard and your new Temperature sensor will appear there.

Highlight Dashboard with Temp sensor

The post Using the Online Dashboard to add your Sensor appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/using-the-online-dashboard-to-add-your-sensor/feed/ 0
Connecting a Temperature Sensor http://www.cayenne-mydevices.com/resources/docs/dashboard-connecting-a-temperature-sensor/ http://www.cayenne-mydevices.com/resources/docs/dashboard-connecting-a-temperature-sensor/#respond Wed, 24 Feb 2016 15:05:58 +0000 http://www.cayenne-mydevices.com/?p=868 For the purposes of this guide, we will use a BMP180 which is a Barometric Pressure/Temperature sensor. Step 1: Connect the 3 volt power from your Pi Cobbler to the power line on your breadboard. Step 2: Connect BMP180 VIN pin to the power line on your breadboard. Step 3: Connect the ground pin from … Continued

The post Connecting a Temperature Sensor appeared first on myDevices Cayenne.

]]>
For the purposes of this guide, we will use a BMP180 which is a Barometric Pressure/Temperature sensor.

Step 1: Connect the 3 volt power from your Pi Cobbler to the power line on your breadboard.

Step 2: Connect BMP180 VIN pin to the power line on your breadboard.

Step 3: Connect the ground pin from your Pi Cobbler to the ground line on your breadboard.

Step 4: Connect BMP180 GND pin to the ground line on your breadboard.

Step 5: Connect SCL pin from BMP180 to SCL pin on Pi Cobbler

Step 6: Connect SDA pin from BMP180 to SDA pin on Pi Cobbler

Step 7: Double check wiring, power Pi back on, and add the BMP180 sensor to your dashboard!

The post Connecting a Temperature Sensor appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/dashboard-connecting-a-temperature-sensor/feed/ 0
Configuring your first Sensor http://www.cayenne-mydevices.com/resources/docs/dashboard-configuring-your-first-sensor/ http://www.cayenne-mydevices.com/resources/docs/dashboard-configuring-your-first-sensor/#respond Wed, 24 Feb 2016 15:03:17 +0000 http://www.cayenne-mydevices.com/?p=865 A couple notes before you get started: Make sure Raspberry Pi is powered off when connecting wires. When using a GPIO ribbon cable, make sure the power wire (it’s a different color than the others) is connected to the corner of your Raspberry Pi and the top of your Pi cobbler. The provided diagram is … Continued

The post Configuring your first Sensor appeared first on myDevices Cayenne.

]]>
A couple notes before you get started:

  1. Make sure Raspberry Pi is powered off when connecting wires.
  2. When using a GPIO ribbon cable, make sure the power wire (it’s a different color than the others) is connected to the corner of your Raspberry Pi and the top of your Pi cobbler.
  3. The provided diagram is just an example of how to connect the sensor. There are many ways to connect sensors and extensions, so try what works best for you!
  4. Some full-size breadboards (used in diagrams below) have a powerline that is separated in the middle. If this is the case, be sure your sensors are connected on the same half of the breadboard as your Pi Cobbler.

The post Configuring your first Sensor appeared first on myDevices Cayenne.

]]>
http://www.cayenne-mydevices.com/resources/docs/dashboard-configuring-your-first-sensor/feed/ 0