<?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 for [protofusion]</title> <atom:link href="http://protofusion.org/wordpress/comments/feed/" rel="self" type="application/rss+xml" /><link>http://protofusion.org/wordpress</link> <description>Generally Interesting</description> <lastBuildDate>Thu, 09 Feb 2012 11:15:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on ZonCoffee v3 PCB by Noel</title><link>http://protofusion.org/wordpress/2011/11/zoncoffee-v3-pcb/comment-page-1/#comment-24057</link> <dc:creator>Noel</dc:creator> <pubDate>Thu, 09 Feb 2012 11:15:43 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1118#comment-24057</guid> <description>After almost a year with 2 set of EC155 (at home &amp; office),
I&#039;m very interested about adding PID myself.
Currently I&#039;m researching methods by using Arduino,
until I found your site with similar ideas!While I&#039;ll continuing my study (at a primitive stage...),
I&#039;m more happy to be advise for your kits availability!
Please keep me informed for any good news!Regards,Noel</description> <content:encoded><![CDATA[<p>After almost a year with 2 set of EC155 (at home &amp; office),<br
/> I&#8217;m very interested about adding PID myself.<br
/> Currently I&#8217;m researching methods by using Arduino,<br
/> until I found your site with similar ideas!</p><p>While I&#8217;ll continuing my study (at a primitive stage&#8230;),<br
/> I&#8217;m more happy to be advise for your kits availability!<br
/> Please keep me informed for any good news!</p><p>Regards,</p><p>Noel</p> ]]></content:encoded> </item> <item><title>Comment on MNL: Networked LED Lighting by Spring Semester Projects &#124; Ethan Zonca</title><link>http://protofusion.org/wordpress/2011/08/mnl-networked-led-lighting/comment-page-1/#comment-23447</link> <dc:creator>Spring Semester Projects &#124; Ethan Zonca</dc:creator> <pubDate>Fri, 03 Feb 2012 21:41:46 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1037#comment-23447</guid> <description>[...] This new firmware is untested, since I&#8217;ve somehow managed to kill all of my working nodes.MNL Networked LightingSlatePermutateI haven&#8217;t had a ton of time to devote to SlatePermutate this past semester, as I [...]</description> <content:encoded><![CDATA[<p>[...] This new firmware is untested, since I&#8217;ve somehow managed to kill all of my working nodes.MNL Networked LightingSlatePermutateI haven&#8217;t had a ton of time to devote to SlatePermutate this past semester, as I [...]</p> ]]></content:encoded> </item> <item><title>Comment on Arduino Leonardo &#8211; Interrupts by Ethan Zonca</title><link>http://protofusion.org/wordpress/2012/01/arduino-leonardo-interrupts/comment-page-1/#comment-23350</link> <dc:creator>Ethan Zonca</dc:creator> <pubDate>Fri, 03 Feb 2012 01:31:31 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1154#comment-23350</guid> <description>I&#039;ve &quot;hacked&quot; SoftwareSerial into a working state, but it&#039;s not pretty. Basically you have to add an attachInterrupt(myRxPin, myTestISR, CHANGE) call in your setup() which calls an ISR you write. The ISR you write should call mySoftwareSerialInstance.recv() which I made public. Nasty, but it works. Let me know if you try it out / have any better ideas. I couldn&#039;t get attachInterrupt() to work on a method of a class, which is why I&#039;m doing it externally.Main test file (line 49, 61 of interest): http://protofusion.org/hg/supermileage/file/271c53e52125/Arduino/SuperMileage/SuperMileage.inoModified SoftwareSerial library:
http://protofusion.org/hg/supermileage/raw-diff/271c53e52125/Arduino/Libraries/SoftwareSerial/SoftwareSerial.cpp
http://protofusion.org/hg/supermileage/raw-diff/271c53e52125/Arduino/Libraries/SoftwareSerial/SoftwareSerial.h</description> <content:encoded><![CDATA[<p>I&#8217;ve &#8220;hacked&#8221; SoftwareSerial into a working state, but it&#8217;s not pretty. Basically you have to add an attachInterrupt(myRxPin, myTestISR, CHANGE) call in your setup() which calls an ISR you write. The ISR you write should call mySoftwareSerialInstance.recv() which I made public. Nasty, but it works. Let me know if you try it out / have any better ideas. I couldn&#8217;t get attachInterrupt() to work on a method of a class, which is why I&#8217;m doing it externally.</p><p>Main test file (line 49, 61 of interest): <a
href="http://protofusion.org/hg/supermileage/file/271c53e52125/Arduino/SuperMileage/SuperMileage.ino" rel="nofollow">http://protofusion.org/hg/supermileage/file/271c53e52125/Arduino/SuperMileage/SuperMileage.ino</a></p><p>Modified SoftwareSerial library:<br
/> <a
href="http://protofusion.org/hg/supermileage/raw-diff/271c53e52125/Arduino/Libraries/SoftwareSerial/SoftwareSerial.cpp" rel="nofollow">http://protofusion.org/hg/supermileage/raw-diff/271c53e52125/Arduino/Libraries/SoftwareSerial/SoftwareSerial.cpp</a><br
/> <a
href="http://protofusion.org/hg/supermileage/raw-diff/271c53e52125/Arduino/Libraries/SoftwareSerial/SoftwareSerial.h" rel="nofollow">http://protofusion.org/hg/supermileage/raw-diff/271c53e52125/Arduino/Libraries/SoftwareSerial/SoftwareSerial.h</a></p> ]]></content:encoded> </item> <item><title>Comment on Arduino Leonardo &#8211; Interrupts by Jamil Merali</title><link>http://protofusion.org/wordpress/2012/01/arduino-leonardo-interrupts/comment-page-1/#comment-23347</link> <dc:creator>Jamil Merali</dc:creator> <pubDate>Fri, 03 Feb 2012 01:13:27 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1154#comment-23347</guid> <description>Hi,
Is there any update or ETA for softwareserial with the Leonardo? Thanks.</description> <content:encoded><![CDATA[<p>Hi,<br
/> Is there any update or ETA for softwareserial with the Leonardo? Thanks.</p> ]]></content:encoded> </item> <item><title>Comment on MNL: Networked LED Lighting by Ethan Zonca</title><link>http://protofusion.org/wordpress/2011/08/mnl-networked-led-lighting/comment-page-1/#comment-23339</link> <dc:creator>Ethan Zonca</dc:creator> <pubDate>Thu, 02 Feb 2012 23:05:59 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1037#comment-23339</guid> <description>Hey Seth, I&#039;ll probably get the source up in my repository in the next couple of weeks. I have an updated sketch with an OSC interface for control from an Android phone as well as some  other improvements.</description> <content:encoded><![CDATA[<p>Hey Seth, I&#8217;ll probably get the source up in my repository in the next couple of weeks. I have an updated sketch with an OSC interface for control from an Android phone as well as some  other improvements.</p> ]]></content:encoded> </item> <item><title>Comment on MNL: Networked LED Lighting by Seth</title><link>http://protofusion.org/wordpress/2011/08/mnl-networked-led-lighting/comment-page-1/#comment-23307</link> <dc:creator>Seth</dc:creator> <pubDate>Thu, 02 Feb 2012 15:37:27 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1037#comment-23307</guid> <description>I would like to play that processing sketch.  Are you planning on open-sourcing it?</description> <content:encoded><![CDATA[<p>I would like to play that processing sketch.  Are you planning on open-sourcing it?</p> ]]></content:encoded> </item> <item><title>Comment on Depressurizing the EC155 Portafilter by meowwl</title><link>http://protofusion.org/wordpress/2010/02/depressurizing-the-ec-155-portafilter/comment-page-1/#comment-22827</link> <dc:creator>meowwl</dc:creator> <pubDate>Sat, 28 Jan 2012 06:53:18 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=224#comment-22827</guid> <description>I&#039;d add that if you&#039;re having trouble with it entirely depressurized, you can partly depressurize it by weakening the spring. Just pop it apart via the &quot;permanent&quot; method, get some heavy duty wire cutters, and clip off a coil on the smaller end, and reassemble. It cuts the backpressure by about 25%, and makes for a slightly drier puck.The advantage is that you can use a coarser grind (Like if you&#039;re stuck using a storebought pre-ground coffee, rather than grinding your own.) than you should for espresso, and still come out with a decent shot.</description> <content:encoded><![CDATA[<p>I&#8217;d add that if you&#8217;re having trouble with it entirely depressurized, you can partly depressurize it by weakening the spring. Just pop it apart via the &#8220;permanent&#8221; method, get some heavy duty wire cutters, and clip off a coil on the smaller end, and reassemble. It cuts the backpressure by about 25%, and makes for a slightly drier puck.</p><p>The advantage is that you can use a coarser grind (Like if you&#8217;re stuck using a storebought pre-ground coffee, rather than grinding your own.) than you should for espresso, and still come out with a decent shot.</p> ]]></content:encoded> </item> <item><title>Comment on Depressurizing the EC155 Portafilter by meowwl</title><link>http://protofusion.org/wordpress/2010/02/depressurizing-the-ec-155-portafilter/comment-page-1/#comment-22821</link> <dc:creator>meowwl</dc:creator> <pubDate>Sat, 28 Jan 2012 05:57:45 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=224#comment-22821</guid> <description>If the coffee comes out right away, then chances are it&#039;s either not ground fine enough, or not tamped enough. Just about any tamper other than the one actrually on the maching will work better....That thing bends rather alarmingly if you try to tamp it down properly.</description> <content:encoded><![CDATA[<p>If the coffee comes out right away, then chances are it&#8217;s either not ground fine enough, or not tamped enough. Just about any tamper other than the one actrually on the maching will work better&#8230;.That thing bends rather alarmingly if you try to tamp it down properly.</p> ]]></content:encoded> </item> <item><title>Comment on PCB Desktop Background by Jimmy</title><link>http://protofusion.org/wordpress/2011/08/pcb-backgrounds/comment-page-1/#comment-21971</link> <dc:creator>Jimmy</dc:creator> <pubDate>Wed, 18 Jan 2012 22:39:26 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1043#comment-21971</guid> <description>Was actually looking for something like this for my account on the school engineering computers. Pretty freaking sweet.</description> <content:encoded><![CDATA[<p>Was actually looking for something like this for my account on the school engineering computers. Pretty freaking sweet.</p> ]]></content:encoded> </item> <item><title>Comment on ZonCoffee v3 PCB by Ethan Zonca</title><link>http://protofusion.org/wordpress/2011/11/zoncoffee-v3-pcb/comment-page-1/#comment-20718</link> <dc:creator>Ethan Zonca</dc:creator> <pubDate>Sat, 07 Jan 2012 01:45:58 +0000</pubDate> <guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1118#comment-20718</guid> <description>Scott--I&#039;ll let you know when the first run of boards are available, which should be in the next couple of months.</description> <content:encoded><![CDATA[<p>Scott&#8211;I&#8217;ll let you know when the first run of boards are available, which should be in the next couple of months.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 426/480 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: pf-wordpress.s3.amazonaws.com

Served from: protofusion.org @ 2012-02-10 15:10:15 -->
