This document summarizes how to build a light sensor using a photoresistor (LDR) and an Arduino. It explains that Arduino is a microcontroller platform that runs programs written in C/C++. These programs use two core functions: setup() and loop(). It then describes how an LDR's resistance decreases with increasing light intensity, making it a sensor for light levels. The document provides the circuit diagram and materials needed to connect the LDR to an Arduino board via resistors to measure light levels with the Arduino's analog-to-digital converter (ADC).