<?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>The Ek&#039;s Files &#187; Digital Setting Circles</title>
	<atom:link href="http://eksfiles.net/category/digital-setting-circles/feed/" rel="self" type="application/rss+xml" />
	<link>http://eksfiles.net</link>
	<description>Putting the &#34;Ek&#34; in &#34;Geek&#34;</description>
	<lastBuildDate>Sat, 12 May 2012 16:14:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Test Software for Digital Setting Circles Project</title>
		<link>http://eksfiles.net/2011/12/test-software-for-digital-setting-circles-project/</link>
		<comments>http://eksfiles.net/2011/12/test-software-for-digital-setting-circles-project/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 01:24:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=1131</guid>
		<description><![CDATA[I&#8217;ve written a small program called EkBoxTester that you can download to aid in testing your Digital Setting Circles interface board after you&#8217;ve constructed it. EkBoxTester requires Microsoft .Net 4.0 to be installed on your computer. EkBoxTester consists of a single executable file (EkBoxTester.exe) that can be run from wherever you want. There is no&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a small program called <a href="http://eksfiles.net/wp-content/uploads/2009/07/EkBoxTester.exe">EkBoxTester</a> that you can <a href="http://eksfiles.net/wp-content/uploads/2009/07/EkBoxTester.exe">download</a> to aid in testing your Digital Setting Circles interface board after you&#8217;ve constructed it. EkBoxTester requires <a href="http://www.microsoft.com/download/en/details.aspx?id=17718" target="_blank">Microsoft .Net 4.0</a> to be installed on your computer. EkBoxTester consists of a single executable file (EkBoxTester.exe) that can be run from wherever you want. There is no installer&#8211;just download and run it.</p>
<p>The source code for EkBoxTester can be downloaded from <a href="http://eksfiles.net/wp-content/uploads/2009/07/EkBoxTester1.zip">here</a>. It was written using <a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express" target="_blank">Microsoft Visual C# 2010 Express Edition</a>&#8211;a free but reasonably complete development environment for writing .Net applications in C#. You can use the source code as an example of how to communicate with an EkBox via the serial port.</p>
<p><span id="more-1131"></span>When you launch EkBoxTester, the following window appears:</p>
<div id="attachment_1125" class="wp-caption aligncenter" style="width: 416px"><a href="http://eksfiles.net/wp-content/uploads/2009/07/ekboxtester1.png"><img class="size-full wp-image-1125" title="ekboxtester1" src="http://eksfiles.net/wp-content/uploads/2009/07/ekboxtester1.png" alt="" width="406" height="384" /></a><p class="wp-caption-text">EkBoxTester Initial View</p></div>
<p>It&#8217;s pretty simple to use. Select the COM port to which your interface is connected, specify the encoder resolutions, and then click the &#8220;Start Test&#8221; button. When you click the &#8220;Start Test&#8221; button, EkBoxTester will attempt to open the COM port and send the command to the interface to set the encoder resolutions. If this doesn&#8217;t succeed, you&#8217;ll see an error message that will describe the specific problem encountered. Otherwise, if everything succeeds, the EkBoxTester window should now look like this:</p>
<div id="attachment_1126" class="wp-caption aligncenter" style="width: 416px"><a href="http://eksfiles.net/wp-content/uploads/2009/07/ekboxtester2.png"><img class="size-full wp-image-1126" title="ekboxtester2" src="http://eksfiles.net/wp-content/uploads/2009/07/ekboxtester2.png" alt="" width="406" height="384" /></a><p class="wp-caption-text">EkBoxTester after &quot;Start Test&quot; is clicked</p></div>
<p>At this point, the numbers in red should change as you turn the encoders. If you don&#8217;t have any encoders connected, you&#8217;ll still see the red numbers but they will not change (obviously), but this is an indicator that things on the board appear to be working correctly. You can click the &#8220;Get Errors&#8221; button to see how many encoder errors have occurred (generally, none) and the &#8220;Get Resolutions&#8221; button to query the interface for the current encoder resolutions (which should be the same as what you specified in the inputs toward the top of the window).</p>
<p>Once you&#8217;re finished, click the &#8220;Stop Test&#8221; button, or just exit the program by clicking the red X in the top right corner.</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2011/12/test-software-for-digital-setting-circles-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Digital Setting Circles Kit!</title>
		<link>http://eksfiles.net/2011/12/usb-digital-setting-circles-kit/</link>
		<comments>http://eksfiles.net/2011/12/usb-digital-setting-circles-kit/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 15:17:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>
		<category><![CDATA[The Workbench]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=1104</guid>
		<description><![CDATA[FAR Circuits has just released a kit for a USB version of my Digital Setting Circles project. The USB version relies on the FTDI TTL-232-5V interface cable as shown in a previous post. A complete writeup is now included on my USB Digital Setting Circles page. Here&#8217;s the schematic for this new kit: &#160; &#160;&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.farcircuits.net/" target="_blank">FAR Circuits</a> has just released a<a href="http://www.farcircuits.net/16F628%20EK%20BD.pdf" target="_blank"> kit for a USB version</a> of my <a href="http://eksfiles.net/digital-setting-circles/" target="_blank">Digital Setting Circles</a> project. The USB version relies on the <a href="http://www.ftdichip.com/" target="_blank">FTDI</a> <a href="http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm" target="_blank">TTL-232-5V interface cable</a> as shown in a <a href="http://eksfiles.net/2008/12/adapting-to-usb/" target="_blank">previous post</a>. A complete writeup is now included on my <a href="http://eksfiles.net/digital-setting-circles/usb-digital-setting-circles/">USB Digital Setting Circles page</a>. Here&#8217;s the schematic for this new kit:</p>
<p>&nbsp;</p>
<div id="attachment_1105" class="wp-caption aligncenter" style="width: 310px"><a href="http://eksfiles.net/wp-content/uploads/2011/12/dsc_usb.png"><img class="size-medium wp-image-1105" title="USB Digital Setting Circles Schematic" src="http://eksfiles.net/wp-content/uploads/2011/12/dsc_usb-300x223.png" alt="USB Digital Setting Circles Schematic" width="300" height="223" /></a><p class="wp-caption-text">USB Digital Setting Circles Schematic</p></div>
<p>&nbsp;</p>
<p>The kit is much simpler than the serial version&#8211;the pull-up resistors were eliminated, the oscillator replaced by a crystal, and a MAX232 chip is no longer needed. The board and encoders are powered by the USB port, too, so no external power supply is needed. The kit includes all the components, including the programmed PIC chip, <em><strong>but does not include the TTL-232-5V cable</strong></em>. The cable must be purchased separately and is readily available from <a href="http://www.mouser.com/ProductDetail/FTDI/TTL-232R-5V/?qs=sGAEpiMZZMtf8aSAtgR7DpPMdam%2fwe00" target="_blank">Mouser</a> and <a href="http://parts.digikey.com/1/parts/1643622-cable-usb-embd-uart-5v-wired-ttl-232r-5v-we.html" target="_blank">Digikey</a>, for about $20 plus shipping.</p>
<p>This kit should work great if you want to run your digital setting circles straight through the USB port of your laptop. However, if your goal is to <a href="http://eksfiles.net/2011/06/bluetooth-adapters-for-my-digital-setting-circles/" target="_blank">use a bluetooth connection between your computer/PDA/smartphone and the board</a>, then the serial version of the kit is the one you want to use. Furthermore, this USB version really isn&#8217;t adaptable for use with a smartphone or PDA&#8211;the TTL-232 USB cable needs to plug in to a PC in order to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2011/12/usb-digital-setting-circles-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap(er) Encoders for Your Digital Setting Circles</title>
		<link>http://eksfiles.net/2011/09/cheaper-encoders-for-your-digital-setting-circles/</link>
		<comments>http://eksfiles.net/2011/09/cheaper-encoders-for-your-digital-setting-circles/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 01:13:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=1057</guid>
		<description><![CDATA[One thing that puts people off when they consider building their own digital setting circles is the cost of the two rotary encoders that are needed. Building my DSC circuit is fairly inexpensive (maybe $30 or so), but a pair of high-resolution optical encoders can set you back to the tune of $150 or so.&#8230;]]></description>
			<content:encoded><![CDATA[<p>One thing that puts people off when they consider building their own digital setting circles is the cost of the two rotary encoders that are needed. Building <a href="http://eksfiles.net/digital-setting-circles/">my DSC circuit</a> is fairly inexpensive (maybe $30 or so), but a pair of high-resolution optical encoders can set you back to the tune of $150 or so. Recently, someone posted information about <a href="http://www.amtencoder.com/Product/AMT102" target="_blank">these capacitive encoders</a> on the <a href="http://tech.groups.yahoo.com/group/palmastro/" target="_blank">Palmastro Yahoo! group</a>. Apparently, they work well in digital setting circles applications, and they appear to be electrically compatible with optical encoders. The spec sheet says they&#8217;re accurate to 15 arcmin, which is probably good enough for most users. The best part? You can have a pair for about $50. <a href="http://www.digikey.com/" target="_blank">Digi-Key</a> is supposedly a source of these babies.</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2011/09/cheaper-encoders-for-your-digital-setting-circles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bluetooth Adapters for My Digital Setting Circles</title>
		<link>http://eksfiles.net/2011/06/bluetooth-adapters-for-my-digital-setting-circles/</link>
		<comments>http://eksfiles.net/2011/06/bluetooth-adapters-for-my-digital-setting-circles/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 02:40:29 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>
		<category><![CDATA[The Workbench]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=1049</guid>
		<description><![CDATA[I was finally motivated to get my hands on some Bluetooth hardware so I could figure out why my latest ASCOM driver wouldn&#8217;t work with Bluetooth. I found mine at U. S. Converters. I needed two&#8211;one that would plug into a USB port on my notebook (I bought model BLDONG for $9.99), and one that&#8230;]]></description>
			<content:encoded><![CDATA[<p>I was finally motivated to get my hands on some Bluetooth hardware so I could figure out why my latest ASCOM driver wouldn&#8217;t work with Bluetooth. I found mine at <a href="http://www.usconverters.com/" target="_blank">U. S. Converters</a>. I needed two&#8211;one that would plug into a USB port on my notebook (I bought model <a href="http://www.usconverters.com/index.php?main_page=product_info&amp;cPath=70&amp;products_id=230" target="_blank">BLDONG</a> for $9.99), and one that would plug into the serial connector of my digital setting circles interface (<a href="http://www.usconverters.com/index.php?main_page=product_info&amp;cPath=70&amp;products_id=228" target="_blank">BT232B</a> for $45.00). The BT232B serial Bluetooth adapter also requires a gender changer because it has a female DB9 connector just like my <a href="http://eksfiles.net/digital-setting-circles/">DSC interface</a>, so I bought <a href="http://www.usconverters.com/index.php?main_page=product_info&amp;cPath=68&amp;products_id=210" target="_blank">10GC-D1</a> for $7.99, too. I know that <a href="http://www.aircable.net/" target="_blank">AirCable</a> sells this kind of stuff, too, but U. S. Converters seemed a little more economical.</p>
<p>Now it was time to get it all hooked up and functioning.</p>
<p><span id="more-1049"></span>The BT232B adapter needs to be powered. There are three options:</p>
<ol>
<li>a USB cable (only for power, not data)</li>
<li>an external 3V &#8211; 5V battery (not included, but a small cable and connector are included)</li>
<li>5V at pin 9 of its DB9 connector</li>
</ol>
<p>I chose option 3. Since my DSC interface board already has a 5V supply available, it&#8217;s a simple matter to feed it to pin 9 of the DB9 connector (note, however, that this combination will consume more than double the current of the DSC interface by itself, so you&#8217;ll want to use something bigger than a 9V battery to provide power). Here&#8217;s a photo of how I installed a small jumper wire on the underside of the board to provide the 5V at pin 9 (click to enlarge):</p>
<div id="attachment_1050" class="wp-caption aligncenter" style="width: 310px"><a href="http://eksfiles.net/wp-content/uploads/2011/06/board_with_jumper.jpg"><img class="size-medium wp-image-1050" title="board_with_jumper" src="http://eksfiles.net/wp-content/uploads/2011/06/board_with_jumper-300x179.jpg" alt="" width="300" height="179" /></a><p class="wp-caption-text">DSC board with jumper to provide 5V to pin 9 of the DB9</p></div>
<p>Be careful that the jumper wire doesn&#8217;t short with any other circuit board traces.</p>
<p>Once the board is providing 5V to pin 9 of the DB9, you&#8217;ll need to set a switch on the BT232B. There&#8217;s a switch that determines whether it&#8217;s expecting power on pin 9 or from the USB or external battery. Set the switch so that it expects power from pin 9. As a test, you can plug the BT232B into the DSC board (using the gender changer) and then power up the board. The BT232B Power LED should glow red, and the Status LED should flash blue.</p>
<p>The next thing you&#8217;ll need to do is configure the BT232B for 9600 baud, 8 data bits, 1 stop bit, no parity, and no flow control. The included instructions tell you how to do this, but the basic procedure is to set it for DCE (there&#8217;s a switch on the side to change it between DCE and DTE, depending on whether your plugging it into a computer or another device like the DSC board), plug it into a serial port on your computer (or through a USB-serial converter), give it power (the USB cable is convenient for that, but change the power selector switch), and then connect to it using Hyperterminal at 19200 baud, 8 bits, 1 stop bit, no parity, no flow control. you can then type commands in Hyperterminal that will change the configuration of the BT232B.</p>
<p>First, type &#8220;AT&#8221; (without the quotes) and hit the Enter key. The BT232B should respond with &#8220;OK&#8221; (again, without the quotes). If not, double check your settings and switches and try again.</p>
<p>Then type the following commands:</p>
<ul>
<li>PARITY=N</li>
<li>FLOW=N</li>
<li>BAUD=9600</li>
</ul>
<p>After each command the BT232B should respond with some sort of confirmation of the command. However, after you set the new baud rate, Hyperterminal will no longer be able to communicate with the BT232B because the baud rate was changed. Don&#8217;t sweat it&#8211;you&#8217;ve done everything you needed to do.</p>
<p>Now you should be able to disconnect the BT232B from the computer. Set it for DTE and for getting power from pin 9 of the DB9, and plug it back into the DSC board, and power it up. If your PC doesn&#8217;t have built-in Bluetooth, you&#8217;ll need to insert your USB-Bluetooth adapter into a USB port (don&#8217;t forget to install any drivers if needed&#8211;check the documentation).</p>
<p>Now turn on Bluetooth on your PC and connect to the BT232B. Usually this is done by right-clicking on a Bluetooth icon in the system tray and selecting Connect from the menu. Windows will search for nearby Bluetooth devices and give you a list from which you can choose the serial Bluetooth adapter. Once it&#8217;s connected, it will hopefully report which COM port it&#8217;s configured as. If not, go into the Device Manager (right-click on My Computer in the start menu and select Properties from the context menu) and look at the list of ports to determine which port number is assigned to the serial Bluetooth adapter.</p>
<p>If you want, you can use Hyperterminal to connect to that port (9600 baud, 8 bits, 1 stop bit, no parity, no flow control) and test the connection. Once Hyperterminal connects to the port successfully, the flashing blue LED on the BT232B will stop flashing and glow steady blue. Try typing &#8220;H&#8221; and &#8220;Q&#8221; (without the quotes) and see if you get a response from the interface. If not, go back and double-check your steps and try it again.</p>
<p>Now you&#8217;re ready to use your favorite astro software with the DSC interface via Bluetooth. Just make sure that you set the COM port in the Settings to be the one for Bluetooth.</p>
<p>Let me know how it goes.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2011/06/bluetooth-adapters-for-my-digital-setting-circles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bluetooth DSC Systems Available</title>
		<link>http://eksfiles.net/2010/11/bluetooth-dsc-systems-available/</link>
		<comments>http://eksfiles.net/2010/11/bluetooth-dsc-systems-available/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 13:09:45 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=1003</guid>
		<description><![CDATA[Craig Combes just posted this to the PalmAstro Yahoo Group (note that you&#8217;ll need to be a member, or become a member, in order to follow the link and see his picture): Hi Guys, I came up with a newer board that fits nicely in a roughly 3 3/4&#8243; x 2 3/8&#8243; x 1&#8243; enclosure&#8230;]]></description>
			<content:encoded><![CDATA[<p>Craig Combes just posted this to the PalmAstro Yahoo Group (note that you&#8217;ll need to be a member, or become a member, in order to follow the link and see his picture):</p>
<blockquote><p>Hi Guys,<br />
I came up with a newer board that fits nicely in a roughly 3 3/4&#8243; x 2 3/8&#8243; x 1&#8243; enclosure that has a space for a 9v battery. So I have some complete systems that I&#8217;m selling for $100, and that includes some encoder connectors. I&#8217;ve uploaded a photo here: <a href="http://groups.yahoo.com/group/Palmastro/photos/album/710692234/pic/list" target="_blank">http://groups.yahoo.com/group/Palmastro/photos/album/710692234/pic/list</a></p>
<p>Craig Combes</p></blockquote>
<p>Earlier this year Craig sent me a <a href="http://eksfiles.net/digital-setting-circles/bluetooth-digital-setting-circles/" target="_self">description of his bluetooth DSC system</a> which I added to my <a href="http://eksfiles.net/digital-setting-circles/" target="_self">Digital Setting Circles</a> pages. Go there for a full description. <a href="mailto:combes57@yahoo.com?subject=Comment from Bluetooth DSC Page">Contact Craig directly</a> if you have questions or want one of his systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2010/11/bluetooth-dsc-systems-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth Digital Setting Circles</title>
		<link>http://eksfiles.net/2010/05/bluetooth-digital-setting-circles/</link>
		<comments>http://eksfiles.net/2010/05/bluetooth-digital-setting-circles/#comments</comments>
		<pubDate>Mon, 31 May 2010 17:09:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=953</guid>
		<description><![CDATA[Craig Combes has taken my Digital Setting Circles project and adapted it for bluetooth! I&#8217;ve added his project description to my Digital Setting Circles pages. You can see it here. Thanks, Craig!]]></description>
			<content:encoded><![CDATA[<p>Craig Combes has taken my <a href="http://eksfiles.net/digital-setting-circles/" target="_self">Digital Setting Circles</a> project and adapted it for bluetooth! I&#8217;ve added his project description to my Digital Setting Circles pages. You can see it <a href="http://eksfiles.net/digital-setting-circles/bluetooth-digital-setting-circles/" target="_self">here</a>.</p>
<p>Thanks, Craig!</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2010/05/bluetooth-digital-setting-circles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soldering 101</title>
		<link>http://eksfiles.net/2010/05/soldering-101/</link>
		<comments>http://eksfiles.net/2010/05/soldering-101/#comments</comments>
		<pubDate>Sun, 09 May 2010 02:42:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>
		<category><![CDATA[The Workbench]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=921</guid>
		<description><![CDATA[For a surprising number of folks, my Digital Setting Circles project is their first introduction to electronics construction techniques&#8211;mainly, the art of soldering. If you&#8217;ve never seen it done correctly, soldering can be an intimidating prospect. Someone asked me the other day whether there were any YouTube videos of someone constructing my project (none that&#8230;]]></description>
			<content:encoded><![CDATA[<p>For a surprising number of folks, my <a href="http://eksfiles.net/digital-setting-circles/" target="_self">Digital Setting Circles project</a> is their first introduction to electronics construction techniques&#8211;mainly, the art of soldering. If you&#8217;ve never seen it done correctly, soldering can be an intimidating prospect. Someone asked me the other day whether there were any <a href="http://www.youtube.com/" target="_blank">YouTube</a> videos of someone constructing my project (none that I know of). That got me thinking&#8211;there must be plenty of &#8220;how to solder&#8221; videos around. So I checked, and sure enough, YouTube has quite a few of them.</p>
<p><a href="http://www.youtube.com/watch?v=I_NU2ruzyc4" target="_blank"><span id="more-921"></span>Here&#8217;s one</a> for starters:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/I_NU2ruzyc4&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/I_NU2ruzyc4&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>If you know of any other good soldering tutorials and resources, leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2010/05/soldering-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbooks for Astronomy?</title>
		<link>http://eksfiles.net/2009/10/netbooks-for-astronomy/</link>
		<comments>http://eksfiles.net/2009/10/netbooks-for-astronomy/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 16:50:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>

		<guid isPermaLink="false">http://eksfiles.net/?p=599</guid>
		<description><![CDATA[Being a techie kind of a guy, you&#8217;d think I&#8217;d be more abreast of the latest in computer hardware and gadgets. But up until a few months ago, I was pathetically unaware of the new class of computer hardware known as the netbook. Netbooks first popped up on my radar screen when I stumbled upon&#8230;]]></description>
			<content:encoded><![CDATA[<p>Being a techie kind of a guy, you&#8217;d think I&#8217;d be more abreast of the latest in computer hardware and gadgets. But up until a few months ago, I was pathetically unaware of the new class of computer hardware known as the <a href="http://en.wikipedia.org/wiki/Netbook">netbook</a>.</p>
<p>Netbooks first popped up on my radar screen when I stumbled upon an article describing how somebody was successfully running <a href="http://www.apple.com/macosx/" target="_blank">Mac OS X</a> on theirs. That was (and still is) intriguing to me&#8211;OS X is supposed to be pretty slick, but I&#8217;ve always been put off by the Mac price tag. But I digress.</p>
<p><span id="more-599"></span>One of the attractive things about netbooks is they&#8217;re cheap. My <a href="http://www.msimobile.com/" target="_blank">MSI</a> Wind U100-843 with 2GB of memory and a 160-GB hard drive ran me about $300. After having it for a few weeks now, I&#8217;m impressed with it. It runs Windows XP Home SP3 like a champ. The netbook itself is built well, and the battery supposedly will give me six hours of operation (I haven&#8217;t really tested this yet, though). It&#8217;s quick to boot, has a great display and a decent touchpad, and wireless connectivity has been solid. In short, everything works. That&#8217;s not a given with PC hardware these days, so it&#8217;s nice to experience it.</p>
<p>One of the things I didn&#8217;t really consider before I bought my netbook was whether it would be handy for use with my <a href="http://eksfiles.net/digital-setting-circles/" target="_self">Digital Setting Circles</a> project and a telescope. The netbook has no serial port, of course, so I&#8217;d have to use a USB-serial converter to plug the digital setting circles into my computer. A while back <a href="http://eksfiles.net/2008/12/adapting-to-usb/" target="_self">I picked up a really cheap converter</a> on Ebay, and I figured this would be a good test. So, I loaded up <a href="http://www.bisque.com/" target="_blank">TheSky 5</a>, the <a href="http://ascom-standards.org/" target="_blank">ASCOM platform</a>, and my own <a href="http://eksfiles.net/digital-setting-circles/compatible-software/" target="_self">ASCOM driver</a> and put the system through its paces.</p>
<p>There was no reason to think that the system wouldn&#8217;t work, and I was right&#8211;everything worked flawlessly. Even the el-cheapo USB-serial converter did its job magnificently. (For the life of me, I don&#8217;t understand why these converters have gotten such a bad name. I&#8217;ve never had difficulty with one. And <em>a lot</em> of USB devices make use of them internally so that separate USB drivers don&#8217;t have to be written for those devices.)</p>
<p>I originally designed my digital setting circles project to be used with a notebook computer, but many folks these days are using it with a <a href="http://en.wikipedia.org/wiki/PDA" target="_blank">PDA</a> or <a href="http://en.wikipedia.org/wiki/Smartphone" target="_blank">smartphone</a> because of the portability of such devices, the availability of software for them, and the fact that they often support <a href="http://en.wikipedia.org/wiki/Bluetooth" target="_blank">bluetooth</a> for wireless connections between telescope and computer. Still, handheld devices are definitely a compromise of power and versatility for convenience. Netbooks are now in a price range comparable to these handheld devices and provide nearly the same convenience of portability while being vastly superior in capability. I could easily envision using the netbook with my digital setting circles while simultaneously using it to control a digital imaging system and log my observing session&#8211;a tall order for a handheld device.</p>
<p>The handheld device landscape has shifted dramatically over the past few years. While PDAs running Palm OS and Windows Mobile once ruled the land, they&#8217;ve been largely obsoleted by smartphones like the iPhone and the Palm Pre. While software developers are catching up to the new platforms, one needs to actually own a smartphone (with its higher costs for broadband service) in order to use the software. Handheld alternatives to smartphones are disappearing fast. Netbooks don&#8217;t carry the extra baggage of requiring a monthly payment for cellular network access (unless, of course, you purchase one from a cellular carrier for precisely that purpose).</p>
<p>I know many people who love their iPhones, but right now I&#8217;m too cheap to pay for being connected to that degree. Maybe I&#8217;m just an old curmudgeon. In a couple years I&#8217;ll probably be an iPhone-wielding drone just like everyone else. In the mean time, I gotta go see if I can find that article on how to turn my netbook into a Mac&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2009/10/netbooks-for-astronomy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SENA Bluetooth Adapters with Digital Setting Circles</title>
		<link>http://eksfiles.net/2009/05/sena-bluetooth-adapters-with-digital-setting-circles/</link>
		<comments>http://eksfiles.net/2009/05/sena-bluetooth-adapters-with-digital-setting-circles/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:07:31 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>
		<category><![CDATA[The Workbench]]></category>

		<guid isPermaLink="false">http://blog.eksfiles.net/?p=202</guid>
		<description><![CDATA[Eddie from Australia wrote me recently to tell me about his success using a serial-to-bluetooth adapter to connect his Digital Setting Circles board to his laptop (avoiding the serial cable which is an obvious tripping hazard, especially in the dark during an observing session). Eddie is using the SENA Parani-SD 200 serial-to-bluetooth adapter connected to&#8230;]]></description>
			<content:encoded><![CDATA[<p>Eddie from Australia wrote me recently to tell me about his success using a serial-to-bluetooth adapter to connect his <a href="/digital-setting-circles/" target="_self">Digital Setting Circles</a> board to his laptop (avoiding the serial cable which is an obvious tripping hazard, especially in the dark during an observing session). Eddie is using the <a href="http://www.sena.com/products/industrial_bluetooth/sd.php" target="_blank">SENA Parani-SD 200 serial-to-bluetooth adapter</a> connected to the DSC board, and the <a href="http://www.sena.com/products/industrial_bluetooth/ud100.php" target="_blank">SENA Parani UD100 USB-to-bluetooth adapter</a> with his laptop.</p>
<p><span id="more-202"></span>Eddie wrote:</p>
<blockquote><p><em>Dave,</em></p>
<p><em>I have finally managed to get the Bluetooth connection working with your interface and Cartes du Ciel.  I will let you know what I had to do and the setup I&#8217;m running so that you can let other people know if you get asked the question.</em></p>
<p><em>Program:				Cartes du Ciel<br />
Serial Bluetooth adaptor:	Sena Parani SD200<br />
USB Bluethooth adaptor:		Sena UD100</em></p>
<p><em>Information for the Bluetooth adaptors can be found on <a class="moz-txt-link-abbreviated" href="http://www.sena.com/">www.sena.com</a></em></p>
<p><em>You have to plug the SD200 into a computer with a serial port in order to set up the adaptor.  The adaptor gets set to mode 3 with command response set to on.  Using the Dip switches on the SD200 the Baud rate and flow control can be set to 9600 and off respectively, the other parameters are set at the factory and cannot be changed.  When connecting the Bluetooth adaptors the UD100 will need to be forced to operate on one of the local com ports i.e. 1,2,3&#8230;. etc so that it can work with your interface.</em></p>
<p><em>Then I had to make up a null modem serial adaptor between your interface and the SD200 adaptor.  Pins 2 and 3 have to be crossed over in the connector and 5 is straight through.  Cartes du Ciel doesn&#8217;t like handshaking and therefore the remaining pins must be left off or the tracks on your PCB have to be cut.</em></p>
<p><em>Once all of this is done your interface works very well and the laptop can be setup remotely from the scope so that wires aren&#8217;t being tripped over or having to attach your computer to the scope itself.</em></p>
<p><em>I hope that this information will help you and any other Astro nuts out there setting up their interface with a Bluetooth connection.</em></p></blockquote>
<p>Thanks, Eddie, for passing on that information.</p>
<p>I&#8217;ve heard of other users who&#8217;ve successfully used similar devices, especially those from <a href="http://www.aircable.net/" target="_blank">AirCable</a>. I don&#8217;t have any personal experience with any of these devices, but they&#8217;re an occasional topic of conversation in the <a href="http://tech.groups.yahoo.com/group/palmastro/" target="_blank">Yahoo Groups&#8217; PalmAstro group</a>. I&#8217;d welcome any and all reports of other bluetooth adapters being used with my DSC system&#8211;just leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2009/05/sena-bluetooth-adapters-with-digital-setting-circles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Box for the Digital Setting Circles Board</title>
		<link>http://eksfiles.net/2009/05/a-box-for-the-digital-setting-circles-board/</link>
		<comments>http://eksfiles.net/2009/05/a-box-for-the-digital-setting-circles-board/#comments</comments>
		<pubDate>Mon, 25 May 2009 14:49:36 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Digital Setting Circles]]></category>
		<category><![CDATA[The Workbench]]></category>

		<guid isPermaLink="false">http://blog.eksfiles.net/?p=199</guid>
		<description><![CDATA[A question from a builder of my Digital Setting Circles project caused me to notice a plastic enclosure that another builder had used to contain the circuit board for that project. Oscar&#8217;s web page gives a nice narrative on how he built my project, and this page shows a nice enclosure with a clear plastic&#8230;]]></description>
			<content:encoded><![CDATA[<p>A question from a builder of my <a href="/digital-setting-circles/" target="_self">Digital Setting Circles project</a> caused me to notice a plastic enclosure that another builder had used to contain the circuit board for that project. <a href="http://cichlidworld.net/DSC1.htm" target="_blank">Oscar&#8217;s web page</a> gives a nice narrative on how he built my project, and <a href="http://cichlidworld.net/DSC3.htm" target="_blank">this page</a> shows a nice enclosure with a clear plastic top he used for the project. The box came from Jameco, and it appears to be <a href="http://www.jameco.com/webapp/wcs/stores/servlet/ProductDisplay?langId=-1&amp;storeId=10001&amp;catalogId=10001&amp;productId=141832&amp;" target="_blank">part no. 141832</a>. Make no mistake&#8211;you&#8217;ll have to cut holes in the sides for the serial connector, encoder connectors, and battery connector, but at least the box is about the right size and looks to be easy to work with. I&#8217;m sure there are other suitable enclosures out there, as well.</p>
<p>If you&#8217;ve used another enclosure and liked the results, leave a comment below and tell me about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://eksfiles.net/2009/05/a-box-for-the-digital-setting-circles-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

