Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 651 Bytes

File metadata and controls

21 lines (15 loc) · 651 Bytes

Bake Watch Wiki Page

Project for the 2017 Hack the Home Hackathon at First Build

The application starts a server in the RaspberryPi to take pictures inside an oven. The cook time and temperature is displayed. Photos can be uploaded to Facebook. The light can be turned on/off. Also, the oven can be turned off from the web app. NodeJs and Sockets are used to emit events from/to the server.

Project Setup

Configure Board

Need RaspberryPi, PiCamera and Green Bean,

Install Node

https://nodejs.org/download/

Install Node packages

npm install green-bean
npm install socket.io
npm install express
npm install gree-bean