<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>[protofusion] &#187; EC155</title> <atom:link href="http://protofusion.org/wordpress/tag/ec155/feed/" rel="self" type="application/rss+xml" /><link>http://protofusion.org/wordpress</link> <description>Generally Interesting</description> <lastBuildDate>Thu, 09 Feb 2012 19:23:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>ZonCoffee v3 PCB</title><link>http://protofusion.org/wordpress/2011/11/zoncoffee-v3-pcb/</link> <comments>http://protofusion.org/wordpress/2011/11/zoncoffee-v3-pcb/#comments</comments> <pubDate>Wed, 09 Nov 2011 16:46:35 +0000</pubDate> <dc:creator>Ethan Zonca</dc:creator> <category><![CDATA[Espresso Mods]]></category> <category><![CDATA[EC155]]></category> <category><![CDATA[Espresso]]></category> <category><![CDATA[PID]]></category> <category><![CDATA[ZonCoffee]]></category><guid
isPermaLink="false">http://protofusion.org/wordpress/?p=1118</guid> <description><![CDATA[The first prototype ZonCoffee v3 boards have arrived and are nearly up and running. I&#8217;m currently porting the code over ]]></description> <content:encoded><![CDATA[<p><a
href="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-sideview.jpg" rel="lightbox[1118]"><img
class="alignnone size-large wp-image-1123" title="ZonCoffee v3" src="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-sideview-500x251.jpg" alt="" width="500" height="251" /></a></p><p>The first prototype ZonCoffee v3 boards have arrived and are nearly up and running. I&#8217;m currently porting the code over to Arduino 1.0, as this board uses the Arduino Leonardo bootloader. Read on past the break for more info on the new board.</p><p><span
id="more-1118"></span></p><h3>v3 Features:</h3><ul><li>6-Pin AUX port allows use of parallel LCD or custom expansion</li><li>Supports SparkFun serial LCD</li><li>USB port emulates virtual serial port for logging and loading new firmware</li><li>All ports broken out to screw terminals</li><li>Power via USB or external independent power source</li><li>MAX6675-compatible footprint (also supports Maxim-IC&#8217;s newer chips)</li><li>6-Pin ICSP header for flashing custom bootloaders</li><li>Main power and USB power LED indicators</li></ul><p><a
href="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-bottomview.jpg" rel="lightbox[1118]"><img
class="alignnone size-large wp-image-1135" title="ZonCoffee v3 - Bottom of PCB" src="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-bottomview-500x333.jpg" alt="" width="500" height="333" /></a></p><p>This PCB includes connectors for external power, a SparkFun serial LCD, a pusbutton encoder, a thermocouple probe, a solid-state relay, and an auxiliary port. The auxiliary port pins are all connected to the ADC, allowing additional analog or digital IO for expansion. Note that the logo is silkscreened backwards, which is the only (thankfully superficial!) problem I have encountered with my board so far.</p><p><a
href="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-topview.jpg" rel="lightbox[1118]"><img
class="alignnone size-large wp-image-1136" title="ZonCoffee v3 - Top of PCB" src="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-topview-500x333.jpg" alt="" width="500" height="333" /></a></p><p>The PCB is populated with an ATMEGA32u4, an 8-bit Automotive-grade microcontroller from Atmel that features a USB interface as well as USART and SPI. This board takes advantage of USART for the SparkFun serial LCD, SPI for interfacing with the MAX6675 thermocouple interface chip, and USB for logging and updating firmware with a computer.  All parts on the PCB aside from headers are surface-mount, allowing a very compact design. For permanent installation, screw terminals can be depopulated and wires soldered directly to the board (except for the thermocouple leads, which cannot be soldered).</p><p><a
href="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-testsetup.jpg" rel="lightbox[1118]"><img
class="alignnone size-large wp-image-1137" title="ZonCoffee v3 PCB Test Setup" src="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2011/11/zc-testsetup-500x343.jpg" alt="" width="500" height="343" /></a></p><p>I have fully populated and tested two of these PCBs so far, and everything is completely functional. There are still a few software quirks from porting my original code to Arduino 1.0, but the boards themselves are fully functional. After a bit of tweaking with the encoder library and creating a drop-in library for attaching a HD44780 LCD to the auxiliary port, this design should be completely usable. I have one board up and running on my espresso machine for both use and development, and I also have a board attached to my roaster (modified Poppery I) that I will be using to experiment with ramping the setpoint for temperature-controlled coffee roasting.</p><h3>Want to get one?</h3><p>I&#8217;m planning on making a small beta run of boards in the coming months. Drop me an <a
href="mailto:ethanzonca@ethanzonca.com">email</a> or a comment below if you&#8217;re interested. I haven&#8217;t priced the beta boards out yet, but they will be available at a reduced price as long as you&#8217;re willing to provide a bit of feedback on the system.</p><h3>Update (2/9/12)</h3><p>Development on ZonCoffee has been a bit slow lately, as I&#8217;ve been working on a more time-critical project. Coincidentally, the project I&#8217;ve been working on also uses the ATMega32u4 on a much larger scale, so I can backport some fixes to the Arduino Leonardo specification to this project. I should be able to resume work on this project in the next couple of weeks.</p> ]]></content:encoded> <wfw:commentRss>http://protofusion.org/wordpress/2011/11/zoncoffee-v3-pcb/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Delonghi EC155 Resources</title><link>http://protofusion.org/wordpress/2010/04/delonghi-ec155-resources/</link> <comments>http://protofusion.org/wordpress/2010/04/delonghi-ec155-resources/#comments</comments> <pubDate>Fri, 16 Apr 2010 20:21:55 +0000</pubDate> <dc:creator>Ethan Zonca</dc:creator> <category><![CDATA[Espresso Mods]]></category> <category><![CDATA[EC155]]></category> <category><![CDATA[Espresso]]></category><guid
isPermaLink="false">http://protofusion.org/wordpress/?p=285</guid> <description><![CDATA[A few people have asked some questions about the EC155 tamper size, replacement frothing wands, etc. I&#8217;ll keep updating this ]]></description> <content:encoded><![CDATA[<p><a
href="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2010/04/transpec1551.png" rel="lightbox[285]"><img
class="alignnone size-medium wp-image-298" title="Delonghi EC155" src="http://pf-wordpress.s3.amazonaws.com/wordpress/wp-content/uploads/2010/04/transpec1551-300x300.png" alt="" width="300" height="300" /></a></p><p>A few people have asked some questions about the EC155 tamper size, replacement frothing wands, etc. I&#8217;ll keep updating this page with answers to common questions.</p><p><span
id="more-285"></span></p><h3>Tamper Size</h3><p>The EC155 uses a 52mm tamper (about 2 inches), and the guys over at <a
href="http://coffeegeek.com/" target="_blank">coffeegeek</a> recommend the <a
href="http://www.amazon.com/RSVP-TAM-Terrys-Tamper/dp/B0001XRNEM/proto0d-20">RSVP Terry&#8217;s Tamper</a>, which weighs in at a mere $6.95. If you&#8217;re looking for something a bit nicer, check out Coffee Compliments&#8217; <a
href="http://www.coffeecomplements.com/products-page/tamper/aluminum-base-black-oval-tappered/">aluminum tamper</a> ($17). They also offer all of their other tampers in the 52mm size, although they are all upwards of $17.</p><h3>Frothing Wand</h3><p>I&#8217;ve been looking around for a suitable replacement tip and/or wand for the EC155, and I&#8217;ve stumbled on a decent solution (thanks to people in <a
href="http://coffeegeek.com/forums/espresso/machinemods/479311" target="_blank">this</a> thread). Head over to your local hardware store or Home Depot and purchase a M6 x 1.0 acorn nut (stainless steel). Drill a 1/16&#8243; hole in the tip, I drilled from the inside of the nut using a drill press and some 3-in-one. After drilling the hole, get a larger bit and drill from the other side  to remove burrs. Be sure to wash thoroughly before use! The tip seems to work quite well, although I think a smaller hole could improve performance.</p><p>Feel free to leave a comment if you&#8217;ve found a tip or wand that fits. For more information, check out <a
href="http://coffeegeek.com/forums/espresso/machinemods/479311" target="_blank">this</a> thread on coffeegeek.</p><h3>Frothing Pitcher</h3><p>I&#8217;ve found that a 12oz pitcher seems to work best size-wise with the EC155. The 12oz pitcher is also short enough to allow milk frothing with an acorn nut tip, without a steam wand extension. <a
href="http://www.amazon.com/Rattleware-12-Ounce-Latte-Frothing-Pitcher/dp/B0016CBMYY/proto0d-20">This</a> pitcher (~$14)  is similar to the one I use. There are also cheaper options, but it&#8217;s nice to have a sturdy pitcher with a spout.</p><p>You can also get a <a
href="http://www.amazon.com/MIU-90070-Frothing-Thermometer/dp/B000JNUBW0/proto0d-20">cheap</a> ($10) or <a
href="http://www.amazon.com/Rattleware-5-Inch-Easy-Steam-S10/dp/B0016C4SWW/proto0d-20">more expensive</a> ($14) frothing thermometer, or you can just use a cheap meat thermometer (which works well, although it won&#8217;t clip on your pitcher nicely).</p><h3>Baskets</h3><p>I&#8217;ve been unable to find much information about usable baskets for the EC155, but some people have had luck with some of the baskets listed below.</p><ul><li>Delonghi 606348 [<a
href="http://www.amazon.com/Delonghi-606348-Filter-2-Dose/dp/B0006GC8GW/proto0d-20" target="_blank">amazon</a>] &#8211; Fits, but results aren&#8217;t great (see <a
href="#comment-1123">androidmert&#8217;s comment</a>)</li><li>Delonghi 607706 [<a
href="http://www.ereplacementparts.com/cup-filter-p-692808.html" target="_blank">ereplacementparts</a>] &#8211; Fits, but is quite large</li><li>Krups MS-090716 [hard to find] &#8211; Fits</li></ul><h3>Portafilter/Basket Dimensions</h3><p>I made the following measurements with digital calipers, so they should be fairly accurate:</p><ul><li>Portafilter inner diameter: <em>54.6mm</em> at top, narrows to<em> 51.2mm </em>at bottom</li><li>Stock double basket<ul><li>Outer diameter:<em> 54.0mm</em> at widest point, narrowing to <em>49.0mm</em></li><li>Inner diameter: <em>52.8mm</em></li></ul></li></ul><h3>Shot Glasses/Carafes</h3><p>Since the EC155 has very little clearance under the portafilter, you can&#8217;t pull shots into a mug (unless you remove the drip tray, which is quite awkward). These <a
href="http://www.amazon.com/Bodum-2-Ounce-Double-Wall-Glasses-Espresso/dp/B000A5CLG6/proto0d-20">double-walled thermo-glasses</a> work very well, but any vessel shorter than the 2&#8243; will work just fine.</p><div
id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 354px; width: 1px; height: 1px; overflow: hidden;">606348</div> ]]></content:encoded> <wfw:commentRss>http://protofusion.org/wordpress/2010/04/delonghi-ec155-resources/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </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 373/395 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:20:23 -->
