build a circuit that senses the amount of light incident on a photoresistor and alters the blink rate of an LED in response to the intensity of the light. When it is dark, the light should remain on at all times. Under brighter light, the blink rate should vary between 1 Hz for dim light and 10 Hz for bright light.
Please upload a complete circuit diagram for your project. Circuit diagrams usually draw wires that are oriented horizontally and vertically and use standard symbols for batteries, resistors, etc. For example, the Chapter 13 problems in the text tended to use circuit diagrams drawn in standard form. In addition to the external circuit, your circuit diagram should indicate the specific connections to the RedBoard that are used. The image for your circuit diagram should be in the form of a jpg or png file. The image must be clear and well lit.
upload the Arduino program/sketch that programs the Redboard for your project. Files of this sort have an .ino suffix. Please make sure to place comments in your code that explains each step of the program/sketch.
explain in words (referencing your circuit diagram and Arduino sketch) how your program works. Please be thorough in your explanation.
Sample Solution