<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Negative Acknowledge</title>
	<atom:link href="http://negativeacknowledge.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://negativeacknowledge.com</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 18:00:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on LED Fireflies in a Jar by Random</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-267</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Wed, 03 Dec 2008 21:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-267</guid>
		<description>I would advise getting an Arduino to start with - they are very easy to program over USB with no need for an external programmer, and their software has everything already working, so you don't have to fuss about with compilers and such.</description>
		<content:encoded><![CDATA[<p>I would advise getting an Arduino to start with - they are very easy to program over USB with no need for an external programmer, and their software has everything already working, so you don&#8217;t have to fuss about with compilers and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by Jacob</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-266</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 03 Dec 2008 20:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-266</guid>
		<description>I am a little, well, very new to the idea of working with a programmable microcontroller such as the ATtiny13. I was searching for the device and I am unable to determine exactly which controller to purchase. I did help a friend work on a arduino for a underwater ROV, but my participation was limited. Any help you can provide would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I am a little, well, very new to the idea of working with a programmable microcontroller such as the ATtiny13. I was searching for the device and I am unable to determine exactly which controller to purchase. I did help a friend work on a arduino for a underwater ROV, but my participation was limited. Any help you can provide would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Final Lightbar Controller by Random</title>
		<link>http://negativeacknowledge.com/2008/06/11/final-lightbar-controller/#comment-265</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Mon, 24 Nov 2008 17:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-265</guid>
		<description>The C code linked above would probably be fairly easy to modify to work with an Arduino, but it's written for an ATtiny13 (a somewhat different micro) and uses its peripheral control registers generally in ways the Arduino doesn't provide functions for, so the resulting ported code would have very few, if any, actual Arduino functions.

More importantly, all this code is really doing is reading the ADC repeatedly then flashing an LED - this is a fairly straightforward task, and the difficult part is really amplifying the microphone to get a useful signal, which is done in hardware.


Of course, everything is released under a creative commons license, so anyone is welcome to port it and tinker with it and improve it.</description>
		<content:encoded><![CDATA[<p>The C code linked above would probably be fairly easy to modify to work with an Arduino, but it&#8217;s written for an ATtiny13 (a somewhat different micro) and uses its peripheral control registers generally in ways the Arduino doesn&#8217;t provide functions for, so the resulting ported code would have very few, if any, actual Arduino functions.</p>
<p>More importantly, all this code is really doing is reading the ADC repeatedly then flashing an LED - this is a fairly straightforward task, and the difficult part is really amplifying the microphone to get a useful signal, which is done in hardware.</p>
<p>Of course, everything is released under a creative commons license, so anyone is welcome to port it and tinker with it and improve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Final Lightbar Controller by CreativeCommons</title>
		<link>http://negativeacknowledge.com/2008/06/11/final-lightbar-controller/#comment-264</link>
		<dc:creator>CreativeCommons</dc:creator>
		<pubDate>Mon, 24 Nov 2008 17:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-264</guid>
		<description>How about a .pde of this? You have splendid documentation, and this in Arduino code would help MILLIONS!</description>
		<content:encoded><![CDATA[<p>How about a .pde of this? You have splendid documentation, and this in Arduino code would help MILLIONS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dual LED Matrix Message Board by Random</title>
		<link>http://negativeacknowledge.com/2008/05/14/dual-led-matrix-message-board/#comment-252</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=22#comment-252</guid>
		<description>All the files are here: https://randomskk.net/projects/led_matrix/rev06/

In particular the schematic is at https://randomskk.net/projects/led_matrix/rev06/schematic.png</description>
		<content:encoded><![CDATA[<p>All the files are here: <a href="https://randomskk.net/projects/led_matrix/rev06/" rel="nofollow">https://randomskk.net/projects/led_matrix/rev06/</a></p>
<p>In particular the schematic is at <a href="https://randomskk.net/projects/led_matrix/rev06/schematic.png" rel="nofollow">https://randomskk.net/projects/led_matrix/rev06/schematic.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dual LED Matrix Message Board by cristina</title>
		<link>http://negativeacknowledge.com/2008/05/14/dual-led-matrix-message-board/#comment-251</link>
		<dc:creator>cristina</dc:creator>
		<pubDate>Tue, 11 Nov 2008 14:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=22#comment-251</guid>
		<description>can u send the schematic diagram of this? tnx. especially on how to drive this</description>
		<content:encoded><![CDATA[<p>can u send the schematic diagram of this? tnx. especially on how to drive this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by reece</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-246</link>
		<dc:creator>reece</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-246</guid>
		<description>Hello, I've been looking for a site like yours since last Wednesday. The last place I searched (should be the first) was in Google, using the keywords "hid lighting". Anyway, it was worth the search because I really like this website and your post regarding LED Fireflies in a Jar looks very interesting for me. Definitely Stumbled!</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;ve been looking for a site like yours since last Wednesday. The last place I searched (should be the first) was in Google, using the keywords &#8220;hid lighting&#8221;. Anyway, it was worth the search because I really like this website and your post regarding LED Fireflies in a Jar looks very interesting for me. Definitely Stumbled!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by Random</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-242</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Sun, 19 Oct 2008 20:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-242</guid>
		<description>Those RGB cubes are really neat, great work! I really like your method for storing resistors as well, I may try something like that - a tiny tray for each one is way overkill, but putting them all together makes finding any one I want a complete pain.</description>
		<content:encoded><![CDATA[<p>Those RGB cubes are really neat, great work! I really like your method for storing resistors as well, I may try something like that - a tiny tray for each one is way overkill, but putting them all together makes finding any one I want a complete pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by Matt</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-241</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 19 Oct 2008 20:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-241</guid>
		<description>Looks cool, adam. I was also inspired by the same instructable as you were.

http://www.youtube.com/watch?v=-xdm_dVkR9s

-Matt

p.s. thanks for the tips on the light bar controller software, i used it in my RGB cubes project.

http://www.youtube.com/watch?v=9RriMdp90Mw</description>
		<content:encoded><![CDATA[<p>Looks cool, adam. I was also inspired by the same instructable as you were.</p>
<p><a href="http://www.youtube.com/watch?v=-xdm_dVkR9s" rel="nofollow">http://www.youtube.com/watch?v=-xdm_dVkR9s</a></p>
<p>-Matt</p>
<p>p.s. thanks for the tips on the light bar controller software, i used it in my RGB cubes project.</p>
<p><a href="http://www.youtube.com/watch?v=9RriMdp90Mw" rel="nofollow">http://www.youtube.com/watch?v=9RriMdp90Mw</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by Random</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-240</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Sun, 19 Oct 2008 12:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-240</guid>
		<description>that's a really really good idea! Wires could easily be hid running down sticks and the LEDs themselves could be placed on leaves etc. that would look way better than just the wires.

thanks for the suggestion!</description>
		<content:encoded><![CDATA[<p>that&#8217;s a really really good idea! Wires could easily be hid running down sticks and the LEDs themselves could be placed on leaves etc. that would look way better than just the wires.</p>
<p>thanks for the suggestion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by flexy</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-239</link>
		<dc:creator>flexy</dc:creator>
		<pubDate>Sun, 19 Oct 2008 11:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-239</guid>
		<description>what about putting some plantlike things in there to make it more real. The wires could be the sticks.

o.t
nice idea.</description>
		<content:encoded><![CDATA[<p>what about putting some plantlike things in there to make it more real. The wires could be the sticks.</p>
<p>o.t<br />
nice idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by Random</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-238</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Sun, 19 Oct 2008 11:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-238</guid>
		<description>That's a thought. I'm also considering 36SWG enamelled wire from Rapid but couldn't order any in time for this project (it's a birthday present). I may try again with some though, it would be an awful lot thinner.

I'd really like to do them without the jar, too - have them around the room or outside or something.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a thought. I&#8217;m also considering 36SWG enamelled wire from Rapid but couldn&#8217;t order any in time for this project (it&#8217;s a birthday present). I may try again with some though, it would be an awful lot thinner.</p>
<p>I&#8217;d really like to do them without the jar, too - have them around the room or outside or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by Barry</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-237</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Sun, 19 Oct 2008 10:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-237</guid>
		<description>looks cool dude ;o) for thinner wires you could use verowire from a wire wrap pen</description>
		<content:encoded><![CDATA[<p>looks cool dude ;o) for thinner wires you could use verowire from a wire wrap pen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LED Fireflies in a Jar by Jar of fireflies - Hack a Day</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/#comment-236</link>
		<dc:creator>Jar of fireflies - Hack a Day</dc:creator>
		<pubDate>Sun, 19 Oct 2008 01:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32#comment-236</guid>
		<description>[...] to make electronic fireflies for quite some time and finally settled on a design he liked. His jar of fireflies uses an ATtiny13 to control a set of 12 matrixed LEDs. The green SMD LEDs are each soldered to a [...]</description>
		<content:encoded><![CDATA[<p>[...] to make electronic fireflies for quite some time and finally settled on a design he liked. His jar of fireflies uses an ATtiny13 to control a set of 12 matrixed LEDs. The green SMD LEDs are each soldered to a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Final Lightbar Controller by henk</title>
		<link>http://negativeacknowledge.com/2008/06/11/final-lightbar-controller/#comment-233</link>
		<dc:creator>henk</dc:creator>
		<pubDate>Thu, 18 Sep 2008 05:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-233</guid>
		<description>8bits micro controllers are not made for floating point instructions so ofcorse it will make a huge difference when you use floating points</description>
		<content:encoded><![CDATA[<p>8bits micro controllers are not made for floating point instructions so ofcorse it will make a huge difference when you use floating points</p>
]]></content:encoded>
	</item>
</channel>
</rss>
