This is my first blog post/code share so please don't hesitate to let me know if it can be improved.
I was tasked with validating an LCD screen brightness and RGB quality. Fortunately Sparkfun has a color light sensor http://www.sparkfun.com/products/10701.
I followed the connection instructions found in the Arduino example sketch and made a few minor modifications to the example code (sketch with my edits can be found on the block diagram of the VI, make sure you have the Wire library installed in your IDE) so that the Arduino outputs the RGB and light values about every 200 ms instead of on request.
One more thing: Don't bother connecting the LED pin on the sensor board, it is so close to the sensor that everything gets washed out and only "white" is returned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.