Entries from 2014-09-15 to 1 day

9. Temperature iPhone App - Spark Core

Now lest’s TMP36 to measure temperature. Hook up a analog temperature sensor (TMP36) as follows. You may want to read data sheet of TMP36. Implement API We are using Spark.variable() function to expose temperature as API. Spark.variable("t…

8. Send email when someone turns on light - Spark Core

Here is a user story. It’s 5pm and dark Someone comes home He/She turns light on You receive email notification pushingbox.com I searched some articles in the spark community. To use smtp server provided by gmail wouldn’t work, as it requi…