...
The Current State of Home Automation was held on July 30th, 02015 located on the historic village square of East Troy, Wisconsin. http://www.meetup.com/East-Troy-Computer-Club/events/224055214/
Lock Picking 101 is an East Troy Computer Club meetup event held on May 21, 02015 located on the historic village square of East Troy, Wisconsin. http://etcc.io/
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
#include <SPI.h> | |
#include <Ethernet.h> | |
#include "DHT.h" | |
#define DHTPIN 2 | |
#define DHTTYPE DHT11 | |
DHT dht(DHTPIN, DHTTYPE); | |
byte mac[] = { |
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
import random | |
import string | |
import subprocess | |
from PIL import Image | |
from PIL import ImageFont | |
from PIL import ImageDraw | |
codes = [] | |
for i in range(1, 251): |
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
/* | |
This is the code to make a LED blink with the music. | |
You have to set the threshold so it' sensible enough to make the led blink. | |
You connect an LED to PIN13 and the Sound Sensor to Analog Pin 0 | |
*/ | |
int led = 13; | |
int threshold = 500; //Change This | |
int volume; |
Watch this space for notes related to this meetup.
- Handbrake.app - The open source video transcoder
- ImageOptim.app - A better 'Save For Web'
- IconSlate.app - Icons in many formats
- Le•git - Command-line Tool heavily inspired by GitHub for Mac