Skip to content

Commit aaa493c

Browse files
authored
Create README.md
1 parent ba13b90 commit aaa493c

File tree

1 file changed

+21
-0
lines changed
  • Interfacing TSL25911 Ambient Light Sensor with Arduino

1 file changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# [Interfacing TSL25911 Ambient Light Sensor with Arduino](https://circuitdigest.com/microcontroller-projects/)
2+
3+
<img src="https://github.com/Circuit-Digest/Basic-Arduino-Tutorials-for-Beginners-/blob/ba13b900883c855d86fa6a18316c6de448d4170b/Interfacing%20TSL25911%20Ambient%20Light%20Sensor%20with%20Arduino/title%20image.png" width="" alt="alt_text" title="image_tooltip">
4+
5+
6+
<br>
7+
8+
<br>
9+
<a href="https://circuitdigest.com/tags/arduino"><img src="https://img.shields.io/static/v1?label=&labelColor=505050&message=Arduino Basic Tutorials Circuit Digest&color=%230076D6&style=social&logo=google-chrome&logoColor=%230076D6" alt="circuitdigest"/></a>
10+
<br>
11+
12+
[<h1>Click here](https://circuitdigest.com/tags/arduino) for the complete tutorials on Arduino basics.</h1>
13+
<br>
14+
<br>
15+
<img src="https://github.com/Circuit-Digest/Basic-Arduino-Tutorials-for-Beginners-/blob/ba13b900883c855d86fa6a18316c6de448d4170b/Interfacing%20TSL25911%20Ambient%20Light%20Sensor%20with%20Arduino/GIF.gif" width="" height="" />
16+
Detecting the amount of light in the ambience is necessary for many areas of our everyday life. We use these kinds of light sensors in automatic lighting systems for smartphones or other smart devices. The perfect example of such a scenario is the auto-brightness control of our smartphones or laptops. The amount of light is measured by such devices and the screen brightness is adjusted proportionally to the ambient light. This avoids having the screen be too bright when the user's pupils are adapted for vision in a dark room, or too dim when the device is used outdoors in the daytime. Dimming the screen on a mobile device also prolongs the lifetime of the battery. So, in this tutorial let’s look at such a sensor module built around the TSL25911 sensor.
17+
<br>
18+
<br>
19+
Note: As this projects are very simple we are only providing the code, schemaitic, and a few essential images if you want to get the images or code explanations do check out the Circuit Digest website.
20+
<br>
21+
<br>

0 commit comments

Comments
 (0)