Light Meter

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Hello everybody, this is my first post on the forum and I hope somebody can help me out.

I found myself in need of a sensor to accurately measure light intensity and was looking for some suggestions on the best way to go about this project.

After looking around the internet for a while I'm assuming that I need to use a photo-diode => op-amp => a-d converter => micro-controller. Does anybody have experience with type of project?

Thanks in advance!
 
If you really want to DIY it, consider using the "Light to Frequency" converters from TAOS, Inc. www.taosinc.com I am pretty sure that Mouser carries them -- all you have to do is measure the period and convert to light values. The "period" has to be cleaned up a little bit -- but the acuracy is surprisingly good. All that your MCU has to do is measure the period.

You can interpret the linear data to logarithmic with a lookup table, or there are some bit-shifting techniques which can be deployed on a PIC, STAMP or AVR...
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.