From the course: Learning Arduino: Interfacing with Analog Devices
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Exploring our temperature sensor (TMP37) - Arduino Tutorial
From the course: Learning Arduino: Interfacing with Analog Devices
Exploring our temperature sensor (TMP37)
- [Narrator] There are many types of temperature sensors available. Each is used for different applications according to the specific requirement of your project. Maybe you want a temperature sensor that measures a wide range of values, or one that needs to be very sensitive to small temperature changes. Most of the temperature sensors used with an Arduino board have the same pin layout with three pins for each sensor. These temperature sensors are analog and produce a voltage that is linearly proportional to the temperature in degrees celsius. So now we need to know the voltage range that the sensor produces and take into consideration the voltage reference that the Arduino is producing. For example, the Arduino Uno uses a five volt reference voltage. So the maximum sensor voltage is five volts. So our temperature sensor is TMP37. It has a low voltage range using a reference voltage between 2.7 and 5.5 volts. This sensor matches the voltage reference of the Arduino Uno, which is five…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What are analog devices?2m 3s
-
Understanding analog-to-digital converters1m 50s
-
(Locked)
Exploring our temperature sensor (TMP37)2m 29s
-
(Locked)
Understanding how to interpret the sensor values2m 55s
-
(Locked)
Interpreting the sensor values1m 16s
-
(Locked)
Wiring up the temperature sensor57s
-
(Locked)
Coding to read the temperature sensor4m 56s
-
(Locked)
LDR (light-dependent resistor) sensor1m 36s
-
(Locked)
Using a voltage divider with our LDR3m 43s
-
Wiring up our LDR circuit1m 26s
-
(Locked)
Coding to read the LDR circuit3m 56s
-
(Locked)
Joystick module2m 9s
-
(Locked)
Wiring up our joystick1m 9s
-
(Locked)
Coding the joystick circuit4m 47s
-
-
-
-
-