<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: proximity sensor and light</title>
		<atom:link href="http://cycling74.com/forums/topic/proximity-sensor-and-light/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 14:18:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-67062</guid>
					<title><![CDATA[proximity sensor and light]]></title>
					<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-67062</link>
					<pubDate>Wed, 13 Mar 2013 17:06:26 +0000</pubDate>
					<dc:creator>houdini</dc:creator>

					<description>
						<![CDATA[
						<p>hey guys, i am kinda new in using max msp and trying to figure something out.<br />
for a project i have a patch with different leds that can be turned on/off and bascially operated in max.<br />
btw these leds are connected to an arduino board and not the standard phidget interfacekit.</p>
<p>now i wanted to connect those leds with a proximity sensor so they will automatically turn on once you approach the sensor within 80 cm.</p>
<p>can someone help me how to figure out what to do. i tried to find patches on the internet for that kind of situation but there was nothing really that could help me ( at least that´s what i tought)</p>
<p>i appreciate any comment. tx in advance.</p>
<p>the patch is attached</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241352</guid>
					<title><![CDATA[Re: proximity sensor and light]]></title>
					<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241352</link>
					<pubDate>Wed, 13 Mar 2013 18:01:01 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>doesn&#8217;t sound like you even need max for this. </p>
<p>google &#8220;proximity sensor arduino code&#8221;. Tons of readymade examples.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241353</guid>
					<title><![CDATA[Re: proximity sensor and light]]></title>
					<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241353</link>
					<pubDate>Wed, 13 Mar 2013 19:12:09 +0000</pubDate>
					<dc:creator>houdini</dc:creator>

					<description>
						<![CDATA[
						<p>since i already created a max patch it would be nice to stick to one format. also i can control the colour of the leds in the max patch now.<br />
besides that, i do not have lot´s of experience in coding&#8230; or is there a possibility to translate the arduino code into max?</p>
<p>any suggestions?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241354</guid>
					<title><![CDATA[Re: proximity sensor and light]]></title>
					<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241354</link>
					<pubDate>Wed, 13 Mar 2013 20:25:51 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>I would echo Wetterberg&#8217;s suggestion to optimize this in Arduino first. Furthermore, it could be argued that, as programming environments, Max is way more complex where Arduino is more straightforward.</p>
<p>You mention that you like being able to change LED colour; there&#8217;s tutorials on how to do this quickly and simply on the Arduino site. Maybe you can define the interaction environment parameters a little more precisely for yourself &#8211; why, how and when LEDs react to proximity &#8211; before muddying the water with reading AND writing to Arduino via Max.  </p>
<p>Brendan.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241355</guid>
					<title><![CDATA[Re: proximity sensor and light]]></title>
					<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241355</link>
					<pubDate>Wed, 13 Mar 2013 23:06:58 +0000</pubDate>
					<dc:creator>houdini</dc:creator>

					<description>
						<![CDATA[
						<p>true point, that´s something i still need to consider.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241356</guid>
					<title><![CDATA[Re: proximity sensor and light]]></title>
					<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241356</link>
					<pubDate>Thu, 14 Mar 2013 09:29:20 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>If I had more free time, I could suggest something simple in Arduino, but sadly under pressure at the moment. Search for terms like colour-changer, potentiometer, mood-light, LED, etc.</p>
<p>I&#8217;m certainly no coding-ninja, but this should be v simple.</p>
<p>HTH</p>
<p>Brendan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241357</guid>
					<title><![CDATA[Re: proximity sensor and light]]></title>
					<link>http://cycling74.com/forums/topic/proximity-sensor-and-light/#post-241357</link>
					<pubDate>Fri, 15 Mar 2013 16:29:21 +0000</pubDate>
					<dc:creator>houdini</dc:creator>

					<description>
						<![CDATA[
						<p>tx again for your advice. i made the effort to code my stuff in arduino and it worked out perfectly! :)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

