Skip to content

Instantly share code, notes, and snippets.

View RobertSzkutak's full-sized avatar

Rob Szkutak RobertSzkutak

  • Confluent
  • Dallas/Fort Worth, TX
View GitHub Profile
@RobertSzkutak
RobertSzkutak / TVB.pde
Created December 31, 2011 00:44
This is an edit to the Arduino TV-B-Gone sketch ( http://www.arcfn.com/2010/11/improved-arduino-tv-b-gone.html ) I made for my personal use. Someone else may find it useful as well.
/*
TV-B-Gone for Arduino version 1.2, Oct 23 2010
Ported to Arduino by Ken Shirriff=
http://www.arcfn.com/2009/12/tv-b-gone-for-arduino.html
The hardware for this project uses an Arduino:
Connect an IR LED to pin 3 (RLED).
Connect a visible LED to pin 13 (or use builtin LED in some Arduinos).
Connect a pushbutton between pin 2 (TRIGGER) and ground.
Pin 5 (REGIONSWITCH) is floating for North America, or wired to ground for Europe.
@RobertSzkutak
RobertSzkutak / ircecho.py
Created October 30, 2011 21:15
Echo, a simple IRC bot written in Python 3
#!/usr/bin/env python3
# ircecho.py
# Copyright (C) 2011 : Robert L Szkutak II - http://robertszkutak.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
@RobertSzkutak
RobertSzkutak / Arduino_LED_Patterns.c
Created July 15, 2011 22:27
Using a push button to cycle between different patterns of blinking LEDs with Arduino.
/*
Copyright (C) 2011
Robert L Szkutak II - http://robertszkutak.com
- https://plus.google.com/114751145822522043067
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software for any