Weather Monitoring sample application

A sample application to monitor weather conditions. The application reports Temperature, Humidity, Altitude, Dew Point, Luminosity and Sound Level and uses BMP085. DHT22, TSL2561 and a low cost Sound Sensor. The application publishes events in every 1 minute.

There are two separate modules in this sample, Spark Core application and HTML page to view the published events. The Spark Core application publishes events in the form sensor name=sensor value|unit. The HTML page uses JavaScript to parse the event data and display values from the sensor. The HTML page first asks Core ID and Access Token and uses this to subscribe to the events.

4 Likes

This post gets a :heart:, :star:, and :bookmark: (bookmark)!

1 Like