<?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 FamiLAB</title> <atom:link href="http://familab.org/blog/comments/feed/" rel="self" type="application/rss+xml" /><link>http://familab.org/blog</link> <description>Orlando&#039;s Community Lab / Hackerspace</description> <lastBuildDate>Fri, 11 May 2012 23:51:23 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Comment on  by Bruce Emerson</title><link>http://familab.org/blog/2012/04/2074/comment-page-1/#comment-861</link> <dc:creator>Bruce Emerson</dc:creator> <pubDate>Fri, 11 May 2012 23:51:23 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=2074#comment-861</guid> <description>I can&#039;t wait to see what you all have been up to. I&#039;m coming across the country from Oregon to learn from you about community maker spaces. I&#039;ve been watching you and admiring your community from afar for a year or so. Looking forward to a great Mini Maker Faire!</description> <content:encoded><![CDATA[<p>I can&#8217;t wait to see what you all have been up to. I&#8217;m coming across the country from Oregon to learn from you about community maker spaces. I&#8217;ve been watching you and admiring your community from afar for a year or so. Looking forward to a great Mini Maker Faire!</p> ]]></content:encoded> </item> <item><title>Comment on Open House @ FamiLAB by Steven</title><link>http://familab.org/blog/2012/03/open-house-familab/comment-page-1/#comment-843</link> <dc:creator>Steven</dc:creator> <pubDate>Wed, 02 May 2012 02:58:28 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=956#comment-843</guid> <description>Thanks for letting us come hang out and ask questions tonight! Looks like a perfect place to let my crazy ideas blossom. I can always use more tools, and instead of figuring out how to acquire said tools, I get get on with the project. Open house sold me!</description> <content:encoded><![CDATA[<p>Thanks for letting us come hang out and ask questions tonight! Looks like a perfect place to let my crazy ideas blossom. I can always use more tools, and instead of figuring out how to acquire said tools, I get get on with the project. Open house sold me!</p> ]]></content:encoded> </item> <item><title>Comment on Global Hackerspace Coopcake Challenge 2012 by Featured Project: TagBot: The Spray Paint Photo Booth &#124; Orlando Mini Maker Faire</title><link>http://familab.org/blog/2012/02/global-hackerspace-coopcake-challenge-2012/comment-page-1/#comment-842</link> <dc:creator>Featured Project: TagBot: The Spray Paint Photo Booth &#124; Orlando Mini Maker Faire</dc:creator> <pubDate>Wed, 25 Apr 2012 12:01:04 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1963#comment-842</guid> <description>[...] and a cupcake (dessert) shipping container that looks like a cupcake (the Makerbot 3d Printer) for The Cupcake Challenge&#8230; [...]</description> <content:encoded><![CDATA[<p>[...] and a cupcake (dessert) shipping container that looks like a cupcake (the Makerbot 3d Printer) for The Cupcake Challenge&#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Power Racing Fever at FamiLAB by Featured Project: TagBot: The Spray Paint Photo Booth &#124; Orlando Mini Maker Faire</title><link>http://familab.org/blog/2012/03/power-racing-fever-at-familab/comment-page-1/#comment-841</link> <dc:creator>Featured Project: TagBot: The Spray Paint Photo Booth &#124; Orlando Mini Maker Faire</dc:creator> <pubDate>Wed, 25 Apr 2012 12:00:09 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1992#comment-841</guid> <description>[...] If you&#8217;ve ever been to FamiLAB, you&#8217;ve very likely met John Bent Cope, or seen some of his work on display. He&#8217;s always making something creative, exploring the combinations of art and technology. (and sometimes he&#8217;s a Power Racing driver&#8230;) [...]</description> <content:encoded><![CDATA[<p>[...] If you&#8217;ve ever been to FamiLAB, you&#8217;ve very likely met John Bent Cope, or seen some of his work on display. He&#8217;s always making something creative, exploring the combinations of art and technology. (and sometimes he&#8217;s a Power Racing driver&#8230;) [...]</p> ]]></content:encoded> </item> <item><title>Comment on Dimmable AC Light Box by JDL</title><link>http://familab.org/blog/2011/12/dimmable-ac-light-box/comment-page-1/#comment-831</link> <dc:creator>JDL</dc:creator> <pubDate>Fri, 06 Apr 2012 06:03:24 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1272#comment-831</guid> <description>On additional thought, you can really factor out the asymmetrical aspect of the half wave detector.  Whatever Vih is, the peak of the AC powerline waveform is going to be half way between the rising edge and the falling edge.  Likewise the nadir of the low part of the cycle will be half way between the falling  edge and the next rising edge.This PIC has a timer.  So if (after deglitching) you take the times of the rising and falling edges, you should be able to calculate where the peaks are, and thereby the zero crossings.I&#039;d probably set it up so that a timer caused an interrupt when it rolled over, intending that to be a zero crossing.  Reloading the timer count should take into account the error based on the the expected peak times.  If the peak is not at 1/4 of a cycle, and the low at 3/4 of a cycle, calculate the error, and add that in when setting the timer count back 1/2 a cycle in the interrupt service routine.You can even use an initialization process at the start of day to figure out how many timer ticks a cycle is, and not worry about an absolute scaled time base. just get an average for a few cycles.Therefore with a bitof deglitching, you should be able to know</description> <content:encoded><![CDATA[<p>On additional thought, you can really factor out the asymmetrical aspect of the half wave detector.  Whatever Vih is, the peak of the AC powerline waveform is going to be half way between the rising edge and the falling edge.  Likewise the nadir of the low part of the cycle will be half way between the falling  edge and the next rising edge.</p><p>This PIC has a timer.  So if (after deglitching) you take the times of the rising and falling edges, you should be able to calculate where the peaks are, and thereby the zero crossings.</p><p>I&#8217;d probably set it up so that a timer caused an interrupt when it rolled over, intending that to be a zero crossing.  Reloading the timer count should take into account the error based on the the expected peak times.  If the peak is not at 1/4 of a cycle, and the low at 3/4 of a cycle, calculate the error, and add that in when setting the timer count back 1/2 a cycle in the interrupt service routine.</p><p>You can even use an initialization process at the start of day to figure out how many timer ticks a cycle is, and not worry about an absolute scaled time base. just get an average for a few cycles.</p><p>Therefore with a bitof deglitching, you should be able to know</p> ]]></content:encoded> </item> <item><title>Comment on Dimmable AC Light Box by JDL</title><link>http://familab.org/blog/2011/12/dimmable-ac-light-box/comment-page-1/#comment-827</link> <dc:creator>JDL</dc:creator> <pubDate>Fri, 06 Apr 2012 03:54:35 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1272#comment-827</guid> <description>I know this has been idle for a few months but just to give a possible solution.You have a processor, which allows you more flexibility that a transistor circuit monitoring a full wave rectifier.If you use a single separate diode as a half wave rectifier,with some resistors you&#039;ll get a square wave at the line frequency, that you could read with logic input.Now if life were perfect,you&#039;d be set, because all you would have to do is monitor that input for an edge.  Rising or falling.  That would be a zero crossing.  It may even work just that simple.  But possibly there is line noise on the AC that would give you several as the signal is near Vinputhigh.  There is also a symmetry issue, where voltage crossing would be different on one phase from the other. Its the kind of thing you&#039;d use a Schmidt trigger to read if you were using pure logic.This is where the processor comes in.  You can calculate how deep into the wave form the input crosses Vih, and when it will crass back again on the way down.  From there you can calculate where the real zero crossing is.With further elaboration you should be able to use that data make a phase locked loop in software that locks into the 60 Hz signal of the AC line.  Using that as a time base, then you can determine your triac firing times.</description> <content:encoded><![CDATA[<p>I know this has been idle for a few months but just to give a possible solution.</p><p>You have a processor, which allows you more flexibility that a transistor circuit monitoring a full wave rectifier.</p><p>If you use a single separate diode as a half wave rectifier,with some resistors you&#8217;ll get a square wave at the line frequency, that you could read with logic input.</p><p>Now if life were perfect,you&#8217;d be set, because all you would have to do is monitor that input for an edge.  Rising or falling.  That would be a zero crossing.  It may even work just that simple.  But possibly there is line noise on the AC that would give you several as the signal is near Vinputhigh.  There is also a symmetry issue, where voltage crossing would be different on one phase from the other. Its the kind of thing you&#8217;d use a Schmidt trigger to read if you were using pure logic.</p><p>This is where the processor comes in.  You can calculate how deep into the wave form the input crosses Vih, and when it will crass back again on the way down.  From there you can calculate where the real zero crossing is.</p><p>With further elaboration you should be able to use that data make a phase locked loop in software that locks into the 60 Hz signal of the AC line.  Using that as a time base, then you can determine your triac firing times.</p> ]]></content:encoded> </item> <item><title>Comment on Power Racing Fever at FamiLAB by Mark</title><link>http://familab.org/blog/2012/03/power-racing-fever-at-familab/comment-page-1/#comment-826</link> <dc:creator>Mark</dc:creator> <pubDate>Fri, 06 Apr 2012 01:30:38 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1992#comment-826</guid> <description>I can meet Tuesdays at 7 PM if anyone wants to work on the Power Racing cars. Let me know.</description> <content:encoded><![CDATA[<p>I can meet Tuesdays at 7 PM if anyone wants to work on the Power Racing cars. Let me know.</p> ]]></content:encoded> </item> <item><title>Comment on Thermo-Electric Axolotl Cooling by Bogwood???? - Caudata.org Newt and Salamander Forum</title><link>http://familab.org/blog/2011/12/thermo-electric-axolotl-cooling/comment-page-1/#comment-823</link> <dc:creator>Bogwood???? - Caudata.org Newt and Salamander Forum</dc:creator> <pubDate>Wed, 08 Feb 2012 20:36:03 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1714#comment-823</guid> <description>[...] not too warm for the axies.   If it does start to get in the mid 20&#039;s then you could try this?   Thermo-Electric Axolotl Cooling  I think I will give something similar a go if we get a good [...]</description> <content:encoded><![CDATA[<p>[...] not too warm for the axies.   If it does start to get in the mid 20&#039;s then you could try this?   Thermo-Electric Axolotl Cooling  I think I will give something similar a go if we get a good [...]</p> ]]></content:encoded> </item> <item><title>Comment on Thermo-Electric Axolotl Cooling by Ways to keep tank cool!!! - Caudata.org Newt and Salamander Forum</title><link>http://familab.org/blog/2011/12/thermo-electric-axolotl-cooling/comment-page-1/#comment-822</link> <dc:creator>Ways to keep tank cool!!! - Caudata.org Newt and Salamander Forum</dc:creator> <pubDate>Tue, 07 Feb 2012 00:16:00 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1714#comment-822</guid> <description>[...] Re: Ways to keep tank cool!!!    Hi,  I was on stumble upon the other day and saw this. I am &quot;lucky&quot; enough to live somewhere cold enough so I don&#039;t need it but it may help you!?  Thermo-Electric Axolotl Cooling [...]</description> <content:encoded><![CDATA[<p>[...] Re: Ways to keep tank cool!!!    Hi,  I was on stumble upon the other day and saw this. I am &quot;lucky&quot; enough to live somewhere cold enough so I don&#039;t need it but it may help you!?  Thermo-Electric Axolotl Cooling [...]</p> ]]></content:encoded> </item> <item><title>Comment on Sunday Morning Code by digitalman2112</title><link>http://familab.org/blog/2012/02/sunday-morning-code/comment-page-1/#comment-820</link> <dc:creator>digitalman2112</dc:creator> <pubDate>Sun, 05 Feb 2012 15:10:12 +0000</pubDate> <guid
isPermaLink="false">http://familab.org/blog/?p=1921#comment-820</guid> <description>Haha, even on the calendar...nicely done :)</description> <content:encoded><![CDATA[<p>Haha, even on the calendar&#8230;nicely done <img
src='http://cdn.familab.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: familab.org @ 2012-05-18 05:21:49 by W3 Total Cache -->
