Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.72 KB

README.md

File metadata and controls

58 lines (44 loc) · 1.72 KB

Arduino Thermometer

Table of Contents

  1. About The Project
  2. License
  3. Author

About The Project

The circuit is controlled using Arduino UNO. The DS18B20 temperature sensor is connected to the positive and negative terminals, as well as to the "2" pin on the Arduino board. Additionally, a resistor with a resistance of 4.7k ohms or similar is needed because the sensor will only work properly with it. The data collected by the sensor is transmitted to the LCD display, and the connected potentiometer serves as a brightness controller for the displayed image.

Built With

  • Arduino UNO
  • Male-to-male cables, approximately 20 pieces
  • 10k potentiometer
  • 4.7k resistor
  • DS18B20 temperature sensor
  • 16x2 LCD display without I2C bus
  • 16x gold pin for mounting the LCD display to the breadboard
  • Solder
  • Flux
  • Soldering iron

License

Distributed under the MIT License. See LICENSE.txt for more information.

Author