Tutorials – myDevices Cayenne http://www.cayenne-mydevices.com First IoT Project Builder Mon, 23 May 2016 18:48:42 +0000 en-US hourly 1 ADS1015 http://www.cayenne-mydevices.com/tutorials/hardware/arduino-ads1015/ Thu, 19 May 2016 21:22:23 +0000 http://www.cayenne-mydevices.com/?page_id=1581 The post ADS1015 appeared first on myDevices Cayenne.

]]>
The post ADS1015 appeared first on myDevices Cayenne.

]]>
TMP36 http://www.cayenne-mydevices.com/tutorials/hardware/arduino-tmp36/ Thu, 19 May 2016 17:32:19 +0000 http://www.cayenne-mydevices.com/?page_id=1574 The post TMP36 appeared first on myDevices Cayenne.

]]>
The post TMP36 appeared first on myDevices Cayenne.

]]>
Photoresistor http://www.cayenne-mydevices.com/tutorials/hardware/arduino-photoresistor/ Thu, 19 May 2016 17:25:56 +0000 http://www.cayenne-mydevices.com/?page_id=1567 The post Photoresistor appeared first on myDevices Cayenne.

]]>
The post Photoresistor appeared first on myDevices Cayenne.

]]>
Digital Output http://www.cayenne-mydevices.com/tutorials/hardware/arduino-digital-output-led/ Thu, 19 May 2016 17:19:55 +0000 http://www.cayenne-mydevices.com/?page_id=1559 The post Digital Output appeared first on myDevices Cayenne.

]]>
The post Digital Output appeared first on myDevices Cayenne.

]]>
Digital Motion Sensor http://www.cayenne-mydevices.com/tutorials/hardware/arduino-digital-motion-sensor/ Thu, 19 May 2016 17:10:53 +0000 http://www.cayenne-mydevices.com/?page_id=1552 The post Digital Motion Sensor appeared first on myDevices Cayenne.

]]>
The post Digital Motion Sensor appeared first on myDevices Cayenne.

]]>
BMP180 http://www.cayenne-mydevices.com/tutorials/hardware/bmp180/ Thu, 12 May 2016 14:07:20 +0000 http://www.cayenne-mydevices.com/?page_id=1485 The post BMP180 appeared first on myDevices Cayenne.

]]>
The post BMP180 appeared first on myDevices Cayenne.

]]>
Slider Display http://www.cayenne-mydevices.com/tutorials/widgets/slider-display/ Thu, 12 May 2016 13:21:09 +0000 http://www.cayenne-mydevices.com/?page_id=1478 This tutorial explains how to use the Slider controller widget to add an actuator connected to your Arduino. Let’s look at each dropdown field that will be used when adding your actuator. Name Give your actuator a name. Device Select your Arduino device. Connectivity Select your method of connectivity; will the button widget be use … Continued

The post Slider Display appeared first on myDevices Cayenne.

]]>
widget-tutorial-slider-header

This tutorial explains how to use the Slider controller widget to add an actuator connected to your Arduino.

Let’s look at each dropdown field that will be used when adding your actuator.


widget-tutorial-slider-form

Name

Give your actuator a name.

Device

Select your Arduino device.

Connectivity

Select your method of connectivity; will the button widget be use the physical PWM pins on the Arduino? Or will it make use of the Cayenne virtual pins?

  • Digital

    The Arduino has a 6 pins that can be used as PWM outputs (e.g. Arduino Uno has D3, D5, D6, D9, D10 & D11

  • Virtual

    Virtual pins are channels to send and receive different data types from and to the Arduino (e.g. SPI, I2C, 1-Wire and devices connected to Arduino expansion boards). There are 26 virtual pins available for each Arduino board.

Data, Unit, Icon

Select the Data type, the Units, and the Icon to be used for the widget. For example, a temperature sensor could have a Data type of temperature, Units of Celsius, and a thermometer Icon.

You’re all done!

Now you can view the sketch file in your Arduino IDE and add your widget. Don’t worry, you can always edit these settings after your widget is added to the dashboard.

Not sure what to do with the sketch file? Check out this sketch file overview.


The post Slider Display appeared first on myDevices Cayenne.

]]>
Hardware http://www.cayenne-mydevices.com/tutorials/hardware/ Wed, 11 May 2016 13:41:55 +0000 http://www.cayenne-mydevices.com/?page_id=1475 The post Hardware appeared first on myDevices Cayenne.

]]>
The post Hardware appeared first on myDevices Cayenne.

]]>
2 State Display http://www.cayenne-mydevices.com/tutorials/widgets/2-state-display/ Wed, 11 May 2016 11:44:12 +0000 http://www.cayenne-mydevices.com/?page_id=1464 This tutorial explains how to use the 2 State display widget to add a sensor connected to your Arduino. Let’s look at each dropdown field that will be used when adding your sensor. Name Give your sensor a name. Device Select your Arduino device. Connectivity Select your method of connectivity; is your sensor Analog, Digital, … Continued

The post 2 State Display appeared first on myDevices Cayenne.

]]>
widget-tutorial-2state-header

This tutorial explains how to use the 2 State display widget to add a sensor connected to your Arduino.

Let’s look at each dropdown field that will be used when adding your sensor.


widget-tutorial-2state-form

Name

Give your sensor a name.

Device

Select your Arduino device.

Connectivity

Select your method of connectivity; is your sensor Analog, Digital, or Virtual? You’ll then select what pin the sensor will be connected to.

  • Analog

    If you’re trying to read data from an analog sensor, the Arduino has 6 analog inputs that can be used. Simply connect your analog sensor to one of the 6 analog pins on the Arduino. Make sure you select the correct corresponding pin when adding a widget for your analog sensor.

    *It’s worth noting that for most Arduino models, the analog pins may be configured, and used, in exactly the same manner as digital pins.

  • Digital

    A digital pin can be used to read data from a non-analog sensor, but the data will need to be written to a virtual channel. If you’re trying to read data from a non-analog sensor, you’ll most likely use a virtual pin.

  • Virtual

    Virtual pins are channels to send and receive different data types from and to the Arduino (e.g. SPI, I2C, 1-Wire and devices connected to Arduino expansion boards). There are 26 virtual pins available for each Arduino board.

Data, Unit, Icon

Select the Data type, the Units, and the Icon to be used for the widget. For example, a temperature sensor could have a Data type of temperature, Units of Celsius, and a thermometer Icon.

You’re all done!

Now you can view the sketch file in your Arduino IDE and add your widget. Don’t worry, you can always edit these settings after your widget is added to the dashboard.

Not sure what to do with the sketch file? Check out this sketch file overview.

The post 2 State Display appeared first on myDevices Cayenne.

]]>
Gauge Display http://www.cayenne-mydevices.com/tutorials/widgets/gauge-display/ Wed, 11 May 2016 10:38:30 +0000 http://www.cayenne-mydevices.com/?page_id=1457 This tutorial explains how to use the Gauge display widget to add a sensor connected to your Arduino. Let’s look at each dropdown field that will be used when adding your sensor. Name Give your sensor a name. Device Select your Arduino device. Connectivity Select your method of connectivity; is your sensor Analog, Digital, or … Continued

The post Gauge Display appeared first on myDevices Cayenne.

]]>
widget-tutorial-gauge-header

This tutorial explains how to use the Gauge display widget to add a sensor connected to your Arduino.

Let’s look at each dropdown field that will be used when adding your sensor.


widget-tutorial-gauge-form

Name

Give your sensor a name.

Device

Select your Arduino device.

Connectivity

Select your method of connectivity; is your sensor Analog, Digital, or Virtual? You’ll then select what pin the sensor will be connected to.

  • Analog

    If you’re trying to read data from an analog sensor, the Arduino has 6 analog inputs that can be used. Simply connect your analog sensor to one of the 6 analog pins on the Arduino. Make sure you select the correct corresponding pin when adding a widget for your analog sensor.

    *It’s worth noting that for most Arduino models, the analog pins may be configured, and used, in exactly the same manner as digital pins.

  • Digital

    A digital pin can be used to read data from a non-analog sensor, but the data will need to be written to a virtual channel. If you’re trying to read data from a non-analog sensor, you’ll most likely use a virtual pin.

  • Virtual

    Virtual pins are channels to send and receive different data types from and to the Arduino (e.g. SPI, I2C, 1-Wire and devices connected to Arduino expansion boards). There are 26 virtual pins available for each Arduino board.

Data, Unit, Icon

Select the Data type, the Units, and the Icon to be used for the widget. For example, a temperature sensor could have a Data type of temperature, Units of Celsius, and a thermometer Icon.

Minimum and Maximum Values (optional)

Input the minimum and maximum values that you’d like the gauge widget to use when displaying the range of data for your sensor. This can help improve the visualization of your sensor data as it displays on the gauge widget.

You’re all done!

Now you can view the sketch file in your Arduino IDE and add your widget. Don’t worry, you can always edit these settings after your widget is added to the dashboard.

Not sure what to do with the sketch file? Check out this sketch file overview.

The post Gauge Display appeared first on myDevices Cayenne.

]]>