Bus Buddy

The Team: Sarah Bray Mike Carbone Yuang Li Craig Melendes The Context According to the American School Bus Council, over 25 million school children ride more than 480,000 school buses each day. For many  families, having their children take the bus to school is a pivotal part of the daily …

Physical Web Student Projects

This summer we ran an Independent Study course titled “The Physical Web” where students learned to use an open approach to enable quick and seamless interactions between physical objects (via micro controllers) and web protocols. Here are the results of their studies: Web Controlled Pet Feeder by Martina Calluori Read …

Web controlled 8×8 LED Matrix

My goal for this project was to create a web page that could control an 8×8 LED Matrix. I picked up an arduino started kit from Amazon, and initiated the project by working through the 8×8 Led Matrix Tutorial that came with the kit. I found ygricks’s Pen ‘arduino custom chars …

Internet Controlled Arduino LED via USB

In order to have an Arduino controlled by a web page without the use of an Ethernet Shield, it will require the use of multiple programming languages; HTML, CSS, JS, PHP, Processing, Arduino. in this example we created a web page using php that writes a 1 or a 2 …