In academic and industrial research laboratories alike, a frustrating bottleneck persists: high-quality optical and mechanical hardware is routinely forced into retirement. It is rarely the lenses, mirrors, or photomultiplier tubes (PMTs) that fail—instead, the culprit is the obsolescence of closed-source electronics, proprietary interface cards (such as ISA or PCI boards), and legacy software locked to dead operating systems like Windows 95.
For specialized research fields like Upconversion Nanoparticle (UCNP) characterization, this barrier is particularly acute. UCNP photophysical analysis requires time-consuming, power-dependent steady-state and time-resolved emission measurements that can easily monopolize standard shared equipment. When standard spectrofluorometers lack specific upconversion features, and purchasing a new custom multi-channel rig is financially prohibitive for niche research branches, the most viable alternative is hardware modernization.
A groundbreaking paper published in Nanoscale Advances by researchers at the University of Buenos Aires and CONICET details how they bypassed this limitation. The team successfully resurrected a 30-year-old Horiba PTI QuantaMaster 400 spectrofluorometer, transforming it from an inoperable legacy asset into a high-performance, open-source instrument capable of microsecond-resolution UCNP lifetime decay measurements using the Red Pitaya STEMlab 125-14.
The original Horiba PTI QuantaMaster 400 was built around robust, industrial-grade optics, but its control layer relied on proprietary ISA interface boards and closed-source FelixGX software. To modernize the system without public wiring schematics, the engineering team executed a comprehensive reverse-engineering process.
They isolated the components built to last—the optics, the 75W xenon lamp casing, and the PMT detector (PTI 810)—and stripped out the bulky, obsolete control electronics.
To bring the device into the modern Linux ecosystem, the replacement control platform needed to fulfill three strict criteria:
The researchers replaced the entire legacy computer tower and control module with a single Red Pitaya STEMlab 125-14 board. The system architecture was split into distinct operational layers driven directly by Red Pitaya’s dual-core ARM Cortex-A9 processor and FPGA fabric:
To validate the accuracy of the refurbished open-source platform, the team characterized synthesized β-NaYF4:Yb3+, ER 3+ upconversion nanoparticles.
The Red Pitaya-driven setup achieved precise technical benchmarks:
Beyond saving the core hardware from electronic waste, moving the spectrofluorometer to the Red Pitaya ecosystem introduced an entirely new capability: complete execution programmability.
Using Python libraries like NumPy and PyVISA alongside a custom Jupyter Widgets GUI hosted directly from the Red Pitaya’s internal Linux server, users can control the spectrofluorometer remotely over a network connection. Researchers now routinely run advanced automated scripts that acquire an upconversion emission spectrum, automatically locate the peaks, configure the monochromators, and instantly trigger the time-resolved lifetime measurement sequence without manual intervention.
For laboratories looking to open new avenues of research—such as upconversion spectroscopy, photodynamic therapies, or multi-photon polymerization—this framework proves that software-defined hardware can successfully bypass proprietary obsolescence, delivering high-tier diagnostic capabilities at a fraction of the cost of new systems.
The STEMlab 125-14 utilizes high-speed 14-bit ADCs. By sampling the PMT output at 32.25 MHz, the software can accurately capture the 168 ns wide voltage pulses, applying a deterministic digital threshold to count individual photon arrivals within an 8 ms memory buffer window.
No. By driving the original 200-step-per-revolution stepper motors via the Red Pitaya’s digital I/O pins and leveraging the original electromechanical limit switches for boundary verification, the system maintained its native 0.5 nm resolution and calibration.
UCNP lifetime measurements depend on precise timing synchronization between the excitation source trigger (TTL laser pulse) and the photon arrival detection at the PMT. Standard desktop operating systems introduce non-deterministic latency (jitter). The Red Pitaya’s FPGA handles this timing synchronization deterministically, ensuring that the acquisition is not bottlenecked by OS interruptions, allowing the researchers to accurately measure a total system jitter of 2.4 microseconds.