This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// ARDUINO SKETCH //// | |
// Based on the NeoPixel "strandtest" example: https://github.com/adafruit/Adafruit_NeoPixel | |
#include <Adafruit_NeoPixel.h> | |
#define PIN 6 | |
// Parameter 1 = number of pixels in strip | |
// Parameter 2 = pin number (most are valid) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* Blinking LED Ornament | |
* | |
* John Keefe | |
* December 24, 2013 | |
* | |
* Details on the hardware build at: | |
* http://johnkeefe.net/led-snowflake-ornament | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'> | |
<meta charset="utf-8"> | |
<title>wnyc-streets-us</title> | |
<link href="//api.tiles.mapbox.com/mapbox.js/v1.5.2/mapbox.css" rel="stylesheet"> | |
<script src="//api.tiles.mapbox.com/mapbox.js/v1.5.2/mapbox.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Mood Cube Light | |
* | |
* This is a program to subtly change a bedside lamp, driven by | |
* NeoPixel LEDs, as the days progress through the month to | |
* provide a visual cue to a woman's point in her menstrual cycle. | |
* Built by John Keefe at the request of Kristin Keefe. | |
* | |
* Some of the codes stands on example code that accompanies the | |
* the NeoPixel and the Time.h Libraries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Arduino Example 01 - Blinking LED | |
* Modified for an 8-LED hoodie | |
* | |
* More info at http://johnkeefe.net/making-a-heartbeat-hoodie | |
* (This is Part I, without the heartbeat detector) | |
* | |
* John Keefe | |
* [email protected] | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Heartbeat Hoodie | |
* | |
* LED code drawn from Arduino example 01 - Blinking LED | |
* | |
* Heartbeat code baed on Heart Rate Badge code by | |
* Becky Stern for Adafruit Industries ... | |
* http://learn.adafruit.com/heart-rate-badge/program-it | |
* ... who based hers on sample code from | |
* http://learn.parallax.com/KickStart/28048 | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The Chartbeat LED Bar | |
* (over Bluetooth) | |
* | |
* This is the Desktop/Processing Code | |
* | |
* For information about the hardware and other | |
* code for this project | |
* see: http://johnkeefe.net/the-charbeat-led-bar | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The Chartbeat LED Bar | |
* (over Bluetooth) | |
* | |
* This is the Arduino code | |
* | |
* For information about the hardware and other | |
* code for this project | |
* see: http://johnkeefe.net/the-charbeat-led-bar | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe frameborder="0" scrolling ="no" src="http://project.wnyc.org/convent-fire/" width="100%" height="830" ></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe frameborder="0" scrolling ="no" src="http://project.wnyc.org/ccrb/" width="100%" height="640" ></iframe> |