Arduino sketch Vs Cayenne dashboard

Hi,

I’m newbie with cayenne, since now I wrote my sketch on arduino IDE. For me is not clear the interaction between this two element. Could I use my sketch running in arduino and Cayenne at the same time ?

For example using an arduino like a datalogger to store data in an SD card and in a same time using a Cayenne dashboard (virtual chanel) to display or graph the same data.

I tried to insert a "Cayenne.run(); " after the acquisition (every 10 minute) but it doesn’t work. It works only if it continuos called into the void loop().

Thank you for your help
Cristiano

Yes you can, but you’ll need to download Cayenne libraries to your IDE. Have you done that yet?

-B