<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.thinkhole.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.thinkhole.org/feed.php">
        <title>Thinkhole Labs Wiki</title>
        <description></description>
        <link>http://wiki.thinkhole.org/</link>
        <image rdf:resource="http://wiki.thinkhole.org/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-05-17T04:37:38-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/arduino?rev=1297300799&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/books?rev=1312773282&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/bpi-216?rev=1293924386&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/cplug_talk_ideas?rev=1293449647&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/ds1620?rev=1293924408&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/flushduino?rev=1329694107&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/hvz?rev=1325366316&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/menu?rev=1294019034&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/motorshield?rev=1294022029&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/murtaugh_list?rev=1253560835&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/pr0n?rev=1293929994&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/quotes?rev=1300412296&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/races?rev=1293929571&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/sidebar?rev=1293930332&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/ssh?rev=1293927923&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/start?rev=1293998183&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.thinkhole.org/xbee?rev=1293995777&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.thinkhole.org/lib/tpl/default/images/favicon.ico">
        <title>Thinkhole Labs Wiki</title>
        <link>http://wiki.thinkhole.org/</link>
        <url>http://wiki.thinkhole.org/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.thinkhole.org/arduino?rev=1297300799&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-09T20:19:59-04:00</dc:date>
        <title>arduino</title>
        <link>http://wiki.thinkhole.org/arduino?rev=1297300799&amp;do=diff</link>
        <description>Arduino is a physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software running on a computer (e.g., Macromedia Flash, Processing, Max/MSP, Pure Data, SuperCollider). Currently shipping versions can be purchased pre-assembled; hardware design information is available for those who would like to assemble an Arduino by hand.</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/books?rev=1312773282&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-07T23:14:42-04:00</dc:date>
        <title>books</title>
        <link>http://wiki.thinkhole.org/books?rev=1312773282&amp;do=diff</link>
        <description>2009

Better: A Surgeon's Notes on Performance (Atul Gawande): A “book of medical stories” on improving performance in medicine, focusing on three areas: Diligence, Doing Right, and Ingenuity. Quick read, but really interesting. You can listen to Atul read an excerpt at NPR Book Tour. (Read January 2009; Recommended)</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/bpi-216?rev=1293924386&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-01T18:26:26-04:00</dc:date>
        <title>bpi-216</title>
        <link>http://wiki.thinkhole.org/bpi-216?rev=1293924386&amp;do=diff</link>
        <description>Links

SN74LS04 Hex Inverter

Seetron 2x16 Serial LCD

LCD Serial Backpack FAQ - What about taking data straight from a UART?



Example Code


#include &lt;SoftwareSerial.h&gt;

#define rxPin 6
#define txPin 7

SoftwareSerial mySerial =  SoftwareSerial(rxPin, txPin);

void setup()
{
  pinMode(rxPin, INPUT);
  pinMode(txPin, OUTPUT);
  mySerial.begin(2400);
  mySerial.print(254, BYTE);
  mySerial.print(1, BYTE);
  mySerial.print(&quot;Hello World&quot;);
}

void loop(){

  for(int x=0; x&lt;255; x++)
  {
    mySer…</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/cplug_talk_ideas?rev=1293449647&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-27T06:34:07-04:00</dc:date>
        <title>cplug_talk_ideas</title>
        <link>http://wiki.thinkhole.org/cplug_talk_ideas?rev=1293449647&amp;do=diff</link>
        <description>A list of possible talk topics in no particular order...

	*  Absolute beginners guide to desktop Ubuntu 
		*  Audio editing/mixing software on Linux (making a podcast) (LJ article)
		*  Building Linux firewalls (Firewall Builder, etc.)
		*  Setting up Samba file sharing for home and business
		*  How to set up and use an encrypted file system
		*  Comparison of Exim and Postfix
		*  Amateur radio for Linux users (LJ article)
		*  Enterprise messaging with Advanced Message Queuing Protocol (AMQP…</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/ds1620?rev=1293924408&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-01T18:26:48-04:00</dc:date>
        <title>ds1620</title>
        <link>http://wiki.thinkhole.org/ds1620?rev=1293924408&amp;do=diff</link>
        <description>Description

The Arduino DS1620 Library provides an easy way to interface an Arduino with the Dallas Semiconductor DS1620 Digital Thermometer and Thermostat.  The DS1620 can provide 9–bit temperatures and has three thermal alarm outputs, allowing it to act as a thermometer and thermostat.</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/flushduino?rev=1329694107&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-19T18:28:27-04:00</dc:date>
        <title>flushduino</title>
        <link>http://wiki.thinkhole.org/flushduino?rev=1329694107&amp;do=diff</link>
        <description>Monitor water level in tank and send sensor reading via XBee to iMac running Python script reading serial input from second XBee radio. When tank level drops and refills, send tweet from iMac to Twitter reporting a flush.

Presentation Slides

[Physical Computing with Arduino &amp; ZigBee] (4.8MB PDF) - Presented at CPLUG on February 8, 2011</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/hvz?rev=1325366316&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-31T16:18:36-04:00</dc:date>
        <title>hvz</title>
        <link>http://wiki.thinkhole.org/hvz?rev=1325366316&amp;do=diff</link>
        <description>Basic Rules

Safe Zones

Players may not be tagged or shot in the following areas:

	*  Anywhere inside a house or building
	*  On either the front porch, back deck, or any direct extension of a house or building
	*  Inside any cars or vehicles

Humans

Zombies

Equipment

	*  Only Nerf or Nerf compatible blasters are allowed.
	*  Nerf melee weapons (e.g. battle axes) are not allowed.
	*  Bandanas will be provided to all players.  These must be used to designate if you are a human or a zombie du…</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/menu?rev=1294019034&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-02T20:43:54-04:00</dc:date>
        <title>menu</title>
        <link>http://wiki.thinkhole.org/menu?rev=1294019034&amp;do=diff</link>
        <description>*  Start
	*  Arduino
		*  Arduino-DS1620
		*  BPI-216 LCD
		*  Flushduino!
		*  Motor Shield
		*  XBee

	*  Books</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/motorshield?rev=1294022029&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-02T21:33:49-04:00</dc:date>
        <title>motorshield</title>
        <link>http://wiki.thinkhole.org/motorshield?rev=1294022029&amp;do=diff</link>
        <description>Includes 4 H-Bridges using L293D chipset.  Provides 0.6A per bridge (1.2A peak) with thermal shutdown protection, internal kickback protection diodes. Can run motors on 4.5VDC to 36VDC.  Individual 8-bit speed selection.

Supposedly about a 1.2V drop across the L293D H-bridge.</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/murtaugh_list?rev=1253560835&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-21T15:20:35-04:00</dc:date>
        <title>murtaugh_list</title>
        <link>http://wiki.thinkhole.org/murtaugh_list?rev=1253560835&amp;do=diff</link>
        <description>*   Midnight showings of new movies
	*   All night LAN parties
	*   Drinking a entire large McDonald's milkshake in one sitting

c.f. HIMYM: The Murtaugh List</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/pr0n?rev=1293929994&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-01T19:59:54-04:00</dc:date>
        <title>pr0n</title>
        <link>http://wiki.thinkhole.org/pr0n?rev=1293929994&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/quotes?rev=1300412296&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-17T21:38:16-04:00</dc:date>
        <title>quotes</title>
        <link>http://wiki.thinkhole.org/quotes?rev=1300412296&amp;do=diff</link>
        <description>“Letting programmers name your flagship software is akin to letting marketing write them.”  -- Mark Twain</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/races?rev=1293929571&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-01T19:52:51-04:00</dc:date>
        <title>races</title>
        <link>http://wiki.thinkhole.org/races?rev=1293929571&amp;do=diff</link>
        <description>Races
Edit
Completed

The Harry Smeltz, Jr. Rocket Run 5K (results, pix)
May 19, 2007 @ 8 AM
Spring Grove, PA
Results: 30:27.04 (59th out of 104)

Double Creek 5K Run (results, pix)
June 16, 2007 @ 9:30 AM
Dover, PA
Results: 32:17.03 (87th out of 118)</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/sidebar?rev=1293930332&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-01T20:05:32-04:00</dc:date>
        <title>sidebar</title>
        <link>http://wiki.thinkhole.org/sidebar?rev=1293930332&amp;do=diff</link>
        <description>Copyright © 2011

Thinkhole Labs</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/ssh?rev=1293927923&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-01T19:25:23-04:00</dc:date>
        <title>ssh</title>
        <link>http://wiki.thinkhole.org/ssh?rev=1293927923&amp;do=diff</link>
        <description>Secure Shell (&lt;a href=“&lt;http://en.wikipedia.org/wiki/SSH&gt;”&gt;SSH&lt;/a&gt;) is everywhere.

Since it's inception in 1995, SSH has become the most widespread remote login protocol for Linux boxes, with &lt;a href=“&lt;http://en.wikipedia.org/wiki/SSH&gt;”&gt;some estimates&lt;/a&gt; saying that there were at least 2 million SSH users at the end of 2000.  Gone are the days of &lt;a href=“&lt;http://en.wikipedia.org/wiki/Telnet&gt;”&gt;telnet&lt;/a&gt; sending your data in plaintext over untrusted networks. Now you can type with a reasonable…</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/start?rev=1293998183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-02T14:56:23-04:00</dc:date>
        <title>start</title>
        <link>http://wiki.thinkhole.org/start?rev=1293998183&amp;do=diff</link>
        <description>Notable wiki pages:

	*  Arduino - Awesome microcontroller
	*  Flushduino - Because even my toilet needs a Twitter account
	*  Books - Books I've recently read
	*  HOWTO: Django on Windows
	*  HOWTO: Secure Firefox and IM with PuTTY

Elsewhere:

	*  Presentations - Various talks I've done at CPLUG</description>
    </item>
    <item rdf:about="http://wiki.thinkhole.org/xbee?rev=1293995777&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-02T14:16:17-04:00</dc:date>
        <title>xbee</title>
        <link>http://wiki.thinkhole.org/xbee?rev=1293995777&amp;do=diff</link>
        <description></description>
    </item>
</rdf:RDF>

