Skip to content

Conversation

zkysar
Copy link
Contributor

@zkysar zkysar commented Oct 11, 2016

Week 3 of Fall 2016
Title: Interacting with the Internet of Things:
Description: Our team will first build a prototype of a thermostat using Raspberry PI and Arduino. The Arduino with a temperature sensor will consistently send the temperature data to the cloud server through Raspberry PI. Students will use App Inventor to read the data from the server and display the data in a clean and user-friendly interface as the Nest Thermostat.
Author: David Silvan @silvan9145
Notes: Super easy probably should be before snapchat maybe give it ability to write as well as read
Link: None
New Lesson Required: Yes
Hardware Required:
Other Setup:

}
onNewTemp = function(temp){
console.log(temp);
//Your code here
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@silvan9145 this method will be called whenever the value changes on the server. So if you put code here to update your website we should be good. Let me know if your having any troubles. With this or with git. I've put this on a new branch so you'll have to checkout this branch. Feel free to ping me.

@zachrank zachrank merged commit b4c02ba into master Oct 13, 2016
@zkysar zkysar deleted the thermostat-lesson branch October 13, 2016 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants