Team:Aachen/Project/Measurement Device

From 2014.igem.org

WatsOn


Aachen Device 11.jpg
WatsOn

The WatsOn device aims to answer the central question "What's on the chip?". The device is designed to incubate the sensing cells and capture images.
The interactive WatsOn software enables the end user not only to take images and time lapse shootings, but also analyzes the images and visualizes the presence/absence of a pathogen.

The construction manual and the technical details are published on the engineering page.

Modus Operandi

How two use watsOn flowsheet V7 ipo.png
How to use WatsOn
This scheme illustrates handling WatsOn when testing the 2D biosensor chip for a fluorescent signal.


Aachen 14-10-16 Hardware button iNB.png

Hardware

Aachen Device Elektronikkomponenten1.jpg
Hardware components
From top left to bottom right: Arduino, Peltier element, Raspberry Pi, relay, cables, MOSFET, temperature display, camera, LEDs and resistors.

Our hardware consists of the casing and the electronical components. The casing which can be seen in the first section was build from laser cutted acrylic glass.

The electronic circuit is a combination of the components displayed in the image above. We combined the Raspberry Pi - a small single-board computer running a Linux operating system - and an Arduino board which is a programmable microcontroller. The Arduino operates the excitation LEDs and a Peltier heater for incubation. For taking images of the sensor chips we used the Raspberry Pi camera module which is directly connected to the board.

WatsOn is designed such that it can be easily copied. Our work heavily emphasizes the Open Source concept. Therefore a detailed description of all components and the wiring can be found in the Engineering section of our Notebook.



Software

Aachen WatsOn igem GUI originalImage.png Aachen WatsOn igem GUI analyzedImage.png
image taken with the camera
analyzed image

The WatsOn software is responsible for presenting a user interface on the display of the device and to take images with the LED wavelength selected by the user. Therefore, it is separated into three single components: the graphical user interface (GUI) with a backend script running on the Raspberry Pi and the code on the Arduino board.
The GUI (left image) provides the user with the option to take a single image or a time lapse shooting and specify parameters for the camera and the wavelength of the LEDs. The wavelength used in our device are 480nm for GFP and 450nm for iLOV. Furthermore, the images are analysed for the presence or absence of P. aeruginosa by processing the image with Measurarty and providing the user with a visual feedback (right image). All taken images can be saved to disk manually for single images and automatically for time lapse shootings.
Further details on the software including the backend which gives the possibility of using the GUI remotely on a different device (e.g. notebook) in the same local network can be found here [1].


Aachen 14-10-16 Measurarty button iNB.png

Measurarty

Aachen srm regions 3.PNG
SRM component of our image analysis component Measurarty
SRM is one of the core components of our image analysis approach. This image shows the different regions created.

Measurarty is the image analysis software of our device and is designed to allow an automatic segmentation and classification of our agar chip pictures. Therefore, it accepts an image from WatsOn as an input and produces an output image with pathogenic regions marked in red.

This component mainly focuses on recognizing pathogens early, such that pure thresholding is not necessary. We therefore designed a pipeline and established a smoothness index to make statements about the pathogenity of a chip as early as possible, but also with as much certainty as possible.

A sample output of the segmentation is presented below, showing that the pipeline works as intended.
The left half shows the original images from the device and the right half shows the same pictures with the detected pathogenic region analyzed by Measurarty.

Detecting P. aeroginosa with K131026
Measurarty identifies the fluorescence signal given by K131026 in response to P. aeruginosa.


Aachen 14-10-15 Medal Cellocks iNB.png

Achievements

We developed WatsOn to meet the following requirements: i.e. the device

  • incubates the sensing cells and the sampling chip
  • illuminates the chip with the right excitation wavelength for our fluorescence proteins
  • takes pictures and time lapse shootings of the chips
  • uses cheap filter slides to block the light emitted from the LEDs
  • analyzes the fluorescence signal
  • gives feedback to the user about the presence or absence of P. aeruginosa through a GUI (graphical user interface)
  • prevents escape of potentially sampled pathogens and our genetically engineered cells
  • is portable and fast in analyzing the images

With our final device we achieved all of the above mentioned goal. WatsOn is housed in a closed casing and is able to take images and time lapse shooting using LEDs with required wavelengths, analyze the image and visualize the result.

All technical details including laser cutting plans, the list of needed components, source codes for the different software and a building instruction are open-source and available on our engineering page.