A fundamental difficulty of working with nanoparticles is that your objects of study are too small for an optical microscope to resolve, and thus measuring their size can be quite a challenge. Of course, if you have a scanning electron microscope, measuring particle size is straightforward. But for less well-equipped labs, a dynamic light scattering system, such as [Etienne]’s OpenDLS, fits the bill.
Dynamic light scattering works by shining a laser beam into a suspension of fine particles, then using a light sensor to measure the intensity of light scattered onto a certain point. As the particles undergo Brownian motion, the intensity of the scattered light changes. Based on the speed with which the scattered light varies, it’s possible to calculate the speed of the moving particles, and thus their size.
The OpenDLS uses a 3D printed and laser-cut frame to hold a small laser diode, which shines into a cuvette, on the side of which is the light sensor. [Etienne] tried a few different options, including a photoresistor and a light sensor designed for Arduino, but eventually chose a photodiode with a two-stage transimpedance amplifier. An Arduino samples the data at 67 kHz, then sends it over serial to a host computer, which uses SciPy and NumPy to analyse the data. Unfortunately, we were about six years late in getting to this story, and the Python program is a bit out of date by now (it was written in Python 2). It shouldn’t, however, be too hard for a motivated hacker to update.
With a standard 188 nm polystyrene dispersion, the OpenDLS calculated a size of 167 nm. Such underestimation seemed to be a persistent issue, probably caused by light being scattered multiple times. More dilution of the suspension would help, but it would also make the signal harder to measure, and the system’s already running near the limits of the hardware.
This isn’t the only creative way to measure the size of small particles, nor even the only way to investigate small particles optically. Of course, if you do have an electron microscope, nanoparticles make a good test target.
transimpedance amplifier2 Articles
A Trio Of Photodiodes Make A Radiation Detector
The instinctive reaction when measuring nuclear radiation is to think of a Geiger counter, as the low-pressure gas tube detectors have entered our popular culture through the Cold War. A G-M tube is not the only game in town though, and even the humble photodiode can be pressed into service. [Robert] gives us a good example, with a self-contained radiation detector head that uses a trio of BPW34s to do the job.
At its heart is a transimpedance amplifier, a not-often-seen op-amp configuration that serves as a very high gain current-to-voltage converter. This produces a spike for every radiation event detected by the diodes, which is fed to a comparator to produce a logic pulse. The diodes require a significant bias voltage, for which he’s used 48 V from a stack of 12 V photographic dry cells rather than a boost converter or other potentially noisy power supply. Such a sensitive high-gain device needs to be appropriately shielded, so the whole circuit is contained in a diecast box with a foil window to allow radiation to reach the diodes.
This isn’t the first BPW34-based radiation detector we’ve seen, so perhaps before looking for a Cold War era relic for our radiation experiments we should be looking in a semiconductor catalogue instead.