3689591209?profile=original

Hi all,

Some months ago I decided what new camera I will use for my big Hexa. Many many people are using Sony NEX5 cameras for aerial photography. However they a expensive and you need IR Trigger electronics.

I took a look at Samsung NX line and found Jeff Taylor (thanks for the inspiring post) post about triggering them with a simple resistor (not said in that post but I guess you need relays anyway). So I went for it.

I bought a Samsung NX2000 which I must say takes wonderful photos and videos. But Jeff's trigger mechanism did not work in these particular camera. After some trial-error I found that the camera "wants" you to always "focus" before trigger the shutter! No matter the camera setting,  believe me!

So what I have. I have an Autopilot that (in relay mode) outputs 5V(APM) or 3.3V(Pixhawk) for a given period of time (shutter time).

With that signal I have to use relays to create two shorts in NX2000 USB pins. One short between FOCUS pin and GND pin and another short between SHUTTER pin and GND pin.

3689591165?profile=original

Samsung NX2000 is quite restrictive in how to short those pins. After more trial - error I discovered the following:

  • SHUTTER and FOCUS pins cannot be permanently connected one each other. Otherwise, no shutter
  • FOCUS has to be shorted to GND some "time" before SHUTTER does. If you short both of them at the same time to GND, you will have a random behaviour. Sometimes it works and sometimes not. This was really annoying as it prevent you to use a double relay to short both pins at the same time

So I decided to built a small circuit to trigger the camera by shorting FOCUS to GND and then (anytime after) SHUTTER to GND

I used what I found at my local electronics store. It maybe done differently!

The circuit for triggering NX2000 receives 5V Vcc, 5V signal (will trigger relays, etc) and GND either from APM or from a 5Vto3.3v level shifter if we use Pixhawk.

Bill of materials:

 - 1x NE555

 - 1x 1uF capacitor

 - 1x 18k resistor

 - 1x 10nF capacitor

 - 2x double micro relay

3689591230?profile=original

The mechanism is as follows. Once the signal goes high (5V), it drives the relay ON. This relay has two lines, the first shorts FOCUS and GND. The second allows 5V vcc to go and feed the NE555 timer.

So we have already provided focus to the camera. Now we only have to trigger the shutter.The amount of time that the NE555 takes to boot up is going to be our FOCUS-SHUTTER delay. It is normally 100ns.

Once the NE555 boot up it always sees a short in it input pin. Therefore it puts its output high what drives the second relay.

Once the second relay is activated, a short is created between SHUTTER and GND.

On this point you should have a nice picture taken in the NX2000!!

One thing left to say. If you come from Pixhwak world you need to convert 3.3v signal to 5V.

I used Marco's circuit in this post

3689591179?profile=original

As you can see all three boards/circuits are connectable/stackable one each other.

Here you can see the full picture:

3689591244?profile=original

The FOCUS-SHUTTER delay may have been done with a RC net but I chose NE555 in case a needed to control delay accurately. However I would have needed another NE555....... 

For Pixhawk connection I connected it to OUT 5 (as 1 to 4 are configured PWM) and Relay mode. 

3689591190?profile=original

3689591308?profile=original

Some pictures of the process and final result

Bench test:

3689591270?profile=original

USB Connector

uc?export=download&id=0BzRzbaLTcOpbWFhmUGxVVkx4UzQ&width=750

Everything in a prototype pcb

uc?export=download&id=0BzRzbaLTcOpbT2xma1phREpqcTA&width=750

Already mounted on gimbal with shrinking tube

uc?export=download&id=0BzRzbaLTcOpbbU5BLWVuLTRYSUE&width=750

E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • Hi there, How do you get live video out from the nx 2000 to your transmitter?

  • What Gimbal is that? I am thinking about building a Tarot X8 and using my existing Samsung NX2000.

  • The NX500 has a built in intervalometer, why not just set it to take photos every X seconds and be done with that?  It can take photos starting at every 1 second.

    Just curious why the trouble for a circuit like this?

  • I can confirm that the Samsung NX500 has the same behaviour than this NX2000. I´ve done a very similar board (my first electronic project!) to Jesus´s board. It is not the same because the shopman in the electronics store sold me non double relays, so I must to add a third one. 

    Here there are two pictures.

    3702002733?profile=original

  • BTW, i think this circuit is much simple.

    http://antibore.wordpress.com/2013/04/30/diy-remote-shutter-release...

  • NX300 have the same behavior when using USB trigger.

  • Just to confirm in case anyone is following this thread....  I finally revisited this camera trigger and picked up a Samsung NX1100 after being disappointed with a Canon S100. I can confirm that with a NX1100 all you need to build for a trigger is the very simple and very first schematic posted by Jesus in which you add a 68KOhm resistor to pin 4 on the USB connector. If all you need is to trigger the shutter via a Pixhawk and setting the CAM_TRIGG_DIST function then no need to worry about building any additional circuitry (but this only applies to the NX1000 or NX1100). The mission planner settings that Jesus posted are also the correct ones to use. Further benefit is I no longer need to carry a BEC to supply 5V to the Aux rail, as this trigger only needs the signal to ground shorted which the relay setting is used for. Now that I have it bench tested, I just need to fly it!

    Thanks to Jesus and Jeff Taylor's post

    -Carl

  • Developer

    Nice solution Jason!

  • Samsung NX 2000, HDMI output real time video for tft? 

    I try with a hdmi cable, but just show pictures and videos records... 

    I need real time of video

  • Genial! Thanks for sharing.

This reply was deleted.