<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Proximity sensors, y'know, for cats!</title>
	<link>http://ask.metafilter.com/224582/Proximity-sensors-yknow-for-cats/</link>
	<description>Comments on Ask MetaFilter post Proximity sensors, y'know, for cats!</description>
	<pubDate>Sat, 15 Sep 2012 12:17:32 -0800</pubDate>
	<lastBuildDate>Sat, 15 Sep 2012 12:27:24 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Proximity sensors, y&apos;know, for cats!</title>
		<link>http://ask.metafilter.com/224582/Proximity-sensors-yknow-for-cats</link>	
		<description>I&apos;m looking for proximity trigger/sensors system with triggers are small enough to be worn by household pets, possibly attached to their collar.  The sensors can be stationary and plugged into a power outlet. &lt;br /&gt;&lt;br /&gt; Some additional details about the requirements: It doesn&apos;t have to be engineering components, if something like Lego Mindstorms can do this, that&apos;s fine. I don&apos;t need to know exact distances either , the sensor simply needs to know when the trigger is nearby, while ignoring nearby objects that don&apos;t have the trigger. I&apos;ve looked up proximity sensors in various parts catalogs, but I&apos;m not familiar enough with the terminology to know what specific sensors do, or what other components they require to function.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.224582</guid>
		<pubDate>Sat, 15 Sep 2012 12:17:32 -0800</pubDate>
		<dc:creator>yorick</dc:creator>
		
			<category>proximitysensor</category>
		
			<category>proximitydetector</category>
		
			<category>magnetickitty</category>
		
			<category>magnets</category>
		
	</item>
	<item>
		<title>By: special-k</title>
		<link>http://ask.metafilter.com/224582/Proximity-sensors-yknow-for-cats#3248130</link>	
		<description>This &lt;a href=&quot;http://www.kickstarter.com/projects/smartthings/smartthings-make-your-world-smarter&quot;&gt;kickstarter&lt;/a&gt; is still open and might fit your needs.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.224582-3248130</guid>
		<pubDate>Sat, 15 Sep 2012 12:27:24 -0800</pubDate>
		<dc:creator>special-k</dc:creator>
	</item><item>
		<title>By: jannw</title>
		<link>http://ask.metafilter.com/224582/Proximity-sensors-yknow-for-cats#3248144</link>	
		<description>you mean ... like a prox key fob for an electronic door lock? Because I assume you are looking at a kitty door.&lt;br&gt;
&lt;br&gt;
have you seen: http://www.petsathome.com/shop/cat/cat-flaps-carriers-kennels/cat-flaps/ ... which have a bunch&lt;br&gt;
&lt;br&gt;
this one works with the cat&apos;s microchip: http://www.amazon.co.uk/SureFlap-Ltd-Microchip-Door--White/dp/B003EGIM3O/ref=sr_1_1?ie=UTF8&amp;amp;qid=1347738081&amp;amp;sr=8-1</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.224582-3248144</guid>
		<pubDate>Sat, 15 Sep 2012 12:42:51 -0800</pubDate>
		<dc:creator>jannw</dc:creator>
	</item><item>
		<title>By: hattifattener</title>
		<link>http://ask.metafilter.com/224582/Proximity-sensors-yknow-for-cats#3248388</link>	
		<description>A small RFID tag seems like the best approach. Something like the &apos;laundry tag&apos; style would fit on a collar easily enough. What kind of effect do you want when the cat is nearby? If you&apos;re building a doohickey yourself, a &lt;a href=&quot;http://www.adafruit.com/category/55&quot;&gt;reader from adafruit&lt;/a&gt; or &lt;a href=&quot;http://www.parallax.com/Store/Microcontrollers/BASICStampModules/tabid/134/txtSearch/rfid/List/1/ProductID/114/Default.aspx?SortField=ProductName%2cProductName&quot;&gt;parallax&lt;/a&gt; can talk to an arduino or whatever.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.224582-3248388</guid>
		<pubDate>Sat, 15 Sep 2012 18:09:57 -0800</pubDate>
		<dc:creator>hattifattener</dc:creator>
	</item><item>
		<title>By: Ookseer</title>
		<link>http://ask.metafilter.com/224582/Proximity-sensors-yknow-for-cats#3248982</link>	
		<description>As hattifattener said, this is pretty much what RFID tags are for.  They&apos;re about the size of a coin and don&apos;t require any power but when they pass near a reader (typically 1 foot or so, but different readers can read different distances from fraction of an inch to many feet) it sends out a coded number. The reader can then take action based on that unique number. (So, for example, if you have one on the dog, and a different one on the cat you can have the doggy door unlock only for the dog, and the cat food dispenser only feed the cat.) &lt;br&gt;
&lt;br&gt;
Other sensors (hall effect senors, active radio tags, NFC) either require very close proximity (inch or less) or require power on the device to transmit. &lt;br&gt;
&lt;br&gt;
The reader has several components. An antena, usually about 3-4 inches square which activates the tag, and a tiny bit of a computer to figure out the number that it transmits. After that what happens is up to you.  They&apos;re typically powered by 5v, but likely draw enough power that they would only last a few days on battery power alone.&lt;br&gt;
&lt;br&gt;
If you&apos;re new to this kind of stuff I&apos;d recommend &lt;a href=&quot;http://www.phidgets.com/&quot;&gt;Phidgets&lt;/a&gt; which take most of the electrical engineering out of the equation. They make a basic &lt;a href=&quot;http://www.phidgets.com/products.php?product_id=2002&quot;&gt;starter RFID kit&lt;/a&gt; with the reader and a selection of tags. They also have tags &lt;a href=&quot;http://www.phidgets.com/products.php?product_id=3914_0&quot;&gt;small enough&lt;/a&gt; to be places round bird legs if that&apos;s useful.&lt;br&gt;
&lt;br&gt;
I&apos;ve also used the readers sold by Adafruit and Parallax (mentioned above) and they&apos;re easy enough to use but require some external hardware to interface with. Not sure if that&apos;s one of your goals or not.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.224582-3248982</guid>
		<pubDate>Sun, 16 Sep 2012 13:13:41 -0800</pubDate>
		<dc:creator>Ookseer</dc:creator>
	</item>
	</channel>
</rss>
