<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Death by Logic</title>
	<link>http://www.deathbylogic.com</link>
	<description>Computers - Software - Electronics</description>
	<lastBuildDate>Tue, 20 Sep 2011 05:52:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>VHDL: Debounce</title>
		<description><![CDATA[This module is a simple debounce that will prevent switch noise from entering logic and causing havoc. It works by initially latching the input twice for synchronization between the (asynchronous) real world and the (synchronous) logic. The input is then sampled eight times, one every 50,000 clock cycles, and only after there have been eight [...]]]></description>
		<link>http://www.deathbylogic.com/2011/03/vhdl-debounce/</link>
			</item>
	<item>
		<title>Announcing the &#8216;Shutter Pod&#8217; project</title>
		<description><![CDATA[The goal of the project is to design a timer for SLR cameras capable of taking long exposure and time lapse photography. At the heart of the  device will be a ATmega micro-controller and a 16&#215;2 back lite LCD display. The entire project is being developed as open-source hardware and software being hosted on Google [...]]]></description>
		<link>http://www.deathbylogic.com/2010/08/announcing-the-shutter-pod-project/</link>
			</item>
	<item>
		<title>BJT Equation Sheet</title>
		<description><![CDATA[This is a handy little cheat sheet that I have been working on with equations for common Bi-Junction Transistor (BJT) configurations. It has schematics, DC equations and AC equations for 8 of the most common setups. It  is not quite finished yet but it&#8217;s a start so if you find any mistakes or know of [...]]]></description>
		<link>http://www.deathbylogic.com/2010/08/bjt-equation-sheet/</link>
			</item>
	<item>
		<title>Notes on using the Robotics Connection I2C line following sensor with Arduino based boards</title>
		<description><![CDATA[After many of wasted hours of trying to get the I2C line following sensor from Robotics Connection working with an Arduino based controller board I was finally able to get it to communicate and since there was no other information out there on this issue I decided to write this post. To start off the [...]]]></description>
		<link>http://www.deathbylogic.com/2009/11/notes-on-using-the-robotics-connection-i2c-line-following-sensor-with-arduino-based-boards/</link>
			</item>
	<item>
		<title>Verilog: n-Bit Up Counter</title>
		<description><![CDATA[This is a simple n-bit wrapping up counter. The n parameter can be changed to make this 4, 8, &#8230; bit counter were n = &#60;number of bits&#62; &#8211; 1. The CLK signal can be any signal you want and will increment the value of the counter on the positive edge of a pulse, RST [...]]]></description>
		<link>http://www.deathbylogic.com/2009/01/verilog-n-bit-up-counter/</link>
			</item>
	<item>
		<title>Verilog: Dual Seven Segment Display Driver</title>
		<description><![CDATA[This is an expansion upon my SevenSegmentDisplayDriver module which will allow you to drive a dual seven segment display, specifically the add-on for the Spartan 3E but it should be quite easy to modify for other FPGA&#8217;s. The basic premise of this module is you have a dual seven segment display which activates the left [...]]]></description>
		<link>http://www.deathbylogic.com/2008/12/verilog-dual-seven-segment-display-driver/</link>
			</item>
	<item>
		<title>Verilog: Seven Segment Display Decoder</title>
		<description><![CDATA[This code will take a four bit number and decode it into the seven individual segments to drive a seven segment display. nIn is the four bit number to be decoded and ssOut is the array of segments for the display going from a, being the LSB, to g being the MSB. module SevenSegmentDisplayDecoder(ssOut, nIn); [...]]]></description>
		<link>http://www.deathbylogic.com/2008/12/verilog-seven-segment-display-decoder/</link>
			</item>
	<item>
		<title>Verilog: n-Bit Adder</title>
		<description><![CDATA[This is code is for an simple asynchronous wrapping n-bit adder. By changing the value of n you can make it a 2, 4, &#8230; bit adder where n = &#60;number of bits&#62; &#8211; 1. f is the output register that will have the current value of the counter, cOut is the carry output. a [...]]]></description>
		<link>http://www.deathbylogic.com/2008/12/verilog-nbitcounter/</link>
			</item>
	<item>
		<title>State Machine for the Spartan 3E Knob</title>
		<description><![CDATA[The following code is a simple state machine that determines the direction that the knob on the Spartan 3E is turning and outputs a clock signal (Count) as it turns. A &#38; B are the inputs from the encoders on the knob, RST &#38; CLK are the reset and clock obviously. Count is the clock [...]]]></description>
		<link>http://www.deathbylogic.com/2008/12/state-machine-for-the-spartan-3e-knob/</link>
			</item>
	<item>
		<title>Re-Mastering RiffTrax to DVD</title>
		<description><![CDATA[After being a fan of MST3K for many years I was sad to see it go, but was able to entertain myself on DVDs of old episodes for awhile. So naturally I was thrilled I learned about RiffTrax and that most of the cast got back together and that they would finally be able to [...]]]></description>
		<link>http://www.deathbylogic.com/2008/05/re-mastering-rifftrax-to-dvd/</link>
			</item>
</channel>
</rss>

