This is a very simple project that takes the temperature from a TMP36 sensor and displays it in Celsius and Fahrenheit on a 16x2 LCD display. This is a perfect project if you have the Arduino Starter Kit because it supplies all the components needed.
The PartsAll the parts you need are listed above. I am using an Arduino Uno but you can use whatever Arduino you want.
The BuildThe schematic you will need to build this project is below.
The CodeThe code you will need is also below. You can download it or you can use the Arduino Web Editor to upload it to your Arduino.
Now Use It!All you need to do now is provide power to your Arduino and this is what you should see on the LCD screen:
The display updates every 1.5 seconds.
NOTE: I know I didn't use a potentiometer so I could adjust the contrast. You can add one if you want to.
Comments
Please log in or sign up to comment.