Suresh
Published © SHL

Weather Monitoring System

Monitor your Home weather using sensors and Cayenne App.

IntermediateProtip2 hours4,151
Weather Monitoring System

Things used in this project

Story

Read more

Code

Weather Monitoring Code

C/C++
#define CAYENNE_PRINT Serial  // Comment this out to disable prints and save space
#include <CayenneEthernet.h>

// Cayenne authentication token. This should be obtained from the Cayenne Dashboard.
char token[] = "AuthenticationToken";

void setup()
{
	Serial.begin(9600);
	Cayenne.begin(token);
}

void loop()
{
	Cayenne.run();
}

Credits

Suresh

Suresh

18 projects • 20 followers
IoT Developer

Comments