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...
  #70  
By Hansm on 15th March 2021, 05:52 PM
Default

Hi Bob,
Yes it’s on the same network.
If I ping to the iP-address it responses with ony msecs figures.
I will dive into it later this week and let you know if I find anything odd.
But, thanks a lot for your help :-)
Reply With Quote
  #71  
By Bob on 15th March 2021, 05:58 PM
Default

No problem at all. If you are getting good times on your network, it might be worth trying the timer in [BASIC R3] mode - my network throws up random bad delays so I can't use it. It does not have the 500ms restriction.

Also, you could try using RESTer with Chrome as per the manual - see if that works for you instead of Postman - the first example is the /info command. If that works OK then you can think about re-programming the Sonoff Basic R3 with the new firmware using OTA as that gets rid of all the issues with network delays and Sonoff's poor API implementation...

Oh, BTW, another thing Sonoff neglected to mention in their API documentation is that to use the Inching API you need to first setup the pulse length using the zeroconf/pulse command and then use the /zeroconf/switch command to actually turn the Sonoff on.


Have fun!
Last edited by Bob; 15th March 2021 at 06:10 PM..
Reply With Quote
  #72  
By dialektik on 2nd June 2021, 11:50 AM
Default Using direct network of Sonoff Basic R3

Hi,

thanks for this great app! I just ordered a Sonoff Basic R3 as both of my enlarger timers stopped working. As I don't have any wifi signal in my darkroom (that I have to build up every time) I was wondering if I just could stay in the setup network of the Sonoff without changing any settings. Did someone try this yet?

In case this does not work I would have to build up a wifi network using a separate router, right?

Thanks!

Christoph
Reply With Quote
  #73  
By Bob on 4th June 2021, 09:51 AM
Default

Hi Christoph.

I did not see any way to use the Sonoff in its standard configuration/firmware without connecting it to a local WiFi router so I think that you would have to use a spare router. If you find a different way, do let me know - that would be very useful.

If you have a spare router you can dedicate to this, it should work well using the "Basic R3" controller mode as delays though the router will be minimal with no other traffic on that network.


As an alternative to using a separate router, you could reprogram the R3 with the new firmware which allows your Android device to talk directly with the R3 without any other WiFi hardware. This is a bit awkward to do but provides the best accuracy by eliminating the delays caused by the router relaying signals.

I can make things a little easier by supplying a previously compiled version of the firmware file so you do not have to go through the whole Arduino process to create a new one. I only realised that supplying the firmware file would makes things quite a bit easier for most people a few weeks ago - I have been messing about with embedded software for a long time and forgot that not everyone has!

Let me know how you get on and if you have any more queries.

Incidentally, it may be worth ordering a spare Sonoff - especially if you want to try reprogramming one - it is possible to kill it if the programming goes wrong...

Cheers.
Reply With Quote
  #74  
By dialektik on 4th June 2021, 10:03 AM
Default

Hi Bob,

thanks a lot! I think I will go for the spare router. I have old unused ones lying around so it's worth a try. And I am happy if I don't have to do too much on the hardware side like soldering especially when it has to do with higher voltage setups.

I will let you now if I find out anything interesting.

Thank you once more!
Reply With Quote
  #75  
By Bob on 4th June 2021, 02:06 PM
Default

The advantage of the Basic R3 (and the Sonoff Mini) is that it can be reprogrammed via WiFi rather than needing to solder wires to it, but yes, if you have a spare router to dedicate to the job, that will work well too. Have fun!
Reply With Quote
  #76  
By dialektik on 4th June 2021, 02:21 PM
Default

Oh, really? Then maybe I'll think about it. It seems to be a good idea to get rid of the extra router. But tonight I hopefully will have the chance to try it with the router setup first.
Reply With Quote
  #77  
By Harald on 29th March 2023, 02:56 PM
Default

Hi Bob,
you did a great job with this App - it's the perfect tool for f-stop printing.
I downloaded it a few weeks ago and already used it to manually switch my enlarger. Now I wanted the App to switch my enlarger but I fail to get the recommended relais run...
First I tried with the SONOFF Basic R3: I managed to connect it in diy mode to my phone, but it alsways looses connection after a few minutes and the App doesn't switch the relais.. A german user, who had the same problem solved it by using an old router which is only capable of 2,4 GHz, but he also mentioned, that this does not guarantee, that it works ...
I messed around a while with the R3 without success and then decided to try the LCTech Relais. Connection to my mobile was really straight forward - but the Relais on the board does not switch ... When I hit the FOC tab on my phone I can see a blue LED flash on the board - so the signal is obviously received, but the relais on the board doesn't switch... So I tried to switch the LCTEch with its dedicated App (the “EasyTCP_20”) I connected it, filled in the commands for on/off switching in the switch tab - and the LCTech board works nicely !
So obviously the FADU APP doesn't fit 100% to the LCTech (or in other words I did something wrong or omitted something...) Can you help me?
In the meantime I'm really frustrated ...
Cheers, Harald
Reply With Quote
  #78  
By Bob on 16th April 2023, 09:41 PM
Default

Hi Harald.

Sorry for the delay, this forum software does not alert people to replies in this Articles section - it is very annoying!


Regarding the 2.4GHz use: yes, I had similar issues with my router and got around it by forcing my phone to only use the 2.4GHz network (I renamed the SSLs of the 2.4GHz and 5GHz channels with different names so I could do that - which is a bit of a pain, but solved the issue for me).

If you are not getting the error message when attempting to connect to the LCTech board then you are connecting to it OK, so the issue is most likely due to the commands being sent to the board. This timer software was written a few years ago now, so it is possible the LCTech firmware has changed since then. My best guess is that the commands to switch the relay have changed.

The code is very simple: after connecting to the LCTech board, the timer opens a socket and sends the code 'A00101A2' to switch the lamp ON and 'A00100A1' to switch it OFF. Some part of this process may have been changed by the LCTech manufacturer.

Does the LCTech app say exactly what process is used to send the commands?

Regards, Bob.


[Edit: discussion continued in emails. Bottom line: could not get the new firmware in the LC Tech board to work with the app ]
Last edited by Bob; 3rd June 2023 at 08:49 AM..
Reply With Quote
  #79  
By tillari on 29th July 2023, 11:29 PM
Default Foot switch

Hi Bob,

For those who asked for the possibility of connecting a Bluetooth foot switch, it is possible, without modifying the code!
You have to install a key map app in the phone, following this instructions.
https://rivas.cloud/2023/07/21/fadu-...dal-bluetooth/
Regards,
Ariel
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 08:51 PM.


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

Article powered by GARS 2.1.9 ©2005-2006