Public Lab Research note


Dual NDVI Ultra Probe Unit

by cfastie | May 11, 2017 02:01 11 May 02:01 | #14177 | #14177

Above: The Dual NDVI Ultra Probe Unit is powered by a Nano Logger (enhanced by an array of beryllium spheres) and is ready for field action.

The TSL2561 is a common luminosity sensor. It measures how bright it is and reports in units that relate to the brightness that people perceive (lux). Like all CMOS sensors, this one is sensitive to near infrared light as well as visible light. The sensor leverages this by reporting separate values for both near infrared and for the entire (full spectrum) range it is sensitive to.

tsl2561SR.JPG
Above: The spectral response of the TSL2561 sensor. Channel 1 is mostly near infrared and channel 0 is the full range, but if you subtract 1 from 0 you can get a mostly visible light result.

Nanolog_20170509-8817.JPG
Above: The TSL2561 CMOS sensor on this breakout board is the little thing above the printed name. This is an I2C sensor board.

nanolog_20170508-8600.JPG
Above: I rigged up two of these sensors with the Nano Logger to see what kind of NDVI information it could provide. NDVI (normalized difference vegetation index) exploits the high reflectance of near IR from healthy foliage. The tubes are to blinker the sensors so I could control what light was impacting them. I use two sensors to try different blinkering and aiming arrangements -- both were reporting the same data.

nanolog_20170508-8628.JPG
Above: The Nano Logger was powered by six AA batteries. These will run it for a day or two, and I only needed an hour or two for this testing.

Nanolog_20170509-8687.JPG
Above: The sketch on the Nano was saving lots of data to microSD card every six seconds and also displaying some of it live on an LCD. The sketch computed NDVI with a crude formula so I could get an idea of how reasonable the results were.

Nanolog_20170509-8727.JPG
Above: I walked around holding the Ultra Probe Unit pointed at some vegetation for a minute or two. This is winter rye.

Nanolog_20170509-8738.JPG
Above: The Unit is analysing ostrich ferns.

Nanolog_20170509-8718.JPG
Above: The Unit is collecting information about the forest understory.

NDVIXL.JPG
Above: Some of the NDVI results seemed to be reasonable. One would expect the forest understory to be less photosynthetically active than the lawn or winter rye this time of year. The two bars for each vegetation type are the two sensors. They were deployed a little differently, so the difference between the two in each pair does not mean much. The bars are the mean for about a dozen readings and the error bars are ± 1 SE.

Nanolog_20170509-8744.JPG
Above: The Nano Logger is at left. The live display of computed NDVI was handy. Walking around in the woods with this thing tends to confirm any doubts you might be having about the life choices you have made.

Although some of the results looked good, I noticed that when the clouds parted the relationship between visible and infrared light changed. The sensor is known to have a non-linear response to varying brightness, and the library I used corrects for this when it computes lux values. But the infrared data it reports are not corrected, so the NDVI values that were computed on the fly got silly when the sun came out.

The Nano Logger saved all the raw data, so I could try to apply the correction, but the datasheet has a very messy case-wise algorithm for this so I have not figured it all out yet.

My original goal was not to make a portable NDVI Ultra Probe Unit, but to install the sensors permanently pointed at different types of vegetation and let them record NDVI results as spring progresses. The Probe Unit was just a testing tool to see what kind of results I could get. My original plan might still work but it will take some effort to apply the calibration information (which could be done after the Nano Logger collects all the raw data). Here is the working sketch I was using: Deek_LCD2NDVI.txt

I got carried away ordering duplicate neato stuff on eBay, so I have put together a few kits of the Nano Logger and various optional sensors and related things. These can be purchased at the KAPtery's new Data Logging section. I am still working on documentation for the kits, but if you have any questions about them post them in the comments for one of my notes here.


I did this Help out by offering feedback! Browse other activities for "nano-data-logger"


People who did this (0)

None yet. Be the first to post one!


9 Comments

I can see your tiny forked I2C hub around the prototype ;) Amazind device!!

Reply to this comment...


I've made a couple of those I2C hubs and they are very handy. They're fun to make too. I now put a little super glue between the header plastic before I hot glue them together.

Reply to this comment...


Wow, this is super! Thanks, Chris! Do you think as more info comes together around this device (like more posts, questions, etc) we might post it on http://publiclab.org/methods?

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


I guess the method would be deriving NDVI from inexpensive sensors (not cameras) operated by a microcontroller. There might be a better sensor (or two) that will make this a viable method, but the TSL2561 costs only a few dollars so it might be worthwhile trying to make it reliable. There is much more work to be done on this, and it would be great if somebody pursued it.

Reply to this comment...


Yeah - so one idea behind the methods pages is to try to list out some of the "challenges" or next steps that'd be needed, and some of the remaining questions that would have to be answered to make progress. The questions grids are designed to help encourage this kind of "next step" scaffolding. And I think you could describe a narrower method to try to coordinate folks' contributions, if you wanted to, such as saying "with an Arduino" or even "with the TSL2561 or equivalent" -- but that's just one option.

Reply to this comment...


Interesting work. Thanks, Chris.

Reply to this comment...


good tutorial!!

Can I use HC-SR04 to data?

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hello, I would like to know what are the values ​​of dry and live vegetation, let's say?

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Login to comment.