<?xml version="1.0" encoding="utf-8"?>
	<rss version="2.0">
		<channel>
			<title>Make - How to make a Quartz clock go random</title>
			<lastBuildDate>Sun, 19 May 2013 05:43:21 -0700</lastBuildDate>
			<link>http://forums.makezine.com/</link>
			<description></description>
			<generator>Lussumo Vanilla 0.9.3</generator>
			<item>
		<title>How to make a Quartz clock go random</title>
		<link>http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29699#Comment_29699</link>
		<guid isPermaLink="false">http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29699#Comment_29699</guid>
		<pubDate>Sun, 01 Apr 2012 14:47:18 -0700</pubDate>
		<author>Lioncour</author>
		<description>
			<![CDATA[I am trying to make a standard quartz clock go random.<br />So that each 15 min on the clock is random 1-30 min in realtime. Or something like that. <br />Any heads up for what i have to look into?<br /><br />Mvh Anders]]>
		</description>
	</item>
	<item>
		<title>How to make a Quartz clock go random</title>
		<link>http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29705#Comment_29705</link>
		<guid isPermaLink="false">http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29705#Comment_29705</guid>
		<pubDate>Mon, 02 Apr 2012 09:35:12 -0700</pubDate>
		<author>Dave1959</author>
		<description>
			<![CDATA[That would be a difficult thing to accomplish, given that most clocks are intentionally designed to not produce random numbers.  <br /><br />Your best best may be to replace the clock controller chip with a microcontroller which you can custom program (Arduino?  PIC?  AVR?  Something else?).  Or, you could switch in a new time base in place of the 32,768 Hz Quartz crystal (Almost all electronic clocks use a 32,768 Hz Quartz crystal as a time base, since that, when divided by 2**15, produces a 1 Hz/1 second signal.). <br /><br />I'm told that certain older clocks could be spoofed by strong RF fields (much to the chagrin of various RF engineers).  <br /><br />Dave]]>
		</description>
	</item>
	<item>
		<title>How to make a Quartz clock go random</title>
		<link>http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29707#Comment_29707</link>
		<guid isPermaLink="false">http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29707#Comment_29707</guid>
		<pubDate>Mon, 02 Apr 2012 09:53:53 -0700</pubDate>
		<author>Stokes</author>
		<description>
			<![CDATA[I've seen a couple projects where people just hooked up a microcontroller to the clock, replacing the quartz crystal and sending digital pulses in its place.  Here's the first one that came up in a search:<br /><br /><a href="http://www.cibomahto.com/2008/03/controlling-a-clock-with-an-arduino/" target="_blank">http://www.cibomahto.com/2008/03/controlling-a-clock-with-an-arduino/</a>]]>
		</description>
	</item>
	<item>
		<title>How to make a Quartz clock go random</title>
		<link>http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29722#Comment_29722</link>
		<guid isPermaLink="false">http://forums.makezine.com/comments.php?DiscussionID=7721&amp;Focus=29722#Comment_29722</guid>
		<pubDate>Thu, 05 Apr 2012 23:39:57 -0700</pubDate>
		<author>Lioncour</author>
		<description>
			<![CDATA[I found another solution with another problem.<br />I opened the clock. Removed the crystall and such and hooked the battery right up to the motor so it goes non stop. <br />I am now trying to usa a 555 timer to make the motor go random.<br /><br />I did se the very nive arduino controlled clock but i am hoping to do it with simpler means.<br /><br />Any help how i wire the 555 timer to make the engine go random would be realy nice.<br /><br />Mvh Anders.]]>
		</description>
	</item>
	
		</channel>
	</rss>