Derek,
If you made a device that didn't switch mains (the enlarger), would you be able to ship it without having to go through all the regulations? This is such a great project and I'm thinking if the device only sent pwm signal or serial data (usb) to another simple small device that would actually do the switching...an arduino keeping it open source and easy to build. So we could actually buy the main device (the brain) from you and build the small one (great project for high school electronics/photography/"steam"). Then of course release, when all is clear, a fully functional device for the ones who want an all in one solution.
Yes, small 7-segment LED displays are cheap. But more flexible OLED/LCD displays are not.Small 3- and 4-digit 7-segment LED displays for clocks are cheap.
Once its setup, this is correct. Well, really, it should have two buttons. One to take a reading, and one to zero it. (Or a single button with short and long press actions.)It only needs one button: ZERO. The user will first put a white section of a test strip over the sensor, and press ZERO. After that, all measurements will be white-relative, which are the densities users want.
The "runtime" interface to the Printalyzer will be very similar to how it currently interfaces with the X-Rite and Heiland densitometers. Put it over the target, push a button to take a reading, and it sends a value out its USB/serial cable. The Printalyzer then sees this value and updates an input prompt screen with it.On the Printalyzer, the user will press its Enter button to enter the current reading. Or, add an Enter button to the densitometer, making it two buttons.
I'm using a color sensor because it makes it easier to calibrate to the specific wavelength I care about. It also means I don't depend on specific/unique/rare products that may be hard to come by or require "big company" manufacturing relationships to be able to source. My goal is to be able to match the output of a proper densitometer as closely as I can, likely using the X-Rite 810 units I have as a "standard" for this.Why use a color sensor? Use a mono sensor having a good green response, and illuminate the paper with green LEDs that are always on while the unit is on.
Calibrate it once in your lab. If sensors are decently consistent, that one cal will be suitable for all units. If not, you'll need a cal method in the factory, adding a few minutes to assembly-time.
While I know there are a variety of microcontrollers I could use in this project, its not really a major factor in overall cost right now. Also, STM32 is a big product line with lots of choices. The one I'm using here (STM32L052K6) does crystal-less USB and has some on-board EEPROM, so it helps cut down on external components. Its also cheap enough ($2-3 depending on quantity). Picking something else may only shave off a dollar or so, at the cost of commonality and familiarity. The areas where I'm more concerned about cost adding up are the "fluff" you might not think about. Things like the enclosure, cable assembly (if included), buttons, connectors, etc.An ATMega or PIC is cheaper than the STM32, and is well-suited for this light-duty chore.
I'd still have to go through some regulations, but its my understanding that the process would be a lot simpler. Honestly, I really just need to find some sort of consultant to help walk me through this stuff (and I'm not entirely sure where to find one) rather than go simply off assumptions and hearsay.
The issue is that "just plugs into mains" really is the best choice for most users. The exception to that is people who want to control some sort of custom LED head, but even they likely still need a mains plug for controlling their safelights. (And yes, automated safelight control is a useful feature here. It makes it easier to not have them interfere with meter probe measurements.)
I am dead set against coming up with some sort of completely custom interface you'd need to kludge your own electronics project to use. (i.e. every single "Just use PWM" or "Just have some simple voltage output" suggestion.)
However, there is a standard for doing this that I have begun to explore. That standard is DMX512. While technically designed for "stage lighting," its a mature standard with tons of supporting hardware. You can literally just go on Amazon (or eBay, or AliExpress) and simply buy off-the-shelf relay boards and LED controllers that can speak it. You can also obviously build your own board that can handle it too, and there are reference designs out there to start from (or I could even provide one).
The main problem with DMX512, however, is that no one seems to make a simple "cheap enclosed box /w 1-2 switched outlets" as an off-the-shelf product. While you absolutely could build one by wiring together existing parts, you can't just buy one as a complete product. The closest you can find are these 4-channel beasts (bigger than the Printalyzer box itself) in the $150-200 range, or fancy 1-channel dimmers (covered with LEDs you'd need to tape over) for just as much money or more.
The secondary problem is that you'd need to provide a separate power supply for any DMX512 relay "contraption,", so there would be a tangle of power adapters behind all of this.
Of course it is tempting to consider just having a DMX512 output, and make that "simple switched outlet box" as a separate product.
Yes, I've seen that. It comes up every single time I try to search for solutions.
Yes, I've seen that. It comes up every single time I try to search for solutions.
No, I'm not going to use it as my solution. Its big and clunky (for a single outlet), I would need two of them (there's only a single relay), and its worthless for anyone not using US outlets.
Plus, once I go through the effort to provide a bunch of robust switched-DC outputs on the back of my device, I might as well just do this right and use a proper protocol that can support all the possible use cases.
TCS3472 (RGBC Light Sensor)
- Use some form of a "lux equation" to transform the sensor's readings into a scalar value that represents the amount of reflected light from the target.
- Take the logarithm of this "lux" value.
- Use measurements of a known calibration target (e.g. X-Rite Reflection Standard calibration plaque) to find the relationship between these readings and density values
- Calculate density values (its a simple 2-point line equation at this point)
Yeah, and nearly any test strip or step wedge exposure is going to fit anyways.I vote for number 2.
Compact is okay because a test-print or test-film can always be cut down with scissors.
I actually considered the idea of option 1, with the ability to use something like a light table as a light source for transmission measurements. In theory, this is the best of all options. Simplest and cheapest device to make.For reading actual negatives then you need to allow reading to the middle of 4x5 or larger. You could make the stapler unfold and let the user provide light source like a phone or tablet.
Its probably going to be some form of hard plastic, with slightly rounded edges, like everything else out there. However, does anyone have any specific suggestions as to what type of plastic would be best for this purpose? Ideally, I can just use a single piece of something for the entire bottom of the unit, as I'd rather not have to build the sensor head as a separate component. (Likely 3D printed for prototypes, though I have more options once I'm building many of them.)It must not scratch the film or leave a mark. So no sharp edges and nose must be smooth or soft but not sticky. If rubber, it needs to be high quality that lasts forever not be vulnerable to ozone.
Good idea. The densitometer I use has that, others too.If plastics are so hard that they scratch negatives, consider molding a circular groove into the top and bottom, and put an O-ring in each.
I'm not so sure of that. A rubber gasket around the stage plate may be common, but that doesn't mean it actually contacts the film.Good idea. The densitometer I use has that, others too.
Yes, actually. I should probably fork off a separate thread, and/or finally write a blog post about it. But basically, I've been heads-down moving from the "development rigs" (shown above) into something closer to a real product prototype.This thread has been quiet. Any update on the Printalyzer or the densitometer accessory?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?