So this is a thing that detects light and graphs the amount of light over time, similar to how an oscilloscope graphs voltage over time. Right now, it runs on my PIC18F4XK20 starter kit board, which has a PIC18F46K20 processor, a 128*64 OLED display, and a few buttons.
Here's a picture of the whole thing: (The jumps in the graph on the screen are from my camera flash!)
And a picture of the sensor: (It's just a photoresistor)
Here's some pictures of the thing in action.
This is the screen when it's first turned on. The "VISIBLE" means it's detecting visible light, which is all it can do right now. It will be able to detect other types of light like infrared soon
TM. The lower-left corner shows if any delay is added to its refresh rate, the center shows how bright the light is its detecting, and the lower-right corner shows settings and information.
Here is one of those things the lower-right corner shows. The value that is actually coming from the analog to digital converter. Useful for debugging.
Here's another feature: resolution. Because the screen is small, the graph can only be 54 pixels tall. The resolution feature can zoom in on the bottom part of the graph, increasing the detail the graph can display.
Lower resolution is better. Here's that same line as above in resolution 0:
For some more contrast, here's a graph of me poking the sensor in resolution 2:
And in resolution 0:
It's definitely not finished, but I think it's gotten a good start so far.