Arduino Yun Interval Timer with qDD

I have an Arduino Yun here and I like it. It is actually 2 devices in one, a wireless router running OpenWrt and Arduino Leonardo. You can read more about it on the Arduino Yun page.

I already installed ddserver on the Yun and use it during my qDD development.

Now I built a small external Interval Timer with the Arduino Yun that can be controlled over web (http) and also added a dialog into qDD so that I can control it from there. The timer has a 2.5 mm stereo audio jack where I can connect my camera (tested with D7100, D5000 and 650D)

Right now it is not much of use for ordinary users as you need a Yun, a small hardware board and an sketch that controls it but if anyone interested please contact me.

Here a short description of the Arduino Yun Interval Timer dialog:

yun_interval_timer

 

  1. Yun Interval Timer button – long press the Interval Timer button to show the Yun Interval Timer dialog
  2. Yun address – in  this filed the user should enter the Yun address. This depends on your Yun settings and how you use. In my case it is connected to my local network and I assigned a host name to it (arduinoyun). By default the Yun is password protected (default password is arduino) so in my case the address would be http://root:arduino@arduinoyun . After the address is entered the users should press the ‘Connect’ button so that qDD can query the Yun Interval Timer status. If qDD gets a positive response from the Yun it will enable the Yun Interval Timer controls
  3. Frame count – the desired frame count. If leaved at 0 the Yun Interval Timer will run until it is stoped with the ‘Stop’ button
  4. Interval – the desired Interval that the Yun should use. The minimal Interval is 1 second.
  5. Bulb time – the time Yun will hold the capture button pressed. Only has effect if the camera Shutter Speed is set to BULB. If not used this value should be 0
  6. Focus hold – Yun will use this time to hold the camera capture button in ‘half pressed’ status used for focusing. By default the value is 40ms (mili seconds). This time can be used if camera is set to MF (manual focus). If you need auto focus before capture this should be increased
  7. Shutter hold – Yun will use this time to hold the camera capture button in ‘full pressed’ status. By default the value is 20 ms (mili seconds). If BULB time is set then Yun will use that value instead of this one.
  8. Timer controls – with these buttons the user can control the Yun Interval Timer. It can start/stop/pause/resume the Timer
  9. Interval ramping duration – the duration of the Interval Ramping.
    During this time Yun will gradually increace/decrease the Interval to the Target Interval
    At the end of the ramping Yun will set the Target Interval as the current interval.
  10. Target interval – the Target Interval that will be used for the Interval Ramping.
  11. Interval Ramping control – with these buttons the user can start/stop the Yun Interval Ramping. If the ramping is stoped Yun will set the current interval to the last interval.

A picture of the Yun with the breadboard

yun_timer

qDD Interval Timer

A small guide to the interval timer

interval_timer

 

  1. Interval timer button – with this button you can show/hide the Interval Timer dialog (if the Timer is active the button will be red colored)
  2. Frame count – the desired frame count. If the frame count value is 0 the Timer will run until the user stops it
  3. Interval – the desired interval (minimum interval is 1 second)
  4. Bulb time – the desired bulb time if shutter speed is set to BULB. This field is only visible if shutter speed is set to BULB.
    NOTE: the BULB Timer will only work on DSLR that support BULB capture
  5. Timer controls – with these buttons you can start/stop/pause/resume the Interval Timer
    NOTE: if the settings are wrong the Timer will not start (BULB time > interval)
  6. Interval ramping duration – the duration of the interval ramping. The timer will increase/decrease the current interval to the target interval. For now only linear inc/dec is added.
    NOTE: at the end of the interval ramping the application will set the target interval as the current interval
  7. Interval ramping target interval – the target interval for the interval ramping. The application will gradually increase/decrease the current interval during the interval ramping duration until it reaches the target interval
  8. Interval ramping control – with these buttons you can start/stop the interval ramping function.
    NOTE: if you stop the interval ramping the application will set the last interval as the current interval

qDslrDashboard V0.1.7

Took a bit longer but here is V0.1.7

  • added interval timer
  • fix for property OSD display
  • image gallery thumbs only loaded and displayed for visible items
  • synchronized start for movie recording
  • this version should run on OSX 10.7.5 to (please test)
  • LrTimelapse auto correction increased to initial 40%

As always the download links are in the downloads section