Difference between revisions of "Team:Aachen/Notebook/Construction Manuals/Biomass Sensor"
(→Assembling the device) |
|||
Line 5: | Line 5: | ||
− | + | =Materials required= | |
Line 25: | Line 25: | ||
** hot glue or plastic glue | ** hot glue or plastic glue | ||
− | + | ==TSL 235 R== | |
{{Team:Aachen/Figure|size=small|Aachen_PhotoTransistor.JPG|title=TSL 235 R}} | {{Team:Aachen/Figure|size=small|Aachen_PhotoTransistor.JPG|title=TSL 235 R}} | ||
The TSL 235 R is a light to frequency converter. The higher the intensity of the light, the higher is the frequency of an oscillating signal the transistor gives on the signal pin. Every time the signal rises from the minimum to the maximum we have a so-called rising edge. In the Arduino each of those rising edges causes an interrupt and an interrupt function that increments a counter is executed. After a determined time we check how high this counter has risen, send this value to the MCP and set the counter to zero to count the edges in the next measunring interval. | The TSL 235 R is a light to frequency converter. The higher the intensity of the light, the higher is the frequency of an oscillating signal the transistor gives on the signal pin. Every time the signal rises from the minimum to the maximum we have a so-called rising edge. In the Arduino each of those rising edges causes an interrupt and an interrupt function that increments a counter is executed. After a determined time we check how high this counter has risen, send this value to the MCP and set the counter to zero to count the edges in the next measunring interval. | ||
Line 33: | Line 33: | ||
To get more precise values we can increase the measurement time in the Arduino firmware, with lesser times we get values more frequent. But everytime we change the measurement time, we have to calibrate the device again. | To get more precise values we can increase the measurement time in the Arduino firmware, with lesser times we get values more frequent. But everytime we change the measurement time, we have to calibrate the device again. | ||
− | + | ==LED Dialight 5502505F== | |
{{Team:Aachen/Figure|size=small|Aachen_LED_Side_1.JPG|title=TSL 235 R}} | {{Team:Aachen/Figure|size=small|Aachen_LED_Side_1.JPG|title=TSL 235 R}} | ||
The used LED emits light with a spectrum at around 600 nm. As in biology for OD measurement mostly 605 nm is used, we attach a red filter with a transmiitance peak at this wavelenght to measure with the same wavelenght as in common OD devices. | The used LED emits light with a spectrum at around 600 nm. As in biology for OD measurement mostly 605 nm is used, we attach a red filter with a transmiitance peak at this wavelenght to measure with the same wavelenght as in common OD devices. | ||
If the LED is operated with too much current it will get destroyed. To avoid this it is necessary to use a 180 Ohm resistor in series with the LED when we connect it to the 5 V of the Arduino. | If the LED is operated with too much current it will get destroyed. To avoid this it is necessary to use a 180 Ohm resistor in series with the LED when we connect it to the 5 V of the Arduino. | ||
− | + | =Assembly= | |
− | + | ==LED== | |
{{Team:Aachen/Figure|size=small|Aachen_LED_Pins_1.png|title=Pinout for the LED}} | {{Team:Aachen/Figure|size=small|Aachen_LED_Pins_1.png|title=Pinout for the LED}} | ||
# Bend up the pins, comming out of the LED. | # Bend up the pins, comming out of the LED. | ||
Line 51: | Line 51: | ||
# in the provided circuit the wires must be plucked in the designated connectors. If you use another circuit, the red red wire goes to 5V and the blue wire to ground, but take care of a resistor in series. | # in the provided circuit the wires must be plucked in the designated connectors. If you use another circuit, the red red wire goes to 5V and the blue wire to ground, but take care of a resistor in series. | ||
− | + | ==Photo transistor== | |
{{Team:Aachen/Figure|size=small|Aachen_PhotoTransistor_Pins_1.png|title=Pinout for the photo transistor}} | {{Team:Aachen/Figure|size=small|Aachen_PhotoTransistor_Pins_1.png|title=Pinout for the photo transistor}} | ||
Line 60: | Line 60: | ||
# Connect the wires to the designated connectors if you use the provided circuit. Else the red wire must be connected to 5V, the blue wire to ground and the green wire provides the oscillating signal. | # Connect the wires to the designated connectors if you use the provided circuit. Else the red wire must be connected to 5V, the blue wire to ground and the green wire provides the oscillating signal. | ||
− | + | ==Glass structure== | |
# Cut the thinn end of the HPLC vial inlet with a drill and a cutting disk. | # Cut the thinn end of the HPLC vial inlet with a drill and a cutting disk. | ||
Line 68: | Line 68: | ||
− | + | =Assembling the device= | |
To assemble the device need not to be attached to the circuit. | To assemble the device need not to be attached to the circuit. |
Revision as of 01:12, 18 September 2015