<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Final Lightbar Controller</title>
	<atom:link href="http://negativeacknowledge.com/2008/06/final-lightbar-controller/feed/" rel="self" type="application/rss+xml" />
	<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 23:07:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: my so-called blog &#187; links for 2010-01-30</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-186</link>
		<dc:creator>my so-called blog &#187; links for 2010-01-30</dc:creator>
		<pubDate>Sun, 31 Jan 2010 02:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-186</guid>
		<description>[...] Negative Acknowledge » Blog Archive » Final Lightbar Controller This device analyses the music it picks up via the electret microphone, then flashes the LEDs in time to the music. It’s encased in the box SparkFun sent me the microphones in, since the box was just begging to be used as a case for something! I’m sure that was intentionally designed. (tags: audio electronics led arduino make) [...]</description>
		<content:encoded><![CDATA[<p>[...] Negative Acknowledge » Blog Archive » Final Lightbar Controller This device analyses the music it picks up via the electret microphone, then flashes the LEDs in time to the music. It’s encased in the box SparkFun sent me the microphones in, since the box was just begging to be used as a case for something! I’m sure that was intentionally designed. (tags: audio electronics led arduino make) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashing LEDs &#8211; Audio Meter &#8211; AVR ATTiny &#8211; Guitar Pickup Wiring &#8211; Sound Following Circuit</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-175</link>
		<dc:creator>Flashing LEDs &#8211; Audio Meter &#8211; AVR ATTiny &#8211; Guitar Pickup Wiring &#8211; Sound Following Circuit</dc:creator>
		<pubDate>Sun, 13 Dec 2009 23:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-175</guid>
		<description>[...] circuit and code itself was based on a part of the circuit and code I found at Negative Knowledge.  One point to notice is that the LEDs are connected in parallel, usually a no-no, but in this [...]</description>
		<content:encoded><![CDATA[<p>[...] circuit and code itself was based on a part of the circuit and code I found at Negative Knowledge.  One point to notice is that the LEDs are connected in parallel, usually a no-no, but in this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-100</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-100</guid>
		<description>Thanks for the heads-up. I think you&#039;re using a different version of the AVR libc, which is causing the warnings about delay.h.
The errors are definitely just bad code - you should be able to just define an &quot;int j;&quot; earlier on and then &quot;for(j=0...&quot; later to fix them.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads-up. I think you&#8217;re using a different version of the AVR libc, which is causing the warnings about delay.h.<br />
The errors are definitely just bad code &#8211; you should be able to just define an &#8220;int j;&#8221; earlier on and then &#8220;for(j=0&#8230;&#8221; later to fix them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etharooni</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-99</link>
		<dc:creator>etharooni</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-99</guid>
		<description>Cool project!  I&#039;m actually turning your code into a high speed strobe photography rig.  Unfortunately, you code has several build errors. I diagnosed several of them myself, but just to let you know...

In file included from ../HighSpeed.c:8:d:/program files/winavr/lib/gcc/../../avr/include/avr/delay.h:36:2: warning: #warning &quot;This file has been moved to .&quot;
In file included from d:/program files/winavr/lib/gcc/../../avr/include/avr/delay.h:37,
                 from ../HighSpeed.c:8:
				 
d:/program files/winavr/lib/gcc/../../avr/include/util/delay.h:90:3: warning: #warning &quot;Compiler optimizations disabled; functions from  won&#039;t work as designed&quot;

../HighSpeed.c: In function &#039;main&#039;:
../HighSpeed.c:54: error: &#039;for&#039; loop initial declaration used outside C99 mode
../HighSpeed.c:57: error: redefinition of &#039;j&#039;
../HighSpeed.c:54: error: previous definition of &#039;j&#039; was here
../HighSpeed.c:57: error: &#039;for&#039; loop initial declaration used outside C99 mode

make: *** [HighSpeed.o] Error 1
Build failed with 4 errors and 2 warnings...</description>
		<content:encoded><![CDATA[<p>Cool project!  I&#8217;m actually turning your code into a high speed strobe photography rig.  Unfortunately, you code has several build errors. I diagnosed several of them myself, but just to let you know&#8230;</p>
<p>In file included from ../HighSpeed.c:8:d:/program files/winavr/lib/gcc/../../avr/include/avr/delay.h:36:2: warning: #warning &#8220;This file has been moved to .&#8221;<br />
In file included from d:/program files/winavr/lib/gcc/../../avr/include/avr/delay.h:37,<br />
                 from ../HighSpeed.c:8:</p>
<p>d:/program files/winavr/lib/gcc/../../avr/include/util/delay.h:90:3: warning: #warning &#8220;Compiler optimizations disabled; functions from  won&#8217;t work as designed&#8221;</p>
<p>../HighSpeed.c: In function &#8216;main&#8217;:<br />
../HighSpeed.c:54: error: &#8216;for&#8217; loop initial declaration used outside C99 mode<br />
../HighSpeed.c:57: error: redefinition of &#8216;j&#8217;<br />
../HighSpeed.c:54: error: previous definition of &#8216;j&#8217; was here<br />
../HighSpeed.c:57: error: &#8216;for&#8217; loop initial declaration used outside C99 mode</p>
<p>make: *** [HighSpeed.o] Error 1<br />
Build failed with 4 errors and 2 warnings&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-95</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Sun, 08 Mar 2009 19:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-95</guid>
		<description>I got the amp (and most of the parts) from Rapid Electronics in the UK (see my Suppliers page). In the US, I hear Digikey and Mouser are good for that sort of thing.</description>
		<content:encoded><![CDATA[<p>I got the amp (and most of the parts) from Rapid Electronics in the UK (see my Suppliers page). In the US, I hear Digikey and Mouser are good for that sort of thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simone</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-94</link>
		<dc:creator>simone</dc:creator>
		<pubDate>Sun, 08 Mar 2009 19:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-94</guid>
		<description>Hi, i am doing a project involving noise detection and motorspeed control. I was wondering, where did you buy your amp? 
thanks. i&#039;m new to all this, great project!</description>
		<content:encoded><![CDATA[<p>Hi, i am doing a project involving noise detection and motorspeed control. I was wondering, where did you buy your amp?<br />
thanks. i&#8217;m new to all this, great project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-93</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 05 Mar 2009 20:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-93</guid>
		<description>Hey thanks i see it now guess i wasnt looking hard enough I seen the voltage regulator in your schematic but missed the rest.  Thanks again</description>
		<content:encoded><![CDATA[<p>Hey thanks i see it now guess i wasnt looking hard enough I seen the voltage regulator in your schematic but missed the rest.  Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-92</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Thu, 05 Mar 2009 20:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-92</guid>
		<description>Heya. Vcc is 5V coming out of a 5V linear regulator IC3 at the top-right of the schematic.</description>
		<content:encoded><![CDATA[<p>Heya. Vcc is 5V coming out of a 5V linear regulator IC3 at the top-right of the schematic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-91</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 05 Mar 2009 20:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-91</guid>
		<description>Hi I just found your project and I&#039;m an fairly new EE student and I&#039;m working on a similar project involving this mic was just wondering what your Vcc value was.  Thanks looks great</description>
		<content:encoded><![CDATA[<p>Hi I just found your project and I&#8217;m an fairly new EE student and I&#8217;m working on a similar project involving this mic was just wondering what your Vcc value was.  Thanks looks great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-80</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-80</guid>
		<description>In my application the sensitivity is pretty poor, but this leads to better synchronisation with the music as other noises (typing on the keyboard, talking, etc) are ignored. I haven&#039;t tested it extensively but I don&#039;t believe the sensitivity is brilliant for long ranges like a room - I get the feeling it is better for noises very nearby which obviously are louder for it. In other words, great to talk into it, not great for picking up noises in the room. You may want to try either a better (not electret, for one) microphone or some kind of noise amplification.</description>
		<content:encoded><![CDATA[<p>In my application the sensitivity is pretty poor, but this leads to better synchronisation with the music as other noises (typing on the keyboard, talking, etc) are ignored. I haven&#8217;t tested it extensively but I don&#8217;t believe the sensitivity is brilliant for long ranges like a room &#8211; I get the feeling it is better for noises very nearby which obviously are louder for it. In other words, great to talk into it, not great for picking up noises in the room. You may want to try either a better (not electret, for one) microphone or some kind of noise amplification.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
