<?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.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: BillKilgallon</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/comment-page-1/#comment-79</link>
		<dc:creator>BillKilgallon</dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24#comment-79</guid>
		<description>Hmmm.  I&#039;m playing with an audio project on a PIC 16F819 now, which has 3 A2D&#039;s and allows you to set your own VREF for + and -.  So I put it together going right from the output of the electret mic&#039;s decoupling cap, no amp.

It works well for moderately loud noises, and great for yelling and clapping, but not for &quot;normal room noise&quot;.

Using your 386 op amp, how sensitive is the noise floor for this whole thing?  Does the noise have to be loud, or can you tune it for normal ambient noises?

That Sparcfun mic is one of the more sensitive ones I have seen, so that probably makes the difference.  My mic is whatever was in the box at Mendelsons that they were selling by the bucket :)</description>
		<content:encoded><![CDATA[<p>Hmmm.  I&#8217;m playing with an audio project on a PIC 16F819 now, which has 3 A2D&#8217;s and allows you to set your own VREF for + and -.  So I put it together going right from the output of the electret mic&#8217;s decoupling cap, no amp.</p>
<p>It works well for moderately loud noises, and great for yelling and clapping, but not for &#8220;normal room noise&#8221;.</p>
<p>Using your 386 op amp, how sensitive is the noise floor for this whole thing?  Does the noise have to be loud, or can you tune it for normal ambient noises?</p>
<p>That Sparcfun mic is one of the more sensitive ones I have seen, so that probably makes the difference.  My mic is whatever was in the box at Mendelsons that they were selling by the bucket <img src='http://negativeacknowledge.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
