• Nominal Measure 100% (NM100)
To establish the nominal 100% system, direct
solar radiation incidence needs to be obtained without
sunglass interference. Experimentally, two sensors
(OPT101 model) representing the mannequin's eyes
and two fixed red LEDs are used—one simulating
total reflection (LED1) and the other imitating
reflections from albedos and surfaces (LED2).
The three contributing factors to the collected result
involve:
o Direct Incidence (DI): Radiation
directly incident on the sensor, from
LED1.
o LED1 Noise (N1): Contributing
radiation from above and laterally due
to LED1's opening, adding to the result.
o LED2 Noise (N2): Radiation reflected
by ambient surfaces reaching the
sensor, from LED2.
Mathematically:
𝑁𝑀100 = 𝐷𝐼 + 𝑁1 + 𝑁2
• Measure with Sunglasses (MWS)
Adding sunglasses to the equation introduces new
parameters. Experimentally, sunglasses with the lens
covered on the external side were used to maintain
transmittance, and LED2 was activated (Figure 18).
Results collected are contributions from:
o LED2 Noise (N2): Ambient-reflected
radiation reaching the sensor.
o Radiation Reflected by the Lens (RL):
The main value of interest in this study,
representing UV radiation reaching the
eyes due to sunglasses.
Mathematically:
𝑀𝑊𝑆 = 𝑁2 + 𝑅𝐿
To isolate ambient radiation values (AR) from
MD100 and MWS, a measure was taken to establish
a 0% baseline for this system.
• Measure of LED2 0% (ML2_0)
To determine only the fraction of radiation
reflected by the environment (AR), only LED2 was
turned on without the glasses, and the calculated
baseline value was observed.
To calculate the contribution of lens reflection to
the total percentage of solar incidence in nominal
conditions, the following steps are taken:
First, calculate only the lens reflection contribution
inside:
𝑅𝐿 = 𝑀𝑊𝑆 − 𝑁2
Then, eliminate noise values from NM100:
𝐷𝐼 = 𝑁𝑀100 − 𝑁1 − 𝑁2
Finally, to obtain the desired parameter as a
percentage:
𝐿𝑒𝑛𝑠 𝑅𝑒𝑓𝑙𝑒𝑐𝑡𝑖𝑜𝑛 % = 𝑅𝐿 / 𝐷𝐼
3.2 Electronic Components
To achieve the proposed data acquisition, the system
requires suitable and efficient components. The
activation of the project's main components involved
the following elements and connections:
1. Red LEDs (640 nm): Light-emitting diodes
that emit red light at a wavelength of 760
nanometers.
2. High-Power Resistor (10W): A resistor
designed to handle high power, in this case,
rated for 10 watts of power dissipation.
3. OPT101 Sensor: An analog photodiode sensor
used for precision light measurement,
converting light intensity into an electrical
signal.
4. Conversion Board with LM358: A board
utilizing the LM358 operational amplifier for
signal amplification or conditioning, often
used in sensor interfaces.
5. Low Pass Filter: An electronic filter that
allows low frequency signals to pass through
while attenuating higher frequencies, often
used to eliminate noise or unwanted high-
frequency components.
6. Resistive Divider: A circuit consisting of
resistors used to create a fraction of an input
voltage, commonly employed for voltage
scaling or level shifting.
7. ADS115 Analog-to-Digital Converter: An
ADC (Analog-to-Digital Converter) used to
convert analog signals (like voltage) into
digital data for processing by a
microcontroller or computer.
8. Arduino NANO: A small, versatile
microcontroller board based on the
ATmega328P chip, commonly used in various
electronic projects for control and data
acquisition.
9. Micro SD Card Adapter: An adapter allowing
a micro-SD card to be used with devices
designed for standard SD cards, enabling
storage or data logging capabilities.
These components were utilized and
interconnected to facilitate the functioning and data
acquisition process as part of the project's electronic
setup. The diagram in Figure 03 shows this
connection.