BioBoard/Equipment

From Noisebridge
Revision as of 13:21, 20 March 2011 by Juul (talk | contribs) (→‎Log)
Jump to navigation Jump to search

Sensors

We need to decide whether to build them ourselves or whether to buy them ready-made and just worry about assembling the bits and making everything communicate. Important considerations would be affordability, accessibility and required precision.

Thermocouple

Commercial probes are available from approx. $20 upwards

There is also a somewhat sketchy Instructable for how to build one - at approx. $15, it’s not going to be much cheaper, though, so choosing the DIY version would be mostly for the educational benefit of actually building it (almost) from scratch.

pH-meter

Maybe we can buy one of these (or similar), break them open and figure out how to read the output from an arduino:

You can also get little tester units, such as this Jenco 610 pH tester for $30 - perhaps it could be hacked?

There’s also the option of attempting to build one ourselves using this (or a similar) schematic with the Arduino instead of a voltmeter - not necessarily cheaper, although it’d certainly be both fun and informative.

Dissolved oxygen (DO) probes

In this case, it seems relatively safe to assume that bulding one ourselves would be cheaper. There is an illustration here of how a DO probe is constructed, but whether we can actually build one or not is of course another question.

Living biomass

This is still an open question on all fronts. Don’t know how much such a sensor would cost, if we’d be able to hack one, and whether building one ourselves is actually a real option.


Controller and data transmission

Is Arduino going to be our platform?

Sensor data collection

Which board would be optimal for our purposes? Does this depend on the sensors?

Wireless data transmission

How? Immediate suggestion would be ethernet shield, but others options are available and perhaps preferable.


Data logging and visualization

Log

Data should be recorded at regular intervals; ‘smoothing’ by logging average values over each interval rather than point values may also be an option. Export to a simple spread sheet arranged to make later data analysis and visualization easy - how to do this?

I suggest that we use a simple data serialization format like JSON for logging the data, and then include an "export to CSV" function where you can select the data you want exported (pH, temperature, etc). This should allow people to use a variety of programming languages and data analysis tools without a lot of work on their part or ours - (Juul).

Graphic visualization

It would be awesome to have the visuals built in from the beginning, as good graphics will greatly increase people's understanding of the correlations between the factors we measure.

Website

A virtual space for the collaboration, organization and publication of the project. So far, this wiki seems to work well for our collaboration and organization purposes, but it may not be the best platform for presenting, sharing and comparing data?