<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>A Photoblog by Bálint Kis</title>
<link rel="self" type="application/atom+xml" href="http://www.k-i-s.net/atom.php" />
<link rel="alternate" type="text/html" href="http://www.k-i-s.net" />
<id>tag:www.k-i-s.net,2010:id/0</id>
<updated>2012-02-23T01:02:30Z</updated>
<author>
<name>Bálint Kis</name>
<email>balint@k-i-s.net</email>
</author>
<entry>
<title><![CDATA[Stuff]]></title>
<link rel="alternate" type="text/html" href="http://www.k-i-s.net/index.php?item=11"/>
<id>tag:www.k-i-s.net,2010:article/11</id>
<published>2010-08-19T19:40:16Z</published>
<updated>2012-01-21T09:12:39Z</updated>
<content type="html" xml:base="http://www.k-i-s.net"><![CDATA[<div class="centered">
<h1>Nikon Accessories</h1>
<div>

<p>
I have built two Nikon accessories, a <a href="index.php?item=12">data cable</a> that allows the configuration and shooting data download from analog SLR Nikon cameras such as the F5, F100 or F90x. I also wrote a linux <a href="index.php?item=15#nikon_companion">desktop software</a> to download the shooting data and set up configuration options. 
</p>

<p>
I also happened to have an OEM GPS module, so I thought, why not to build an other accessory and spare some money. Although, I prefer original Nikon accessories, I decided to go and <a href="index.php?item=13">build my own GP-1</a>, which turned out quite all right. 
</p>]]>
</content>
</entry>
<entry>
<title><![CDATA[DIY Nikon MC-31]]></title>
<link rel="alternate" type="text/html" href="http://www.k-i-s.net/index.php?item=12"/>
<id>tag:www.k-i-s.net,2010:article/12</id>
<published>2010-08-26T10:27:13Z</published>
<updated>2012-01-21T09:16:49Z</updated>
<content type="html" xml:base="http://www.k-i-s.net"><![CDATA[<div class="centered">
<h1>DIY Nikon MC-31</h1>
</div>

<p>
This guide will help you build a data cable suitable to download shooting data from Nikon SLR cameras. 
</p>

<h2>Step 1 - Modify an MC-30</h2>
<p>
The MC-30 is the simplest and cheapest remote release cable available, so it's the obvious choice. We want to modify the MC-30, so that after the modification the cable can be used as a remote release, or detaching the cable from the switch, it can be used to connect our serial converter to the camera. 
</p>

<p>
The RJ-45 connector is perfect for our requirements, as it has enough contacts, and will lock securely the cable into the MC-30 switch or the serial converter. Additionally, you can use standard ethernet network cables to extend your remote release.
</p>

<p>
After disassembling the MC-30 I removed the cable, I took a RJ-45 socket and planted it into the bottom of the button. Afterwards, I clamped an RJ-45 to the cable, carefully, so that the focus and release pins are matching the modified MC-30. I used pins 1-3 on the RJ-45 for this purpose. Step 3 describes how to connect the rest of the pins.
</p>

<h2>Step 2 - Build the Converter</h2>
<p>
I have built the serial converter using two RJ-45 connectors, and mounting all the components in between.
</p>

<p>
I used a <a href="hyperlink.php?item=12">MAX232A</a> with 0.1uF capacitors. If you use a <a href="hyperlink.php?item=12">MAX232</a> you must use 1uF capacitors.
</p>

<p>
<a href="hyperlink.php?item=11">Avi suggests</a> that resistors are needed to achieve proper operation. If you check Figure 5 on page 17 of the above datasheet you will find that the chip already contains them, so there is no need for additional external resistors. On the other hand Avi's pages are very good resources.
</p>

<a name="cable" />
<h2>Step 3 - Make the Cables</h2>

<p>
We need to build two cables. One to connect the converter to the camera and an other one to connect your computer to the converter.
</p>

<p>
The following table describes the cable connecting your
camera and converter. The camera connector pin layout, is <b>as seen on the cable</b>, rather than on the camera. The pin numbers on the converter side refer to the schematics.
</p>

<div class="centered">

<table>
<tr>
<td class="title">Nikon 10 Pin Plug</td>
<td class="title">Color</td>
<td class="title">Description</td>
<td class="title">Converter's Camera Side</td>
</tr>
<tr>
<td>1</td>
<td><span class="red">Red</span></td>
<td>Data Receive - RX</td>
<td>6</td>
</tr>
<tr>
<td class="even">2</td>
<td class="even"><span class="brown">Brown</span></td>
<td class="even">Battery Voltage</td>
<td class="even">8</td>
</tr>
<tr>
<td>3</td>
<td><span class="gray">Gray</span></td>
<td>Regulated +5 Volt</td>
<td></td>
</tr>
<tr>
<td class="even">4</td>
<td class="even"><span class="purple">Purple</span></td>
<td class="even">Shutter Release</td>
<td class="even">1</td>
</tr>
<tr>
<td>5</td>
<td><span class="orange">Orange</span></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="even">6</td>
<td class="even"><span class="yellow">Yellow</span></td>
<td class="even">Signal Ground</td>
<td class="even">4</td>
</tr>
<tr>
<td>7</td>
<td><span class="green">Green</span></td>
<td>Power Ground</td>
<td>3</td>
</tr>
<tr>
<td class="even">8</td>
<td class="even"><span class="blue">Blue</span></td>
<td class="even">Data Transmit - TX</td>
<td class="even">7</td>
</tr>
<tr>
<td>9</td>
<td><span class="white">White</span></td>
<td>Meter On</td>
<td>2</td>
</tr>
<tr>
<td class="even">10</td>
<td class="even"><span class="black">Black</span></td>
<td class="even"></td>
<td class="even"></td>
</tr>
</table>


<p>
Table 1: Cable connecting the Camera and the Converter
</p>
</div>

<p>
The second cable is simpler, it connects your computer to
your converter. The following table describes the
connections for DB9 serial connector:
</p>

<div class="centered">
<table>
<tr>
<td class="title">Converter's Computer Side</td>
<td class="title">Description</td>
<td class="title">DB9 Serial</td>
</tr>
<tr>
<td>7</td>
<td>Data Receive - RX</td>
<td>2</td>
</tr>
<tr>
<td class="even">6</td>
<td class="even">Data Transmit - TX</td>
<td class="even">3</td>
</tr>
<tr>
<td>3</td>
<td>GND</td>
<td>5</td>
</tr>
<tr>
<td class="even">4</td>
<td class="even">GND</td>
<td class="even">5</td>
</tr>
</table>

<p>
Table 2: Cable connecting the Converter and the Computer
</p>
</div>
]]>
</content>
</entry>
<entry>
<title><![CDATA[About]]></title>
<link rel="alternate" type="text/html" href="http://www.k-i-s.net/index.php?item=2"/>
<id>tag:www.k-i-s.net,2010:article/2</id>
<published>2010-08-19T19:12:01Z</published>
<updated>2012-01-21T09:20:35Z</updated>
<content type="html" xml:base="http://www.k-i-s.net"><![CDATA[<h1>Who?</h1>
<p>
This site is made and published by Bálint Kis, <a href="hyperlink.php?item=16">since 2002</a>.
</p>

<h1>What?</h1>
<p>
The first version of this site was static HTML and lived for a year. Then, in 2003 I built my first database backed multi-user website, that I used mainly as a support tool for <a href="hyperlink.php?item=15">Photo Organizer</a>. Few years later, I handed over Photo Organizer and long web silence followed.
</p>

<p>
The current version was designed in August 2010, with a custom <a href="hyperlink.php?item=4">PHP</a> engine backed by a <a href="hyperlink.php?item=5">PostgreSQL</a> database. Some of the CSS will not work with <a href="hyperlink.php?item=9">Internet Explorer</a>, but I don't care as long my statistics show no significant number of IE visitors. But then, I see what I want to see.
</p>

<p>
The tileable wood background is made by <a href="hyperlink.php?item=10">nicjasno</a>. 
</p>

<p>
If you like what you see here and you want something like this, or <a href="hyperlink.php?item=1">this</a>, or you need an experienced software designer in <a href="index.php?item=5">these fields</a>, feel free to <a href="send.a.message.php?sender_subject=collaboration%20proposal">contact me</a>. 
</p>

<h1>Where?</h1>
<p>
Currently, I live and work in 
<a href="http://maps.google.hu/?ll=47.503556,19.06048&amp;spn=0.00453,0.004807&amp;t=h&amp;z=18&amp;vpsrc=6" title="baby, if you've ever wondered... ">Budapest</a>. 
</p>]]>
</content>
</entry>
</feed>

