Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Network Button Example

mcollina edited this page Sep 26, 2012 · 4 revisions

NetworkButton is a forest of network enabled leds that switch on and off on simultaneosly. Join the forest, build a networked LED.

You should:

  • mount an Arduino Ethernet Shield.
  • build an Arduino-based prototype with the following schema: Schema
  • download the sources in the following gist: https://gist.github.com/1704547
  • have fun!

Usage

GET your current led state with curl http://qest.me/topics/led.

Change your led's state:

  • by going to qest,
  • by issuing a PUT request curl -X PUT -d 1 http://qest.me/topics/led
Clone this wiki locally