<?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: phatIO is file system based USB I/O</title>
	<atom:link href="http://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Sun, 19 Apr 2026 21:53:56 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/comment-page-1/#comment-1420229</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 22 Jul 2015 02:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=14916#comment-1420229</guid>
		<description><![CDATA[Somewhat similar concept:

Add Digital inputs and outputs, Analog inputs, PWM outputs, multiple SPI, I2C and 1-Wire master buses to your computer.
http://www.flyfish-tech.com/FF32/index.php#Overview

Flyfish FF32 Gets GUI
http://hackaday.com/2015/07/20/flyfish-ff32-gets-gui/

[CWroos] has written an impressive GUI for the Flyfish FF32. The Flyfish is a port expander of sorts, allowing the user access to a large array of I/O , analog inputs, SPI, I2C and a few other connectivity options over a USB connection. There is no driver as it uses a native HID driver in the operating system of the device it’s attached to. It’s not just tethered to a PC either. It works with Raspberry Pi, Beaglebone and several other SBCs.

[CWroos]’s GUI makes it easier than ever to interact with the FF32. It has a script editor allowing you to run and edit scripts on the fly]]></description>
		<content:encoded><![CDATA[<p>Somewhat similar concept:</p>
<p>Add Digital inputs and outputs, Analog inputs, PWM outputs, multiple SPI, I2C and 1-Wire master buses to your computer.<br />
<a href="http://www.flyfish-tech.com/FF32/index.php#Overview" rel="nofollow">http://www.flyfish-tech.com/FF32/index.php#Overview</a></p>
<p>Flyfish FF32 Gets GUI<br />
<a href="http://hackaday.com/2015/07/20/flyfish-ff32-gets-gui/" rel="nofollow">http://hackaday.com/2015/07/20/flyfish-ff32-gets-gui/</a></p>
<p>[CWroos] has written an impressive GUI for the Flyfish FF32. The Flyfish is a port expander of sorts, allowing the user access to a large array of I/O , analog inputs, SPI, I2C and a few other connectivity options over a USB connection. There is no driver as it uses a native HID driver in the operating system of the device it’s attached to. It’s not just tethered to a PC either. It works with Raspberry Pi, Beaglebone and several other SBCs.</p>
<p>[CWroos]’s GUI makes it easier than ever to interact with the FF32. It has a script editor allowing you to run and edit scripts on the fly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/comment-page-1/#comment-25854</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 06 Dec 2013 20:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=14916#comment-25854</guid>
		<description><![CDATA[Passive Infra Red Sensors
http://www.phatio.com/ideas/PIR/

This short document illustrates how to connect a passive infrared sensor (PIR sensor) to phatIO.

The PIR device has 3 pins: 5V, GND, and OUT. When connected to phatIO’s 5V and GND pins the OUT pin will be at 0V until movement is detected, it then goes to 3V - this is high enough to be read as a digital 1 by phatIO when connected to one of its IO pins. The PIR modules ‘time’ and ‘sensitivity’ trimpots can be used to alter how long the PIR OUT pin stays high and how soon it will detect movement respectively. I found the default values to be fine.

Turn off Computers Screen Saver

The phatIO config below (copy to run.lio on your phatIO device) will send a shift key to the computer when it detects movement after 60 seconds of no movement.

This is useful used in conjunction with a screen saver to turn off your monitor after a few minutes of inactivity (when you walk away from the computer) but keep it on whist moving around your desk or walk back into range.

Other Ideas
Using techniques from Keyboard Hacks to launch applications on the host computer it would be possible to make the host computer capture an image with a webcam when it detects movement (see CommandCam and imagesnap).]]></description>
		<content:encoded><![CDATA[<p>Passive Infra Red Sensors<br />
<a href="http://www.phatio.com/ideas/PIR/" rel="nofollow">http://www.phatio.com/ideas/PIR/</a></p>
<p>This short document illustrates how to connect a passive infrared sensor (PIR sensor) to phatIO.</p>
<p>The PIR device has 3 pins: 5V, GND, and OUT. When connected to phatIO’s 5V and GND pins the OUT pin will be at 0V until movement is detected, it then goes to 3V &#8211; this is high enough to be read as a digital 1 by phatIO when connected to one of its IO pins. The PIR modules ‘time’ and ‘sensitivity’ trimpots can be used to alter how long the PIR OUT pin stays high and how soon it will detect movement respectively. I found the default values to be fine.</p>
<p>Turn off Computers Screen Saver</p>
<p>The phatIO config below (copy to run.lio on your phatIO device) will send a shift key to the computer when it detects movement after 60 seconds of no movement.</p>
<p>This is useful used in conjunction with a screen saver to turn off your monitor after a few minutes of inactivity (when you walk away from the computer) but keep it on whist moving around your desk or walk back into range.</p>
<p>Other Ideas<br />
Using techniques from Keyboard Hacks to launch applications on the host computer it would be possible to make the host computer capture an image with a webcam when it detects movement (see CommandCam and imagesnap).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/comment-page-1/#comment-25853</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 06 Dec 2013 20:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=14916#comment-25853</guid>
		<description><![CDATA[new business card
http://www.limpkin.fr/index.php?post/2012/09/15/My-new-business-card

AT90USB82/162 from Atmel as it is quite cheap but also because there are a few libraries available for it: Lufa and the teensy examples]]></description>
		<content:encoded><![CDATA[<p>new business card<br />
<a href="http://www.limpkin.fr/index.php?post/2012/09/15/My-new-business-card" rel="nofollow">http://www.limpkin.fr/index.php?post/2012/09/15/My-new-business-card</a></p>
<p>AT90USB82/162 from Atmel as it is quite cheap but also because there are a few libraries available for it: Lufa and the teensy examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earn money for free at home</title>
		<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/comment-page-1/#comment-25852</link>
		<dc:creator><![CDATA[earn money for free at home]]></dc:creator>
		<pubDate>Fri, 18 Oct 2013 02:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=14916#comment-25852</guid>
		<description><![CDATA[Yes! Finally something about business venture.]]></description>
		<content:encoded><![CDATA[<p>Yes! Finally something about business venture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remote control with Dropbox &#171; Tomi Engdahl&#8217;s ePanorama blog</title>
		<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/comment-page-1/#comment-25851</link>
		<dc:creator><![CDATA[Remote control with Dropbox &#171; Tomi Engdahl&#8217;s ePanorama blog]]></dc:creator>
		<pubDate>Mon, 20 May 2013 07:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=14916#comment-25851</guid>
		<description><![CDATA[[...] control with Dropbox    I some time ago wrote about phatIO file system based USB I/O and this is a continuation to this [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] control with Dropbox    I some time ago wrote about phatIO file system based USB I/O and this is a continuation to this [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/comment-page-1/#comment-25850</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 28 Apr 2013 19:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=14916#comment-25850</guid>
		<description><![CDATA[Windows Update
http://www.phatio.com/blog/20130108/

First, Dropbox Integration was succesfully tested on Windows 8 - it should work with all versions of Windows from Vista onwards. This means that a phatIO directory can be exported to dropbox and the files edited remotely - even shared with other users. This is a very cheap way of remoting IO - you can send something to a display or turn a device on, from across the world, by simply plugging in a phatIO and installing Dropbox.

 Windows C# code that retrieves the value of the phatIO pin files, bypassing the Windows/Filesystem Cache]]></description>
		<content:encoded><![CDATA[<p>Windows Update<br />
<a href="http://www.phatio.com/blog/20130108/" rel="nofollow">http://www.phatio.com/blog/20130108/</a></p>
<p>First, Dropbox Integration was succesfully tested on Windows 8 &#8211; it should work with all versions of Windows from Vista onwards. This means that a phatIO directory can be exported to dropbox and the files edited remotely &#8211; even shared with other users. This is a very cheap way of remoting IO &#8211; you can send something to a display or turn a device on, from across the world, by simply plugging in a phatIO and installing Dropbox.</p>
<p> Windows C# code that retrieves the value of the phatIO pin files, bypassing the Windows/Filesystem Cache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurel</title>
		<link>https://www.epanorama.net/blog/2012/12/11/phatio-is-file-system-based-usb-io/comment-page-1/#comment-25849</link>
		<dc:creator><![CDATA[Laurel]]></dc:creator>
		<pubDate>Tue, 11 Dec 2012 11:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=14916#comment-25849</guid>
		<description><![CDATA[Gгeate ρost. Keep posting such kinԁ of info on your
sіte. Im rеally impгeѕѕed by your blog.

Hi thеre,  You&#039;ve performed a fantastic job. I&#039;ll сertаinly ԁigg it anԁ indіvіdually suggеst to my friends.

I am confident theу&#039;ll be benefited from this web site.]]></description>
		<content:encoded><![CDATA[<p>Gгeate ρost. Keep posting such kinԁ of info on your<br />
sіte. Im rеally impгeѕѕed by your blog.</p>
<p>Hi thеre,  You&#8217;ve performed a fantastic job. I&#8217;ll сertаinly ԁigg it anԁ indіvіdually suggеst to my friends.</p>
<p>I am confident theу&#8217;ll be benefited from this web site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
