Hello!
I was doing my project which has the following steps:
using the light sensor connected with arduino to get the ambient light info;
arduino transfer that data to computer;
under the Processing, the data will be used to match the light info associated with the photo and display a certain photo from the folder.(has the similar ambient light)
I was wondering if it is all possible to achieve? and about this matching system, should i use a series of numbers?
2 weeks until my presentation........
Really appreciate if you guys could give some suggestions!!!!
Currently I am using SEN-08940, I was thinking of change to TEMT6000 just to get a simple reading of the sunlight.
Thank you for the suggestion of average the values! Make much more sense! So if I want the reading of the daytime, it will probably be something like "677885443"? and then using this value to find the image in data folder of my computer, sounds good?