Skip to content

vsampath/uWave

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
uWave
-----
Contact: seas.upenn.edu emails:
Kevin Conley <kevincon@seas>
Varun Sampath <vsampath@seas>
Ben Shyong <bshyong@seas>
Teddy Zhang <thezhang@seas>

uWave is a texting, Twitter-enabled microwave. See http://uwaved.com
for demo videos and information on how it works.

Code:
See the uWaveArduino PDE for the uWave code. Be sure to edit the 
web_settings_template.h file for your own settings. To implement your own
server, there are two HTTP GET requests you need to be able to handle
from the Arduino. One is the start time:

GET /arduino/start?time=%d HTTP/1.0

where %d is an integer representing seconds. The other is the finish
notification:

GET /arduino/finish HTTP/1.0

This code was implemented on an Arduino Duemilanove using the arduino-0023
SDK.

About

Team Wye Delta's Project for PennApps 2011

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages