Support our Sponsors, they keep FADU free:   AG Photographic   The Imaging Warehouse   Process Supplies   RH Designs   Second-hand Darkroom Supplies  

Notices

Go Back   Film and Darkroom User > Articles > Articles

  ***   Click here for the FADU 2015/2014 Yearbooks   ***

Comment
 
Article Tools Search this Article Display Modes
FADU F-stop Enlarger Timer App for Android
Bob
20th August 2018
FADU F-STOP ENLARGER TIMER



The project files for the FADU F-stop Enlarger Timer have now been moved to GitHub as that is a more appropriate place to maintain the project - but read on for an overview and release...
  #30  
By martinhupfer on 28th April 2020, 07:11 AM
Default

Hi Bob, such a great development. I found the app, installed it and wow, what a awesome tool.
Asap I ordered some Sonoff mini, ups, I should have ordered the basic. damn.
Do you have some experience with the Sonoff mini?

Cheers, Martin
Reply With Quote
  #31  
By Bob on 29th April 2020, 04:12 PM
Default

Hi Martin. I see you got it working with the Mini. Great stuff!

No, I don't have any experience with the Mini. Do let me know if you had to make any mods and I will add it to the manual.

Cheers, Bob.
Reply With Quote
  #32  
By martinhupfer on 3rd May 2020, 12:43 PM
Default

Today I had some hours in the darkroom with the new timer set-up.
And it's great to work with it, starting with a test strip you can find out wich the best exposure time it would be.
So only two sheets of paper for a nearly fine art print.
Of course it's the way to "work sheets" wich are the base of the rest.
But I enjoyed it very much, and stepping up or down in the main menu makes it easy to fine tune the print in f-stop steps.
Fortunately I found an old Samsung S4mini which no one uses any more, but for the f-stop app it works fine.

Using the De-Vere enlarger with 24VAC bulbs would be tricky with test strips. An 0.8 sec step to the next exposure time, because he has a mechanical shutter between bulbs and light chamber.
I'll test it and come back with results.
Yet I used my Fujimoto MD 90 for 6x6 prints.
Reply With Quote
  #33  
By martinhupfer on 4th May 2020, 10:24 AM
Default

here's an example
Attached Thumbnails
Click image for larger version

Name:	f-stop example.jpg
Views:	536
Size:	300.2 KB
ID:	3732  
Reply With Quote
  #34  
By Bob on 4th May 2020, 06:56 PM
Default

Good to hear it is working for you Martin.

Your test sheet clearly shows the advantage of using f-stop related test strips as it avoids large steps in exposure in some of the strips, each having a similar increase/decrease in exposure.

I'm not familiar with the De Vere shutter system, but I wonder if using the app's Lamp Adjust setting might help to compensate for any delays introduced by the shutter? Adding a number there will add (or subtract if you prefix it with -) that number of milliseconds from the count.

Have fun, Bob.
Reply With Quote
  #35  
By mesires on 29th July 2020, 09:42 AM
Default

Hi guys, as my old simple analog darkroom timer malfuctioned I received a recommendation to check and test the FADU f-stop enlarger timer app with Sonoff Basic. I did and find it extremely useful and just perfect fit to my darkroom. I have 3 questions:
1) Did you consider to couple the app with some (bluetooth???) wireless switch to allow foot switch operation?
2) Did you consider to implement a complex development instructions (i.e. base time and several f-stop metered additional times for dodging and burning)?
3) Do you have any recommendations on the mobile phone screen type? I heard that the OLED screens may be substantially better then LCD / LED screens. I made a long safe test in my darkroom and have no problem with my cheap Honor 10 phone.

Thanks for any feedback.

Daniel
Reply With Quote
  #36  
By Britman on 3rd August 2020, 09:07 PM
Default

I love this project, it's something I'm going to try. But could this be done with the Sonoff Basic R3 with it's DIY mode?

A little easier to do and doesn't require you to either solder or hold wires in place.
Reply With Quote
  #37  
By Bob on 9th August 2020, 01:51 AM
Default

Quote:
Originally Posted by mesires View Post
Hi guys, as my old simple analog darkroom timer malfuctioned I received a recommendation to check and test the FADU f-stop enlarger timer app with Sonoff Basic. I did and find it extremely useful and just perfect fit to my darkroom. I have 3 questions:
1) Did you consider to couple the app with some (bluetooth???) wireless switch to allow foot switch operation?
2) Did you consider to implement a complex development instructions (i.e. base time and several f-stop metered additional times for dodging and burning)?
3) Do you have any recommendations on the mobile phone screen type? I heard that the OLED screens may be substantially better then LCD / LED screens. I made a long safe test in my darkroom and have no problem with my cheap Honor 10 phone.

Thanks for any feedback.

Daniel
Hi Daniel.

1) I considered it - also thought about using the web server contained in the re-flashed switch firmware for the same purpose but decided it was too much hassle for a small advantage. The start-delay with count-in ticks can help if you need time to get ready before it starts counting.

2) Sorry, too much hassle again. The blocks-style coding used by App Inventor makes even moderately complex programming logic very difficult. It's fine for simple stuff, but as soon as you need to add control logic beyond a few lines, it becomes unwieldy. If I ever get around to learning to code Android in native code then I will revisit it.

3) An OLED screen uses active LEDs in the display which physically light up whereas LCD displays use a backlight shining through coloured LCD pixels that are switched from opaque (almost no back-light gets through) to clear. The "almost" bit is why you can get fogging with an LCD screen as some green and blue light gets through an OFF pixel). This results in much purer colours in an OLED display, reducing the chances of fogging as the App only uses different intensities of red.

But, if your LCD phone is not causing issues then I would just stick with that - I don't have any OLED devices myself.
Reply With Quote
  #38  
By Bob on 9th August 2020, 02:08 AM
Default

Quote:
Originally Posted by Britman View Post
I love this project, it's something I'm going to try. But could this be done with the Sonoff Basic R3 with it's DIY mode?

A little easier to do and doesn't require you to either solder or hold wires in place.
Yay! Thanks very much for that suggestion - I was not aware of the Sonoff Basic R3 and just spent a few minutes googling it - looks like it's been out for over a year now and I completely missed it...

That sounds like the almost perfect solution - as you say, you still need to program it, but no more faffing about with soldering irons and FTDI adaptors etc. I will get a couple and add the code to use the Sonoff Basic R3 to the app. Users will still have to wire it into their enlarger but if they can change a plug, they can manage that! Now if only sonoff would provide the same facility on the Sonoff S20 sockets we would be seriously laughing!

My only worry is that the DIY mode may be too slow in response time - but we shall see...

Cheers, Bob.
Last edited by Bob; 9th August 2020 at 02:16 AM..
Reply With Quote
  #39  
By Britman on 9th August 2020, 08:53 AM
Default

Quote:
Originally Posted by Bob View Post
Yay! Thanks very much for that suggestion - I was not aware of the Sonoff Basic R3 and just spent a few minutes googling it - looks like it's been out for over a year now and I completely missed it...



That sounds like the almost perfect solution - as you say, you still need to program it, but no more faffing about with soldering irons and FTDI adaptors etc. I will get a couple and add the code to use the Sonoff Basic R3 to the app. Users will still have to wire it into their enlarger but if they can change a plug, they can manage that! Now if only sonoff would provide the same facility on the Sonoff S20 sockets we would be seriously laughing!



My only worry is that the DIY mode may be too slow in response time - but we shall see...



Cheers, Bob.
Excellent, what would be an acceptable response time, are we looking at just a few milliseconds?

Sent from my ONEPLUS A6013 using Tapatalk
Reply With Quote
Comment
Support our Sponsors, they keep FADU free:   AG Photographic   The Imaging Warehouse   Process Supplies   RH Designs   Second-hand Darkroom Supplies  

Article Tools Search this Article
Search this Article:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Article Article Starter Category Comments Last Post
Wanted: Enlarger Timer ianbarber Sale or Wanted 5 22nd August 2018 03:20 PM
Hauck MSA 100 or Mk II enlarger timer fotofundi Darkroom 0 26th February 2017 02:02 PM
Enlarger timer RussKelly Darkroom 0 14th September 2014 11:10 AM
FS: Baeuerle enlarger timer paulc Sale or Wanted 2 7th May 2012 06:56 PM
Enlarger timer issues PaulG Darkroom 20 27th November 2009 12:29 PM


All times are GMT. The time now is 04:15 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Article powered by GARS 2.1.9 ©2005-2006