Hardware


Introduction


Spectrophotometers are instrumental in our project, enabling us to analyze optical properties and measure substance concentrations, serving crucial functions such as conducting tests for decolorization efficiency and assessing the degree of color change in ABTS assays.However, these conventional devices often come with a hefty price tag and are not always accessible, especially for researchers and educators operating on a shoestring budget or in environments where professional equipment is scarce. Our objective, therefore, is to devise an affordable, simple-to-assemble spectrophotometer that not only meets experimental demands but also doubles as an educational tool.

Version 1: An Initial Step Towards Affordable Spectrophotometry

In our preliminary design, we aimed to develop a low-cost spectrophotometer that could fulfill experimental requirements and serve educational purposes. The core components of Version 1 included an LED light source, a photoresistor as a detector, Arduino Uno as a control board, an LCD 1602C for display, and a customized cuvette slot created through 3D printing. This version was capable of measuring sample absorbance by reading the photoresistor's value, processing it through the Arduino, and displaying results on the LCD. Powering this device was versatile, utilizing PCs, power banks, and USB adapters via the Arduino Uno's USB interface.

hardware-figure1

Figure 1: Version 1 - Preliminary Hardware Setup Prior to Enclosure within the Cardboard Box

Cost Analysis - Version 1

Total Cost: €13.99 / $14.83

the picture of cost analysis - version 1

Figure 2: Cost Estimation for Version 1

Version 2: Enhancing Accuracy with Specific Wavelength Detection

The upgraded design of Version 2 significantly enhances the instrument's accuracy and functionality, while also facilitating interaction with external software. A key improvement in this version is the integration of an RGB LED light source. This RGB LED is specifically chosen for its ability to emit light at distinct wavelengths (Red: 620-625nm, Green: 520-525nm, Blue: 460-465nm), closely matching the absorption peaks of many samples. This precise alignment with the absorption peaks ensures more accurate and sensitive measurements compared to the previous LED wavelengths.

In addition to the RGB LED light source, Version 2 includes a BH1750 module for improved light detection, and an ESP32 control board, which introduces WiFi and Bluetooth capabilities. This allows for seamless data transfer and remote operation. We've also implemented new operational features, such as 'blank' and 'test' buttons, enhancing the instrument's range of applications. Lastly, the cuvette slot has been redesigned for better compatibility with these new components, ensuring a more efficient and user-friendly experience for diverse analytical needs.

hardware-figure3

Figure 3: Version 2 - Enhanced Hardware Assembly Before Installation in the Cardboard Box

Cost Analysis - Version 2

Total Cost: €13.33 / $14.09

the picture of cost analysis - version 2

Figure 4: Financial Breakdown for Version 2


Comparative Analysis: Principles and Structures


In Version 1, absorbance was calculated by reading the photoresistor's resistance, interpreting brightness, and subsequently determining absorbance. The structural configuration involved an LED light source, a sample in a cuvette, a photoresistor for detection, and Arduino for processing resistance and displaying on the LCD. Users would then back-calculate absorbance.

Conversely, Version 2 directly measures lux values using the BH1750 to calculate absorbance. The RGB LED light source, sample in a cuvette, and BH1750 detection are processed by the ESP32, which also integrates "blank" and "test" buttons and offers WiFi functionality for communication with software, facilitating absorbance calculations.


Spectrophotometer Test Results


The Figure 5 showcases test absorbance values derived from a standard spectrophotometer, revealing a high degree of reliability and accuracy with an R-square of 0.9995.

hardware-figure5

Figure 5: Spectrophotometer Test - Absorbance Value Analysis

Version 1 Test Results

In Figure 6, Version 1 hardware test results are presented, with an R-square value of 0.9956. Notably, while precision was commendable, we noted a decrease in accuracy at lower concentrations, which we attribute to the reduced sensitivity of the photoresistor.

hardware-figure6

Figure 6: Version 1 - Conversion Results from Photoresistor Values

Version 2 Test Results

In Version 2, our goal was to enhance precision, particularly at lower concentrations. The graph below lustrates the test results, characterized by an R-square value of 0.9976. Although precision was markedly improved compared to Version 1, we acknowledge the presence of certain limitations.

hardware-figure7

Figure 7: Version 2 - Illuminance Results Overview

Through these comparative analyses, we discerned the strengths and areas for improvement in our designs, steering our future developments.


Documentation


The construction manual provides detailed information on building and aligning the spectrophotometer. Additionally, the necessary CAD files are supplied in STL format. The materials required for this project are both inexpensive and easily accessible.

Explore More on GitHub For comprehensive insights and further information about our project, visit our GitHub page:2023.igem-csmu-taiwan Repository . This repository houses all the resources, updates, and collaborative opportunities associated with our iGEM Hardware & Software Open-Source Project. Your exploration and contributions are highly appreciated!


Conclusion


From Version 1 to Version 2, we have observed significant advancements in the precision and functionality of our spectrophotometer hardware. Transitioning from a photoresistor to the BH1750 module and integrating ESP32 for improved communication have notably uplifted the reliability and user experience of our tool. Moving forward, our ambitions are anchored in several key areas: enhancing sensitivity, expanding the detectable wavelength range, optimizing software integration, curating comprehensive educational materials, and fostering global collaborations. We extend our heartfelt gratitude to the iGEM community and look forward to further exploration, improvement, and contributions towards making scientific tools more accessible and inclusive.