Wednesday 23 January 2013

Arduino: temperature and light sensor to Twitter

Some thoughts after playing around with the Arduino micro-controller:

At the moment this device just sends data about the state of our office to Twitter (mainly because it's just slightly more relevant than sending the same information about my house). It does however have potential relevance to more biodiversity themed activities, particularly if combined with long range WiFi technologies (which I have written about before: Installing remote WiFi on the Jurassic Coast). Data collected from a similar device used in conjunction with a malaise trap might start to give clues about the behaviour of the things you collect, to give one example.

The device shown below omits the Arduino Ethernet shield which is used to attach the device to the internet. The prototyping board used in the actual device is, for reasons of practicality, an Arduino prototyping shield attached on top of the Ethernet shield.

The Device (Schematic)

(The schematic was created using Fritzing.)



The temperature is measured using an LM35 temperature sensor, and the light measured (imprecisely) using a photoresistor (which we could have calibrated but we just use to detect whether the light is on or off).

Arduino code



So it might not be the most useful thing at present, but a ruggedised, battery powered, weatherproof version could have a huge number of potential uses for biodiversity sciences, particularly if combined with other sensors (e.g. a humidity sensor). In addition to the tweeting version (which allows for remote data collection) the Ethernet shield also has a micro SD card reader, allowing for storage of data offline for collection at a later date.

ShareThis

Copyright