Even though I study earthquake cycles, for fun, I like to use Arduino coding, soldering, and cheap microchips and sensors to develop tools that can be used to form enticing demonstrations or even to study climate change. Here are some DIY projects I designed and built using very cheap tools that everyone can acquire online:

1) Time Lapse from my office window

Trying to take advantage of the astonishing 4 seasons we have here at Lamont-Doherty I setup an old smart phone to take pictures from my office window. My intention is then to turn these pictures to timelapse. To do so, I configured my phone to take a picture every hour during the day using these very simple tools:

  • Android OnePlus A3010 with 64 GB
  • Tasker app - Used to take a picture every hour
  • AutoInput app - Used to unlock the screen before taking the pictures . Finding out I need this app took some trial and error.
  • Foldersync app – Used to upload the pictures to my cloud every night so I don’t need to touch the phone.
  • imovie – Used to edit the pictures into a movie.
  • Convert – Used to add text to the pictuers.
In cold regions where the difference between indoor and outdoor temperatures can be quite extreme I suggest using some sort of isolation material to sperate the phone from the window. The easiest solution is probably cardboard. I haven’t been using any and my phone has starting to show signs of fatigue. The screen is all dented, I suspect it has to do with the temperature fluctuations it experiences.

Either way, enough said, here are some examples of how the scenery at Lamont-Doherty changes with time:

Daily, Nov 2018-May 2020:

Hourly, Spring 2020:



Hourly, Spring 2019:



2) Temperature and humidity sensors

Using a few cheap microcheaps, sensors, arduino and MQTT protocol I built a few sensors that upload their data to an online database that is acessible online. Use these links to monitor the outdoors temperature at Lamont and my place
Here are some of the parts I've used:

  • Wemos d1 mini microcheap - Used to control the sensors and upload data to the database using MQTT
  • AHT10 High Precision Digital Temperature and Humidity Sensor - Indoors temperature and humidity sensor
  • DS18B20 Temperature Sensor - Outdoors waterproof temperature sensor




  • The Adafruit website has a collection of really good manuals in case you are interested to build one of these yourself. Also I'm happy to provide the Ardiuno code I've used.

    3) The LDEO PhenoCam network

    Using funds from the Chevron Student Initiative Fund Mukund Rao and I deisgned and devloped the LDEO PhenoCam network. We did this to track hourly to seasonal changes in the forest canopy, tree growth, and their relationship with environmental variables in forest stands at the Lamont campus. Forests play a major role in the global carbon cycle as terrestrial ecosystems have offset nearly 20% of anthropogenic carbon-dioxide emissions from fossil fuel burning. They uptake carbon through photosynthesis, return much of it through respiration, and accumulate some fraction as biomass. However, climate change is rapidly impacting the seasonal cycle of terrestrial photosynthesis and the ability of forests to remain as active carbon sinks to offset anthropogenic emissions. We will use this system to track these changes hoping to shed light on how forest react to climate change.

    The design of this system is based on three different components some of which are already illustrated above. In the heart of the system lies a few infrared cameras that guarantee coverage of large sections of the forest canopy in the region of Lamont. We have devloped our own camera solution using Raspberry Pi but have also used a proven soultion in the form of a starDot camera. You can see live feed of the starDot camera here. Old pictuers can be accessed here. We have also used dendrometers that were installed on two trees within the PhenoCam field of view so as to provide us co-located measurements of carbon uptake from photosynthesis and growth. Data can be accessed here . Lastly we have installed a temperature sensor at Lamont.

    They even wrote a short piece about our system! For more details read here here .