Search:

Type: Posts; User: elgatosuizo; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Hi Will. I'm so glad you were able to put it together so nicely. Everything looks very clean and tidy. Just out of curiosity, what are the power resistors on the back of the LED's for?
  2. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Will: yes you can use the “Lcd on” input with an 110v AC coil relais connected coil-side to your timer an with the switch side (normally open) to the lcd-on input. It triggers the “s_4” variable with...
  3. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Oh man! Not this again. Sure it‘s far to be perfect for RA4, but it works. Somehow, but it works. Period. I had similar discussions of the B/W grade about how it’s impossible to hit the highest...
  4. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    Look here: https://www.largeformatphotography.info/forum/showthread.php?159164-My-LED-enlarger-lightsource-instructions-Complete-parts-list-and-build


    Gesendet von iPhone mit Tapatalk
  5. Re: My LED enlarger lightsource instructions / Complete parts list and build

    The problem is not to match the values. This values are based normally on a tungsten lightsource. Tungsten has a particular wavelength combination, while other lightsources have others. So even the...
  6. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Just make sire to connect the 256 to the two 64 led modules in series. In the code you have to change the LED count variable. It’s all in the document.


    Gesendet von iPhone mit Tapatalk
  7. Re: My LED enlarger lightsource instructions / Complete parts list and build

    1x256 and 2x64 is enough for 8x10. It's not really much light buty I have no issues on my 8x10 enlarger so far. My code is only for Arduino: Rapberry PI is an overkill for tis task. I use Raspberry...
  8. Replies
    859
    Views
    774,817

    Re: Show us your home made camera...

    Thanks...
    Nah... I didn't worked on it at weekends. so it was about 60h of work. Building things in my home workshop is my hobby: so it's 60h of fun for me. Actually I'm building small stuff:...
  9. Replies
    859
    Views
    774,817

    Re: Show us your home made camera...

    I wanted a wooden 8x10 camera à la Shenhao, Tachihara, Deardorff etc. With lots of shiny parts.
    Since I have a well equipped workshop (I also build guitars) I started to plan. First I bought some...
  10. Re: My LED enlarger lightsource instructions / Complete parts list and build

    You need the Arduino IDE @ https://www.arduino.cc/en/main/software
    There are some Software environements that allow you to write Arduino code if you install some sort of plug-in. At least I know...
  11. Re: My LED enlarger lightsource instructions / Complete parts list and build

    I found a error in the code due to an obsolete Infrared remote control part I added first. . I removed the IR library reference and cleaned up the parts related to it.
    I added here a ZIP file with...
  12. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Forums are for loud thinking. I like that.


    Sent from my iPhone using Tapatalk
  13. Re: My LED enlarger lightsource instructions / Complete parts list and build

    My words.


    Sent from my iPhone using Tapatalk
  14. Re: My LED enlarger lightsource instructions / Complete parts list and build

    There were rumors that Arduino could be used as hardware malware carrier trough the USB port. Honestly for someone that is willing to distribute maleware that way the Arduino community isn't a great...
  15. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Yes, this C-like environment of Arduino is a different one than the composition of a C++ project. I also use C# and .NET for "higher" programs.
    My code is anything but well formed. As a programmer...
  16. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Ops.. sorry! I copied the link as text from the first post (there it works) with the '...' in the url.
    It's fixed now.
  17. Re: My LED enlarger lightsource instructions / Complete parts list and build

    The files of this project can now be found on Github: https://github.com/Mglattfelder/Enlarger-LED-Lightsource
    I will post all code and documentation changes on Github and announce it in this forum
  18. Re: My LED enlarger lightsource instructions / Complete parts list and build

    I was able to add to the timer a 0.1s increment option. From the YMC color mode and press # to toggle between 0.1s or 1s increments. When you go back to contrast control mode it will keep this 0.1s...
  19. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Everyone was invited to build it’s own board at the beginning of Arduino. The problem began when the chinese clones used the ‘ made in italy’ logo. I use professionally Arduino bootloader on custom...
  20. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Technically there are no issues with clone boards. The word ‘counterfeit’ came up as Arduino became a Trademark from a former more or less open source project.


    Sent from my iPhone using Tapatalk
  21. Re: My LED enlarger lightsource instructions / Complete parts list and build

    Correct. It can control any ws2812b and compatible( there are some others that may work). The code has just a photographic specific function, but can be adapted to any use.
    Building first the...
  22. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    Since some of you have asked me directly, I have, as promised, made a detailed instruction for building an LED controller and convert an enlarger to a LED light source.
    You can find it in this...
  23. My LED enlarger lightsource instructions / Complete parts list and build

    The manual I am publishing here is the result of requests I received in this thread
    https://www.largeformatphotography.info/forum/showthread.php?155418-DIY-4x5-Enlarger-with-LED-light-source

    It's...
  24. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    I have decided to write detailed and accurate step by step building instructions. The goal is that even people who are not trained in electronic projects can build such a LED light source. A little...
  25. Replies
    26
    Views
    10,458

    Re: DIY "classic" 8x10 field camera

    Oh, well. Better don't ask my wife what I have already promised to build or repair.


    Sent from my iPhone using Tapatalk
  26. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    On any 'bigger' enlarger project I have done I have built a wired controller. I personally find it better too.
    But for such a small adapter a phone interface is almost mandatory. The connection...
  27. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    Yes. The phone controller can compute everything. Despite having only 32kB of RAM. It's basically an version of ESP8266. Cheap an reliable.
    Reversing the lenses makes all aligned with no distorsion....
  28. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    Don’t really know why LF is less popular. Maybe we are used to 'smaller' stuff here (our cars are smaller too). I use beta-layout.com for the boards. I used it to make make several prototypes of...
  29. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    Oh, they know their way around very well, and are among the leading analogue shops in Europe. But they make little turnover with large format. Also LF is in fact much less common here as over the...
  30. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    That’s the idea. It depends from how interested the commercial partner I’m working with is. But I guess a kit version is possible even if the partner don’t want to develop a commercial product. Then...
  31. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    They are really versatile and come already assembled in various ready to use form factors like the 8x8 or 16x16 matrix. Any arduino or other mcu can control them with an easy to use library. And the...
  32. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    205400
    I have finished an 8x10 enlarger as well. I used 12mm steel rods and a trapezoid thread for focusing. The bellows is the failed construction I had planned for the camera (it was too stiff)....
  33. Replies
    26
    Views
    10,458

    Re: DIY "classic" 8x10 field camera

    205396
    Now I have finally finished my 8x10 enlarger. I used 12mm steel rods and a trapezoid thread for focusing. The bellows is the failed construction I had planned for the camera (it was too...
  34. Replies
    26
    Views
    10,458

    Re: DIY "classic" 8x10 field camera

    Hard tropical wood can make sense. It is less prone to scratches and dents. I used spruce for the body and beech or birch would have been better. Beech is not really available in large planks...
  35. Replies
    26
    Views
    10,458

    Re: DIY "classic" 8x10 field camera

    I thank you (and everyone else) for the compliments. This not only helps my ego, but it is always a confirmation that I am on the right track. Well, yes: mother of pearl would be a bit too much of a...
  36. Replies
    26
    Views
    10,458

    Re: DIY "classic" 8x10 field camera

    I have now made such a ground glass and I am quite satisfied. The most difficult thing was to find the grit silicon carbide around here. I didn't find any 600s, only 400s. The new ground glass is not...
  37. Replies
    26
    Views
    10,458

    Re: DIY "classic" 8x10 field camera

    I see. I'm sure it works well... if I had a 138 I would consider it. But the only 138 I see starts at 700€ plus several 100€ shipping on eBay. Out of my budget.
  38. Replies
    26
    Views
    10,458

    Re: DIY "classic" 8x10 field camera

    I have already build an 4x5 enlarger (see my post here https://www.largeformatphotography.info/forum/showthread.php?155418-DIY-4x5-Enlarger-with-LED-light-source). I will use the same pole and table...
  39. Replies
    26
    Views
    10,458

    DIY "classic" 8x10 field camera

    204696
    I was a hobby photographer since the 80s and after a long break I had started to take analog pictures again. Large format photography was still too expensive for me in the 90s, but always a...
  40. Replies
    39
    Views
    19,133

    Re: DIY 4x5 Enlarger with LED light source

    No. You can use a strip as long it has ws2812b LED on it. These are compatible with the library. A neopixel matrix is just more comfortable as the LED are closer together and you don’t need to solder...
Results 1 to 40 of 45
Page 1 of 2 1 2