Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Cayenne SyncData Example

This example sketch shows how a value in the Cayenne Dashboard can be synced with the Arduino on a Virtual Pin.

The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.

Steps:
  1. Create a Generic Digital Output Actuator widget attached to Virtual Pin 6 in the Cayenne Dashboard.
  2. Set the token variable to match the Arduino token from the Dashboard.
  3. Compile and upload the sketch.
NOTE:

For this example you'll need SimpleTimer library: https://github.com/jfturcot/SimpleTimer Visit this page for more information: http://playground.arduino.cc/Code/SimpleTimer