<?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>Radans Blog</title>
	<atom:link href="http://www.radans.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radans.net</link>
	<description>My life, Programming, Photography, Gaming :)</description>
	<lastBuildDate>Tue, 16 Apr 2013 12:03:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>New Project</title>
		<link>http://www.radans.net/2013/04/16/new-project/</link>
		<comments>http://www.radans.net/2013/04/16/new-project/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 12:03:50 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[hobbies]]></category>
		<category><![CDATA[My Blog]]></category>
		<category><![CDATA[My Goals]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=121</guid>
		<description><![CDATA[Hi all, Yet another project on my current list, or two&#8230;. Been building a CNC machine for a hardware project I&#8217;ll be working on with a friend. Currently a 3-axis machine controlled by LinuxCNC system, eventually it will accommodate a machining tool, &#8230; <a href="http://www.radans.net/2013/04/16/new-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi all,</p>
<p>Yet another project on my current list, or two&#8230;.</p>
<p>Been building a CNC machine for a hardware project I&#8217;ll be working on with a friend. Currently a 3-axis machine controlled by LinuxCNC system, eventually it will accommodate a machining tool, a pick and place tool and an extruder (for 3D Printing). I&#8217;ll also be building an embedded stand-alone controller so it can operate independent of the computer.</p>
<p>It will machine parts for me.</p>
<p>it will print parts for me (like new gears for the telescope mount).</p>
<p>and it will build circuit boards for me!</p>
<p>Speaking of the telescope, yes it needs better gears, current ones were hacked together so its not smooth or linear enough for me, also I plan to re-do parts of the code to improve its handling.</p>
<p>I really have too much to do in my spare time, need to win the Lotto so I can work on them full-time&#8230; <img src='http://www.radans.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Anyways, here&#8217;s some pretty pictures of the machine until next update <img src='http://www.radans.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<a href="http://www.radans.net/wp-content/uploads/20130401_214949.jpg"><img class="aligncenter size-full wp-image-123" alt="20130401_214949" src="http://www.radans.net/wp-content/uploads/20130401_214949.jpg" width="800" height="600" /></a> <a href="http://www.radans.net/wp-content/uploads/20130403_215924.jpg"><img class="aligncenter size-full wp-image-124" alt="20130403_215924" src="http://www.radans.net/wp-content/uploads/20130403_215924.jpg" width="800" height="600" /></a></p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2012/08/23/105/" rel="bookmark" class="wherego_title">Source Code</a></li><li><a href="http://www.radans.net/2012/06/04/happy-lunar-eclipse/" rel="bookmark" class="wherego_title">Happy Lunar Eclipse!</a></li><li><a href="http://www.radans.net/2010/10/04/diy-astronomy-progress/" rel="bookmark" class="wherego_title">DIY Astronomy progress</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2013/04/16/new-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source Code</title>
		<link>http://www.radans.net/2012/08/23/105/</link>
		<comments>http://www.radans.net/2012/08/23/105/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 08:35:10 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=105</guid>
		<description><![CDATA[Quick post, As requested here is the current source code for my Scope Tracker. It&#8217;s not clean but it works for me. Two main files, &#8211; main.c &#38; scopetrack.h &#8211; in this zip file I&#8217;ll get some schematics up later One important &#8230; <a href="http://www.radans.net/2012/08/23/105/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Quick post,</p>
<p>As requested here is the current source code for my Scope Tracker. It&#8217;s not clean but it works for me.</p>
<p>Two main files, &#8211; main.c &amp; scopetrack.h &#8211; <a href="http://www.radans.net/wp-content/uploads/src.zip">in this zip file</a></p>
<p>I&#8217;ll get some schematics up later</p>
<p>One important thing to note, the redlib library that is supplied for NXP Programming has a bad file that unless they&#8217;ve fixed it since WILL need to be fixed of this code wont work, basically there is a bad offset in the port mapping, I&#8217;ll see if I can track down the file I changed to fix it and add it to this post&#8230;</p>
<p>edit: Found the file: #include <a href="http://www.radans.net/wp-content/uploads/LPC17xx.h">&lt;NXP/LPC17xx/LPC17xx.h&gt;</a> I had to fix the offsets for FIO2 &amp; FIO3 references (I think &#8211; check differences with your own version and change as needed)</p>
<p>Enjoy.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/" rel="bookmark" class="wherego_title">DIY Telescope Project &#8211; Final Prototype</a></li><li><a href="http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/" rel="bookmark" class="wherego_title">DIY Telescope Mount Version 2</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2012/08/23/105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Lunar Eclipse!</title>
		<link>http://www.radans.net/2012/06/04/happy-lunar-eclipse/</link>
		<comments>http://www.radans.net/2012/06/04/happy-lunar-eclipse/#comments</comments>
		<pubDate>Mon, 04 Jun 2012 11:17:47 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=98</guid>
		<description><![CDATA[Just been outside in the freeze taking some photos of tonight&#8217;s Lunar Eclipse. Only a Partial but still an event! Even gave the motorized mount a use for it! Bit of cloud around fuzzing up the pics but still reasonable. &#8230; <a href="http://www.radans.net/2012/06/04/happy-lunar-eclipse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Just been outside in the freeze taking some photos of tonight&#8217;s Lunar Eclipse. Only a Partial but still an event! Even gave the motorized mount a use for it!</p>
<p><a href="http://www.radans.net/2012/06/04/happy-lunar-eclipse/img_2710/" rel="attachment wp-att-99"><img class="aligncenter size-medium wp-image-99" title="June2012-LunarEclipse" src="http://www.radans.net/wp-content/uploads/IMG_2710-e1338808541822-300x300.jpg" alt="" width="300" height="300" /></a>Bit of cloud around fuzzing up the pics but still reasonable.</p>
<p>Thanks for reading!</p>
<p>Radan.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2012/08/23/105/" rel="bookmark" class="wherego_title">Source Code</a></li><li><a href="http://www.radans.net/2009/08/20/diy-astronomy/" rel="bookmark" class="wherego_title">DIY- Astronomy!</a></li><li><a href="http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/" rel="bookmark" class="wherego_title">DIY Telescope Mount Version 2</a></li><li><a href="http://www.radans.net/2012/06/04/happy-lunar-eclipse/img_2710/" rel="bookmark" class="wherego_title">June2012-LunarEclipse</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2012/06/04/happy-lunar-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Telescope Mount Version 2</title>
		<link>http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/</link>
		<comments>http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 11:49:21 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=92</guid>
		<description><![CDATA[Hi! Another long delay, but this time the telescope project has been totally remade. All the framework has been machined out of Aluminum sheets making the unit much more rigid without being too heavy, plus re-sized to allow for a &#8230; <a href="http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi!</p>
<p>Another long delay, but this time the telescope project has been totally remade.</p>
<p>All the framework has been machined out of Aluminum sheets making the unit much more rigid without being too heavy, plus re-sized to allow for a larger telescope in the future (the current 4.5&#8243; mirror isn&#8217;t all that exciting&#8230; ). I&#8217;ve also used secondary gearing so I get more torque out of the motors as well as better accuracy &#8211; I now get 0.0018 degrees per step.</p>
<p>Electronics are based around the NXP LPCeXpresso dev board using an lpc1769 ARM processor. The NXP chip controls 3 separate motor circuits gated for 12V drivers ( Azimuth, Altitude and Focus) all timed off separate timers so each can be individually speed regulated. Communication with the PC is by a Bluetooth serial module and the board also drives a 132&#215;132 pixel color LCDmodule to show tracking details. This chip runs at 120MHz and has plenty of speed to keep tracking and control as smooth as possible.</p>
<p>I&#8217;ve mostly programmed the NXP to emulate the SynScan AltAz GOTO mount commands as well as a few of my own custom for other work. This command set allows easy control via Stellarium software for field work.</p>
<p>This video shows the mount going from flat North to M48 then to the Moon via PC, then I click the Home button on the hand controller at the end.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='688' height='417' src='http://www.youtube.com/embed/Occ1UWtoP8U?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>This video is the same but from the software viewpoint.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='688' height='417' src='http://www.youtube.com/embed/u2FbyAZPtHE?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>Just need to weatherproof the electronics inside a box and add a stable mount. (then get a real telescope for it&#8230; )</p>
<p>Until next time!</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/" rel="bookmark" class="wherego_title">DIY Telescope progresses once again&#8230;</a></li><li><a href="http://www.radans.net/2012/08/23/105/" rel="bookmark" class="wherego_title">Source Code</a></li><li><a href="http://www.radans.net/2012/06/04/happy-lunar-eclipse/" rel="bookmark" class="wherego_title">Happy Lunar Eclipse!</a></li><li><a href="http://www.radans.net/2010/09/16/diy-astronomy-progess/" rel="bookmark" class="wherego_title">DIY Astronomy Progress!</a></li><li><a href="http://www.radans.net/2010/10/04/diy-astronomy-progress/" rel="bookmark" class="wherego_title">DIY Astronomy progress</a></li><li><a href="http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/" rel="bookmark" class="wherego_title">DIY Telescope Project &#8211; Final Prototype</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DIY Telescope Project &#8211; Final Prototype</title>
		<link>http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/</link>
		<comments>http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/#comments</comments>
		<pubDate>Tue, 31 May 2011 12:12:01 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=88</guid>
		<description><![CDATA[Hi again, 
Finally got around to ordering some better motors. Arrived this morning: 3 NEMA 23 type Steppers.
So wired them with connectors and plugged into the Driver pcb. Tweaked the software and uploaded it. Made up some quick brackets to hold the motors to the mounts. Ran the tests. Absolutely perfect! <a href="http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi again,</p>
<p>Finally got around to ordering some better motors. Arrived this morning: 3 NEMA 23 type Steppers. 1.8deg per step 0.4A but more important is the power &#8211; 34N/cm. thats about 200 times stronger than the last lot and they feel it, very hard to stop.</p>
<p>So wired them with connectors and plugged into the Driver pcb. Tweaked the software and uploaded it. Made up some quick brackets to hold the motors to the mounts. Ran the tests. Absolutely perfect!</p>
<p>Movement is quite quick and accurate. Driver runs at 200 steps per second with a 1.8 deg motor and 50:1 gearing I get 10,000 steps to 360 degrees or 0.036 deg accuracy. Full 360 deg turn in 50 seconds.</p>
<p>Youtube video for visual show:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='688' height='417' src='http://www.youtube.com/embed/z5e4Lt0BYUE?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>Cold, rainy and cloudy outside so no practical testing, still happy with the result though.</p>
<p>All I need to do now is tidy it up and weatherproof it a bit more.</p>
<p>Future changes will be to remake the whole mount out of metal (aluminium) instead of wood. Wood made it easy to chop and change but now it&#8217;s pretty set metal will give it more solid movement and better life (and look better <img src='http://www.radans.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>Also intend on adding a Bluetooth module to remove the controller wire and to improve the MCU board. I have an NXP Arm proto board here I&#8217;d like to use. Gives me the ability to make it more responsive and featured.</p>
<p>Thats all for today.</p>
<p>Radan.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2010/09/16/diy-astronomy-progess/" rel="bookmark" class="wherego_title">DIY Astronomy Progress!</a></li><li><a href="http://www.radans.net/2012/08/23/105/" rel="bookmark" class="wherego_title">Source Code</a></li><li><a href="http://www.radans.net/2009/08/29/diy-astronomy-step-3/" rel="bookmark" class="wherego_title">DIY Astronomy Step #3</a></li><li><a href="http://www.radans.net/2010/10/04/diy-astronomy-progress/" rel="bookmark" class="wherego_title">DIY Astronomy progress</a></li><li><a href="http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/" rel="bookmark" class="wherego_title">DIY Telescope Mount Version 2</a></li><li><a href="http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/" rel="bookmark" class="wherego_title">DIY Telescope progresses once again&#8230;</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Telescope progresses once again&#8230;</title>
		<link>http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/</link>
		<comments>http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 11:30:32 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[My Goals]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[telescope]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=56</guid>
		<description><![CDATA[Hi again, Long time no see? &#8230; After a long delay due to high workload over xmas sales and having to move house (again), the telescope goto mount progresses. The man-cave is now mostly setup as a workshop and various &#8230; <a href="http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi again,</p>
<p>Long time no see? <img src='http://www.radans.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230;</p>
<p>After a long delay due to high workload over xmas sales and having to move house (again), the telescope goto mount progresses.</p>
<p>The man-cave is now mostly setup as a workshop and various projects begin once again.</p>
<div id="attachment_57" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-57" href="http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/img_20110226_215350/"><img class="size-medium wp-image-57" title="The Man-Cave" src="http://www.radans.net/wp-content/uploads/IMG_20110226_215350-300x225.jpg" alt="workshop" width="300" height="225" /></a><p class="wp-caption-text">Man-cave</p></div>
<p>*A-hem* back to the project <img src='http://www.radans.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230;</p>
<p>Programming the PIC Micro goes into gear with the motors now controlled by an interrupt service routine. The timer is on about a 5ms tick. each tick it tests the speed setting of each of the 3 motors. If the motor is within 10 degrees of the aim the speed is set to slow by the main routine else it&#8217;s fast. The ISR will either tick the motor over every interrupt on fast, or every 4 ticks on slow.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='688' height='417' src='http://www.youtube.com/embed/aSiYiPxGQaU?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>Perhaps a tad rough but its a start and it works <img src='http://www.radans.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (well after much debugging and swearing as usual ).</p>
<p>With only 5ms per tick I needed to keep the ISR code as simple as possible, my first attempt had it too slow and there wasn&#8217;t enough time for the LCD code in the main routine to work!!!</p>
<p>Also I found the motors turn much smoother and stable with the ISR control. Though I&#8217;m not convinced the steppers I chose will be strong enough for the end design but at least they are easy to swap over.</p>
<p>For those of you who may be interested in the code just let me know in the comments, if needed I&#8217;ll clean it up and post it.</p>
<p>So onward to sleep <img src='http://www.radans.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  back again soon I hope!</p>
<p>Thanks!</p>
<p>- Radan.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/" rel="bookmark" class="wherego_title">DIY Telescope Mount Version 2</a></li><li><a href="http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/" rel="bookmark" class="wherego_title">DIY Telescope Project &#8211; Final Prototype</a></li><li><a href="http://www.radans.net/2009/08/29/diy-astronomy-step-3/" rel="bookmark" class="wherego_title">DIY Astronomy Step #3</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Astronomy progress</title>
		<link>http://www.radans.net/2010/10/04/diy-astronomy-progress/</link>
		<comments>http://www.radans.net/2010/10/04/diy-astronomy-progress/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 12:05:45 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=49</guid>
		<description><![CDATA[As the above YouTube video shows, circuit now has 3 stepper motors under individual control. Serial IO commands can be sent to set each of the 3 motor positions independently. Motors will be used for Altitude, Azimuth and focus. Yes &#8230; <a href="http://www.radans.net/2010/10/04/diy-astronomy-progress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='688' height='417' src='http://www.youtube.com/embed/UCr0Bb573ag?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>As the above YouTube video shows, circuit now has 3 stepper motors under individual control. Serial IO commands can be sent to set each of the 3 motor positions independently.<br />
Motors will be used for Altitude, Azimuth and focus.<br />
Yes this progress took many modifications both hardware and software as well as much swearing and coffee.<br />
Now I am happy to end another day. Next aim is to put the motors on a timer control so I can control their speed. Then its on to mounting them on the actual mount itself.<br />
Until then, enjoy!</p>
<p>&#8211;<br />
Radan.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2009/08/29/diy-astronomy-step-3/" rel="bookmark" class="wherego_title">DIY Astronomy Step #3</a></li><li><a href="http://www.radans.net/2012/02/09/diy-telescope-mount-version-2/" rel="bookmark" class="wherego_title">DIY Telescope Mount Version 2</a></li><li><a href="http://www.radans.net/2011/05/31/diy-telescope-project-final-prototype/" rel="bookmark" class="wherego_title">DIY Telescope Project &#8211; Final Prototype</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2010/10/04/diy-astronomy-progress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIY Astronomy Progress!</title>
		<link>http://www.radans.net/2010/09/16/diy-astronomy-progess/</link>
		<comments>http://www.radans.net/2010/09/16/diy-astronomy-progess/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 03:29:43 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[My Goals]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=47</guid>
		<description><![CDATA[Greetings, work on my DIY Telescope GOTO mount continues again. ET-Base40 Proto board with PIC16C877 cpu, 2-line LCD Display, Stepper motor and driver board. Wired up for first test. After several attempts re-learning &#8216;C&#8217; to program the pic, I have the &#8230; <a href="http://www.radans.net/2010/09/16/diy-astronomy-progess/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Greetings, work on my DIY Telescope GOTO mount continues again.</p>
<p>ET-Base40 Proto board with PIC16C877 cpu, 2-line LCD Display, Stepper motor and driver board. Wired up for first test.</p>
<p>After several attempts re-learning &#8216;C&#8217; to program the pic, I have the motor on a swing with the rotation on the LCD display.</p>
<p>Unfortunately due to working on it late at night a couple night ago, I managed to fry one driver chip and destroy a motor. Oh well, progress is not without some costs. (about $7, not really a concern)</p>
<p>Here&#8217;s a youtube shot of the action: <a title="http://www.youtube.com/watch?v=MIUbCfqXFwA" href="http://www.youtube.com/watch?v=MIUbCfqXFwA">http://www.youtube.com/watch?v=MIUbCfqXFwA</a></p>
<p>Time to get back into it, more work to be done!</p>
<p>Thanks!</p>
<p>Radan.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2010/06/28/42/" rel="bookmark" class="wherego_title">Frosty morning&#8230;</a></li><li><a href="http://www.radans.net/2010/10/04/diy-astronomy-progress/" rel="bookmark" class="wherego_title">DIY Astronomy progress</a></li><li><a href="http://www.radans.net/2011/02/26/diy-telescope-progresses-once-again/" rel="bookmark" class="wherego_title">DIY Telescope progresses once again&#8230;</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2010/09/16/diy-astronomy-progess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frosty morning&#8230;</title>
		<link>http://www.radans.net/2010/06/28/42/</link>
		<comments>http://www.radans.net/2010/06/28/42/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:51:10 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=42</guid>
		<description><![CDATA[Damn it was cold this morning, had to get a jug of water to wash the ICE off the windscreen of the car so I could go to work The Dashboard display read 2 Deg C as I left for &#8230; <a href="http://www.radans.net/2010/06/28/42/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Damn it was cold this morning, had to get a jug of water to wash the ICE off the windscreen of the car so I could go to work <img src='http://www.radans.net/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </p>
<p><a href="http://www.radans.net/wp-content/uploads/Frosty.png"><img class="aligncenter size-medium wp-image-43" title="Frosty" src="http://www.radans.net/wp-content/uploads/Frosty-300x300.png" alt="" width="300" height="300" /></a></p>
<p>The Dashboard display read 2 Deg C as I left for work&#8230; sure is winter!</p>
<p> <img src='http://www.radans.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>&#8211;</p>
<p>Radan</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2009/06/06/gallery-updated/" rel="bookmark" class="wherego_title">Gallery Updated!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2010/06/28/42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Puzzle me!</title>
		<link>http://www.radans.net/2010/04/23/puzzle-me/</link>
		<comments>http://www.radans.net/2010/04/23/puzzle-me/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 11:53:38 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[hobbies]]></category>
		<category><![CDATA[My Goals]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=38</guid>
		<description><![CDATA[Hi again, Added yet another hobby to my list (actually a few inc some gadgets but later) Saw a jigsaw puzzle in a Toy &#38; Sports shop located in Milton NSW that I just HAD to get, actually they had &#8230; <a href="http://www.radans.net/2010/04/23/puzzle-me/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi again,</p>
<p>Added yet another hobby to my list (actually a few inc some gadgets but later)</p>
<p>Saw a jigsaw puzzle in a Toy &amp; Sports shop located in Milton NSW that I just HAD to get, actually they had about a dozen of them I wanted but just one for now&#8230;</p>
<p>Heres a link to the site and a picture of the one I purchased (1000 piece &#8211; should take me a while <img src='http://www.radans.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p><a href="http://www.educaborras.com/eng/products/product/index.php?id=-4&amp;id_categoria=90&amp;id_familia=31&amp;producto=1345&amp;PHPSESSID=6e71e259828d43a73fdc8cd65a5f5aa1"><img class="alignnone" title="A Victoria Francis Puzzle from Puzzle Passion" src="http://www.educaborras.com/archivos/catalogo/14148_a1.jpg" alt="" width="400" height="280" /></a></p>
<p>Awesome! It&#8217;s just so me <img src='http://www.radans.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;m thinking I might Webcam the construction, not 100% sure yet, going to test the feasibility of it.</p>
<p>(if you think I should webcam it let me know by comments!)</p>
<p>Other new events are gadget purchases that have kept me busy along with watching more anime and playing Wii games. My partner and I have been stuck on playing Rune Factory for the Wii, complex game, sometimes frustrating, but awsome fun as well. <img src='http://www.radans.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Purchased myself a MID &#8211; Mobile Internet Device, basically a cheap iPad type thing, 7&#8243; screen, reasonably light and portable, runs 3 systems, Android, Windows CE6 &amp; Ubuntu Linux. Lots there for me to tinker with ( and being a cheapish unit it needed a little tinkering <img src='http://www.radans.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) <a href="http://en.smartdevices.com.cn/Products/V7/" target="_blank"></a> Half the price of the iPad and far more ability to tinker&#8230;</p>
<p>Learning Java as I can, thus the MID purchase with Android being java based and potential profit maker if I can start developing apps for it&#8230;</p>
<p>Well that&#8217;s most of my catching up, let me know about the webcam thing, or any other comments, any suggestions on apps? <img src='http://www.radans.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>seeya again soon!</p>
<p>ttfn.</p>
<p>Radan.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.radans.net/2010/09/16/diy-astronomy-progess/" rel="bookmark" class="wherego_title">DIY Astronomy Progress!</a></li><li><a href="http://www.radans.net/2009/08/29/diy-astronomy-step-3/" rel="bookmark" class="wherego_title">DIY Astronomy Step #3</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2010/04/23/puzzle-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
