<?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 &#187; My Goals</title>
	<atom:link href="http://www.radans.net/category/my-goals/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radans.net</link>
	<description>My life, Programming, Photography, Gaming :)</description>
	<lastBuildDate>Tue, 31 May 2011 12:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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 projects begin once again. *A-hem* back to the project &#8230; Programming the PIC Micro goes [...]]]></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><object width="500" height="400"><param name="movie" value="http://www.youtube.com/e/aSiYiPxGQaU"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/e/aSiYiPxGQaU" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></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"> </div><img src="http://www.radans.net/?ak_action=api_record_view&id=56&type=feed" alt="" />]]></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/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 motor on a swing with the rotation on the LCD display. Unfortunately due to working [...]]]></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"> </div><img src="http://www.radans.net/?ak_action=api_record_view&id=47&type=feed" alt="" />]]></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>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 about a dozen of them I wanted but just one for now&#8230; Heres a link [...]]]></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"> </div><img src="http://www.radans.net/?ak_action=api_record_view&id=38&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2010/04/23/puzzle-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Astronomy Step #3</title>
		<link>http://www.radans.net/2009/08/29/diy-astronomy-step-3/</link>
		<comments>http://www.radans.net/2009/08/29/diy-astronomy-step-3/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 12:24:47 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[My Goals]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=35</guid>
		<description><![CDATA[Moving along&#8230; Just finished stabilizing the mount. Now has a new base box to bolt it firmly to the tripod. Also a new mounting plate for the telescope itself to position the center of gravity a little better, also drilled 4 positions for it so I can move it as needed depending on the weight [...]]]></description>
			<content:encoded><![CDATA[<p>Moving along&#8230; Just finished stabilizing the mount.</p>
<p>Now has a new base box to bolt it firmly to the tripod.</p>
<p><img class="alignnone size-full wp-image-36" title="IMG_0073-sm" src="http://www.radans.net/wp-content/uploads/IMG_0073-sm.JPG" alt="IMG_0073-sm" width="480" height="640" /></p>
<p>Also a new mounting plate for the telescope itself to position the center of gravity a little better, also drilled 4 positions for it so I can move it as needed depending on the weight of the camera attached etc.</p>
<p><img class="alignnone size-full wp-image-37" title="IMG_0074-sm" src="http://www.radans.net/wp-content/uploads/IMG_0074-sm.JPG" alt="IMG_0074-sm" width="480" height="640" /></p>
<p>The unit is now usable again! Next step is to motorize&#8230;</p>
<div id="wherego_related"> </div><img src="http://www.radans.net/?ak_action=api_record_view&id=35&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2009/08/29/diy-astronomy-step-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY- Astronomy!</title>
		<link>http://www.radans.net/2009/08/20/diy-astronomy/</link>
		<comments>http://www.radans.net/2009/08/20/diy-astronomy/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 04:26:46 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[My Goals]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.radans.net/?p=31</guid>
		<description><![CDATA[Greetings! I&#8217;ve been into astronomy for a long time now, having had a few different telescopes and binoculars. My current telescope is a Tasco Galaxsee reflector with a 4.5&#8243; mirror, 114mm x 500mm focal length. My problem with this telescope has always been the RA mount, being confusing and time consuming to setup and find [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings!</p>
<p>I&#8217;ve been into astronomy for a long time now, having had a few different telescopes and binoculars. My current telescope is a Tasco Galaxsee reflector with a 4.5&#8243; mirror, 114mm x 500mm focal length.<br />
My problem with this telescope has always been the RA mount, being confusing and time consuming to setup and find anything useful. So since I also use a computer program to track stars, planets etc and starting to get into astrophotography using a webcam, I&#8217;ve been wanting a computerized &#8216;GOTO&#8217; mount to hook up to my laptop for easier locating and tracking of objects, especially to go with the astrocam applications.</p>
<p>Now the easiest way to achieve this goal would be to purchase one, but since they&#8217;re all about $500 upwards and that I have limited funds, I figured I should make it a real hobby and build one.</p>
<p>The following are the current and planned steps, I&#8217;ll blog further as I progress to the final product.</p>
<p>Thanks and enjoy!</p>
<p>Radan.</p>
<p>&#8211;</p>
<p>Step #1: The Design:</p>
<div id="attachment_32" class="wp-caption alignnone" style="width: 650px"><img class="size-full wp-image-32" title="AltAzMounta" src="http://www.radans.net/wp-content/uploads/AltAzMounta.JPG" alt="The Sketch" width="640" height="453" /><p class="wp-caption-text">The Sketch</p></div>
<p>Step #2: The 1st Build (just the mechanics):<img class="alignnone size-full wp-image-33" title="AltAzMount1a" src="http://www.radans.net/wp-content/uploads/AltAzMount1a.JPG" alt="AltAzMount1a" width="480" height="640" /><img class="alignnone size-full wp-image-34" title="AltAzMount2a" src="http://www.radans.net/wp-content/uploads/AltAzMount2a.JPG" alt="AltAzMount2a" width="480" height="640" /></p>
<p>Step #3: The Stabilised Mount: TBA</p>
<p>Step #4: The Motors: TBA</p>
<p>Step #5: The Electronic Controller: TBA</p>
<p>Step #6: The Computer Interface: TBA</p>
<p>Step #7: The Final Product: TBA</p>
<div id="wherego_related"> </div><img src="http://www.radans.net/?ak_action=api_record_view&id=31&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2009/08/20/diy-astronomy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new website!</title>
		<link>http://www.radans.net/2007/11/09/my-new-website/</link>
		<comments>http://www.radans.net/2007/11/09/my-new-website/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 03:31:38 +0000</pubDate>
		<dc:creator>Radan</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[My Goals]]></category>
		<category><![CDATA[commitment]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.radans.net/2007/11/09/my-new-website/</guid>
		<description><![CDATA[Greetings! For some time now my girlfriend (a very active blogger) has been pestering me to start up my own blog site, so here it is! I&#8217;ve never been much of a vocal person, previous websites have been plain and simple without many updates. The only thing I updated regularly was the photo gallery&#8230; I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings!</p>
<p>For some time now my girlfriend (a very active blogger) has been pestering me to start up my own blog site, so here it is!</p>
<p>I&#8217;ve never been much of a vocal person, previous websites have been plain and simple without many updates. The only thing I updated regularly was the photo gallery&#8230; I&#8217;m hoping with this site to be more active and refresh the content more often.</p>
<p>I&#8217;m doing this for many reasons, mainly to push through some changes in my own self being, as the problems with being too reserved is that I&#8217;ve missed many opportunities and have fallen behind in many projects. I&#8217;ve always believed that I can do anything I set my mind to and still do believe, but in the past I&#8217;ve not done things for the irrational fear of sticking my neck out too far and getting it cut off or upsetting others by my actions. Basically I&#8217;ve always tried too hard to avoid conflicts at my own expense&#8230; ( in some cases causing conflicts by avoiding others! )</p>
<p>So hopefully with this site and other changes I&#8217;m making to my personality and activities in life I can bring about more positive results for myself and those I around me. I&#8217;ve realised that I must act to achieve the things I want in life before they become out of reach. At 35 years old I have missed too much but can still achieve a lot if I act now.</p>
<p>The first 2 posts I&#8217;ve made when setting this site up are from my old website, as I work on this blog I&#8217;ll no doubt post more such thoughts, dreams or strange experiences. I also hope to integrate a working gallery of some sort, similar to what I had on the old sites, but for now I&#8217;ve put a few up for the sidebar random pics.</p>
<p>Other directions for this blog (which may change over time) will be about my hobbies such as the computer programs I work on, games I play both online and offline and indeed my photography.</p>
<p>So keep an eye on me, don&#8217;t expect daily updates but I should be able to make something fairly regular. Indeed feel free to prod me as always people trying to change their life need to be reminded of their commitments. This is why I&#8217;m linking this new blog to the changes I want to make in my life, by committing myself before others to make changes I become accountable for them, no longer can I hide inside myself from the world. So here I am, taking my big step forward, committing myself to continue this momentum and achieve something good in life.</p>
<p>Thankyou for visiting my blog and I hope to see more and contribute more as time goes on.</p>
<div id="wherego_related"> </div><img src="http://www.radans.net/?ak_action=api_record_view&id=5&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.radans.net/2007/11/09/my-new-website/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

