Skip to content

Commit fab1c02

Browse files
committed
Readme LM35 Updated
1 parent d18f18d commit fab1c02

File tree

1 file changed

+5
-15
lines changed
  • Interfacing LM35 Temperature Sensor with Arduino

1 file changed

+5
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [Interfacing Basic Sensor Module With Arduino](https://circuitdigest.com/tags/arduino)
1+
# [How Does a LM35 Temperature Sensor Work and how to Interface it with Arduino](https://circuitdigest.com/microcontroller-projects/interfacing-lm35-sensor-with-arduino)
22

3-
<img src="https://github.com/Circuit-Digest/Basic-Arduino-Tutorials-for-Beginners-/blob/main/Interfacing%20IR%20Sensor%20Module%20with%20Arduino/images/IR-Sensor-Cover.jpg" width="" alt="alt_text" title="image_tooltip">
3+
<img src="https://github.com/Circuit-Digest/Basic-Arduino-Tutorials-for-Beginners-/blob/main/Interfacing%20LM35%20Temperature%20Sensor%20with%20Arduino/images/cover.png" width="" alt="alt_text" title="image_tooltip">
44
<br>
55

66
<br>
@@ -12,18 +12,8 @@
1212

1313
<br>
1414
<br>
15-
Hello everyone, this repository contains the resource files for basic Arduino Tutorials. If you are interested to know more about Arduino, then You can visit the following links.
15+
If you are looking for an inexpensive, accurate, easy-to-use temperature sensor, then LM35 is an excellent choice. It has an accuracy of ±¼°C at room temperature and ±¾°C over a full −55°C to 150°C temperature range. It does not require any external trimming, although the main drawback of this sensor is that it outputs data in analog format, making it very prone to external noise and interference. So, in this tutorial, we will learn how to wire up a LM35 Temperature Sensor with Arduino and also we will output the temperature data in the serial monitor window.
1616
<br>
17-
[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 links given below.
1817
<br>
19-
<br>
20-
21-
22-
23-
**Other Basic Arduino Tutorial by Circuit Digest**
24-
25-
<br>
26-
<br>
27-
28-
✅Tutorial 1:[Interfacing IR Sensor Module with Arduino](https://github.com/Circuit-Digest/Basic-Arduino-Tutorials-for-Beginners-/tree/main/Interfacing%20IR%20Sensor%20Module%20with%20Arduino)
29-
<br>
18+
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 links given below.
19+
<br>

0 commit comments

Comments
 (0)