Records spectrometer readings from the Adafruit AS7341 spectrometer sensor attached to your Pioreactor.
Available wavelengths:
This plugin also installs a SQL table, as7341_spectrum_readings
, that will store the readings.
After installation, you can add specific bands as charts. Add spec_415=1
, or whatever band(s) you want, to the [ui.overview.charts]
section, ex:
See notes here.
- In between optical density recordings, the white-light LED on the AS7341 board turns on, and all other LEDs from the Pioreactor's LED channels turn off.
- The light is reflected back towards the board, with some wavelengths being absorbed by the culture.
- All sensors for each wavelength are recorded to MQTT and the SQLite3 database (see below)
- The onboard LED is turned off.
Each wavelength is sent to MQTT under the topics:
pioreactor/<unit>/<experiment>/spectrometer_reading/band_<xxx>
And it is also placed in the SQL table as7341_spectrum_readings
.
You can provide a 5mm LED instead of using the onboard one. We suggest using the following config to accomplish this:
led_current_mA=0
turn_off_leds_during_reading=0
- Requires the Adafruit board AS7341 and a StemmaQT 4pin cable.