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

4 thoughts on “Arduino Yun Interval Timer with qDD”

  1. Fantastic. All we need now is for you to allow us to designate a step pin, a dir pin, and then of course the timing and amount of stepper motor movement!! Right? Thats a pretty good direction for you on this? Cheers to your great work.

  2. Nice idea. Are you gonna use the Arduino part to control a slider? That would make a nice little compact control.

  3. Just curious to know where this project is holding.

    I got a Camsformer on Kickstarter, and basically the project creator jumped ship after sending out unfinished units. There was supposed to be an app to control the hardware, but it was never made.

    Since the hardware was pretty much useless without the app, I decided to dissect it and noticed that the unit is powered by an Arduino Yun board!

    So I’ve got the board and a couple of triggers and sensors and would like to put them to use.

    Any info would be great!

Comments are closed.