minisystem
Newly Enlightened
- Joined
- Jul 12, 2011
- Messages
- 96
I got one of those cheap digital light meters from DealExtreme. While I can't verify its accuracy, it seems to be precise enough for relative measurements. I wanted to be able to log the lux data in my computer, so I opened it up and started poking around the PCB to see if I could get a useful signal to bring into the computer. To keep things simple, I decided not to get into the signal going from the ADC into the LCD but instead found the main variable voltage from the sensor amplified by an opamp. The LCD displays a base 10 multiple of this voltage, so converting from volts to lux is easy. I'm most comfortable using the Arduino platform, so I used it to read the voltage, convert it to lux and then send it to my laptop via serial interface. More details here if anyone's interested: http://minisystem.blogspot.com/2011/12/logging-lux-data-with-hacked-dx-light.html
The end result (output going from Arduino to an LCD module):
The end result (output going from Arduino to an LCD module):