Help needed in creating bacteria monitor.

Hi I was wondering if anyone knows how to make a shield for the Arduino that could monitor bacteria. So heat, growth, health maybe or what mutations/if it has mutated.

Can you tell more about the bacteria experiment?

some quick ideas - thinking oud loud:

  • An Arduino can measure environmental params easily - temperature, humidity, pressure
  • there are libraries for gas sensors
  • there is code on the forum for PH measurements.

Furthermore assuming the bacteria are in a petri dish you can illuminate them with diferent colors (including IR and UV led) of light and measure

  • reflection, absorbtion and pass through with light sensors. =>> absorption = LIGHTIN - reflection - passthrough

  • You can switch a laser "burning" the bacteria and measure new gasses.

All these measurements will change over time (or not) which indicates growthrate or productivity or ...

Of course you need to build up calibration and reference tables to interpret the data you get

(no microbiologist so all disclaimers apply :slight_smile:

If the bacteria are in liquid culture, you can measure their population density as optical density.

Mutation happens on a genetic level, so to monitor for mutation you will need a gene sequencer. I think that is a little beyond the Arduino's capabilities.

Delta_G:
Mutation happens on a genetic level, so to monitor for mutation you will need a gene sequencer. I think that is a little beyond the Arduino's capabilities.

OpenPCR is built on an Arduino. :wink:

I dont have much idea about shield for arduino that could monitor bacteria but can suggest you that information related to arduino can be gathered from there site.

Hi,

I did Microbiology at Uni, but still all disclaimers apply :wink:

I think a good suggestion is to use the arduino to monitor and log environmental variables in a liquid culture, such as pH and turbidity and temperature etc..

Turbidity can be correlated with the number of bacteria in suspension and so can indicate growth rate in a well mixed liquid culture.

Using gene sequencing to look for mutations is a good idea if you can afford the kits and send the sequences off to the lab. However there are lots of bacterial strains that have well identified mutations you can get off the shelf. Some of these are reversible and individuals mutate and "revert" to wild type, especially under exposure to toxins and radiation eg UV light.

So for instance a mutant strain that cannot make arginine, cannot grow unless arginine is provided in the culture medium. If you expose your arginine-dependent culture to UV and it grows, you are getting mutations. All you have to do is measure the growth rate indirectly using the arduino eg using turbidity, log the data and graph it. There is is always a natural low rate of reversion anyway, so you need a control experiment too.

I hope that helps.

Cheers