Arduino & Processing Light Sensitive Circuits

In this lesson we will be creating light sensitive circuits. These will be connected to a laptop with a Processing program running on it, whose graphics change based on the level of the light.

Processing is a programming language derived from the Java language, which has similar syntax to C, but is higher level and interpreted rather than compiled. Processing is designed with artists and designers in mind and so is graphically orientated and relatively easy to use.

Github repo with code:
https://github.com/landsquid9/code-electronics-workshops/tree/master/les...

Slides:
https://docs.google.com/presentation/d/1qFV31Yg_BJagoIb_SzlF0CXlKtDEXlgP...

Arduino Tutorial on light dependent resistors/photocells
https://learn.adafruit.com/photocells/overview

Processing examples:
https://processing.org/examples/

User login