8. case 05 photocell#

8.1. Introduction#

Photocells change their resistive value based on how much light shines on their face. In this case, we are going to use a photocell to control screen brightness of the micro:bit 5x5LED.

8.3. Hardware Connect#

../../_images/YlThssw.png

Connect circuit as above picture and put 2 AAA batteries to batteries pack.

8.4. Principles of Circuits#

../../_images/Baf6k1C.png

The GND of slot on micro:bit is into innards of batteries’ GND to generate current loop.

8.5. Introduction of Components#

Photocell#

Photocells or photodiodes. They change their resistive value based on how much light shines on its face. The more light shines on it, the lower its resistance. The photocell is very sensitive to light, so we can use illumination intensity to change circuit of electricity. The experiment box included a phtocell. The black port on the left is negative pole and the red port on the right is positive pole.

../../_images/E1kmQUI.jpg

Note: Please note the positive and the negative when you are connecting.

8.6. Software#

Step 1#

Click makecode https://makecode.microbit.org/#

Click on “New Project” and set a new Project.

../../_images/t34k5Zb.png

Step 2#

Snap an if statement into the forever to judge if analog read pin P0 is more than 100. The value is more than 100(The light is very bright). Clear screen.

../../_images/Ll1nPCC.png

Step 3#

The value is less than or equal to 100(The light is dark). A heart icon will show on micro:bit 5X5 allay.

../../_images/5WMWzWe.png

Program#

Program link:https://makecode.microbit.org/_1f0Kjdgk7dVc

You also could directly download program by visiting website as below:

8.7. Result#

When the light becomes dark, a heart icon shows.

../../_images/C577PsC.gif

8.8. Think#

8.9. Questions#

8.10. More Infromation#