<?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: Touch Sensing Building Blocks I</title>
	<atom:link href="http://projects.dimension-x.net/archives/73/feed" rel="self" type="application/rss+xml" />
	<link>http://projects.dimension-x.net/archives/73</link>
	<description>Thoughts, ideas, projects, pictures.</description>
	<lastBuildDate>Sun, 01 Jan 2012 17:54:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: c.moore</title>
		<link>http://projects.dimension-x.net/archives/73/comment-page-1#comment-24571</link>
		<dc:creator>c.moore</dc:creator>
		<pubDate>Tue, 14 Aug 2007 07:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://projects.dimension-x.net/archives/73#comment-24571</guid>
		<description>Sir, would it be ok if I replicated a summary of this process on my forums?

http://nuigroup.com/forums/</description>
		<content:encoded><![CDATA[<p>Sir, would it be ok if I replicated a summary of this process on my forums?</p>
<p><a href="http://nuigroup.com/forums/" rel="nofollow">http://nuigroup.com/forums/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmpvar</title>
		<link>http://projects.dimension-x.net/archives/73/comment-page-1#comment-443</link>
		<dc:creator>tmpvar</dc:creator>
		<pubDate>Sun, 31 Dec 2006 00:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://projects.dimension-x.net/archives/73#comment-443</guid>
		<description>Excellent, excellent, and cool... I just tried the laser -&gt; red led, and I had no idea.  THE POWER OF THE LED :-P</description>
		<content:encoded><![CDATA[<p>Excellent, excellent, and cool&#8230; I just tried the laser -&gt; red led, and I had no idea.  THE POWER OF THE LED :-P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justDIY</title>
		<link>http://projects.dimension-x.net/archives/73/comment-page-1#comment-224</link>
		<dc:creator>justDIY</dc:creator>
		<pubDate>Tue, 08 Aug 2006 11:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://projects.dimension-x.net/archives/73#comment-224</guid>
		<description>to use the leds as binary sensors/switches, there are two ways ... the first involves still using the ADC, along with accumulators in software ... the second is to use the schmitt trigger inputs on the uC ... the ST inputs are sensitive enough (high enough impedance?)  to register the tiny tiny current an LED produces via the photovoltaic effect ... so an LED thats being lit registers as a logic high, a dark led = low.

this makes it super easy, problem is, most pics have very few ST inputs, some models don&#039;t have any...</description>
		<content:encoded><![CDATA[<p>to use the leds as binary sensors/switches, there are two ways &#8230; the first involves still using the ADC, along with accumulators in software &#8230; the second is to use the schmitt trigger inputs on the uC &#8230; the ST inputs are sensitive enough (high enough impedance?)  to register the tiny tiny current an LED produces via the photovoltaic effect &#8230; so an LED thats being lit registers as a logic high, a dark led = low.</p>
<p>this makes it super easy, problem is, most pics have very few ST inputs, some models don&#8217;t have any&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobalto Iridium</title>
		<link>http://projects.dimension-x.net/archives/73/comment-page-1#comment-223</link>
		<dc:creator>Cobalto Iridium</dc:creator>
		<pubDate>Tue, 08 Aug 2006 00:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://projects.dimension-x.net/archives/73#comment-223</guid>
		<description>.... by the way...  in order to avoid the lighting issues... What about modulating the &#039;lighting&#039; LEDs?,  So, you can declare a valid &#039;1&#039; or &#039;0&#039; only when a pulse train has been detected by the &#039;sensing&#039; leds, it will take more than 1ms to detect a valid state regardless the light conditions but it could be worthwhile the exercise....

Just my 2cents...

Cobalto...</description>
		<content:encoded><![CDATA[<p>&#8230;. by the way&#8230;  in order to avoid the lighting issues&#8230; What about modulating the &#8216;lighting&#8217; LEDs?,  So, you can declare a valid &#8217;1&#8242; or &#8217;0&#8242; only when a pulse train has been detected by the &#8216;sensing&#8217; leds, it will take more than 1ms to detect a valid state regardless the light conditions but it could be worthwhile the exercise&#8230;.</p>
<p>Just my 2cents&#8230;</p>
<p>Cobalto&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobalto Iridium</title>
		<link>http://projects.dimension-x.net/archives/73/comment-page-1#comment-222</link>
		<dc:creator>Cobalto Iridium</dc:creator>
		<pubDate>Mon, 07 Aug 2006 21:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://projects.dimension-x.net/archives/73#comment-222</guid>
		<description>.... I&#039;ve followed this LED sensing stuff for quite a while and I just wonder if it is possible to handle the sensing LEDs just as a binary switches thus avoiding the need for an ADC logic [ of course, some pre-conditioning will be needed ].

In my line of thought, I&#039;ll try to add this LED sensing [ on/off ] into some audio gear that I do in order to digitally select the audio source, volume [ just up/down kind of control ] with an array of 4 LEDs per indicator/switch covered by a glass... in any case WOW..!!! it is remarkable what you have done...!!!

Greetings from Mexico....!</description>
		<content:encoded><![CDATA[<p>&#8230;. I&#8217;ve followed this LED sensing stuff for quite a while and I just wonder if it is possible to handle the sensing LEDs just as a binary switches thus avoiding the need for an ADC logic [ of course, some pre-conditioning will be needed ].</p>
<p>In my line of thought, I&#8217;ll try to add this LED sensing [ on/off ] into some audio gear that I do in order to digitally select the audio source, volume [ just up/down kind of control ] with an array of 4 LEDs per indicator/switch covered by a glass&#8230; in any case WOW..!!! it is remarkable what you have done&#8230;!!!</p>
<p>Greetings from Mexico&#8230;.!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

