Arduino-based Darkroom "F/stop" Enlarger Timer

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 21

  • @omnesilere
    @omnesilere 6 лет назад

    A function that would be great would be a starter offset that you could adjust and it would by default always beep, it could flash the display I guess too. Intent being you can hit the start button, get in your position for dodge or burn say in three seconds, then the light goes. Nice work man! Fixing code and a clean build!

  • @ralphgault6769
    @ralphgault6769 5 лет назад +1

    Eventually got mine finished Don, pics on photrio page.

    • @df9999999999
      @df9999999999  5 лет назад

      Ralph, that is an amazing build! I like that you used the Arduino Micro (?) for the build. Did you have any issues using the Micro, which I believe uses a ATmega32u4 rather than the Atmega AT328p that I used? The timer architectures are somewhat different.
      Good call on the separate relay supplies. I has some resets when switching the inductive load represented by the enlarger power supply transformer until I added a snubbing network across the load contacts of the relay.

  • @elangeldelamusica
    @elangeldelamusica 6 лет назад

    Great work. Thanks for sharing.

  • @Elad6k
    @Elad6k 3 года назад

    Very cool! Why not use a red I2c screen?

  • @michelerubino5098
    @michelerubino5098 6 лет назад +1

    Hi, first many compliments for the project. I'm doing the same timer but i have a problem with the keypad.
    When i put the program on countdown, and i try to insert the time, it change immediately to hundred seconds.
    For example, i want to count 15 seconds, but when i push 1, the count set itself to 111.1 sec. What it can be? Maybe a issue of keypad? Thanks a lot if you would help me.

    • @df9999999999
      @df9999999999  6 лет назад

      I had this issue as well. You need to be sure you have updated the Arduino keypad library to the latest version, or the input is wonky! I just used the library manager in the IDE. If you use the .hex code for the Atmega 328p bare chip, it's already included, of course. I'm using version 3.1.0 of the library.

    • @df9999999999
      @df9999999999  6 лет назад

      And thanks! BTW, I had to add a snubbing R/C network of cap and resistor in series across the 120VAC relay contacts to prevent the Arduino from resetting when switching the highly inductive load of my enlarger stabilized power supply. Message me at Photrio for details, if this is an issue for your enlarger.

    • @michelerubino5098
      @michelerubino5098 6 лет назад

      Thanks for your time.I try updating the keypad library ,but it remains wonky.
      Maybe an issue of my keypad?.. Damn
      Thanks a lot BTW!

    • @df9999999999
      @df9999999999  6 лет назад

      No. it's NOT your keypad! I had exactly the same issue at first. You are still picking up an old version of the keypad library.

    • @df9999999999
      @df9999999999  6 лет назад

      www.arduinolibraries.info/libraries/keypad Try using the 3.1.0 version from this site. You can unzip the keypad library files and put the 4 files in the "src" directory in the same folder as your sketch. Then, in the Arduino code at the top, change:
      #include
      to
      #include "Keypad.h"
      The quotes will force the sketch to use the local files instead of those in the Arduino IDE.

  • @gerardodalchielelueiro6818
    @gerardodalchielelueiro6818 5 лет назад

    Please let me known if where do you sel it

    • @df9999999999
      @df9999999999  5 лет назад

      I do not not have plans to sell it. but my improved code and building instructions are in the Photrio link here.