Temperature Control
Temperature Control
VSS to GND
VDD to 5V
V0 to a 10K potentiometer (to adjust contrast)
RS to D12
RW to GND
E to D11
D4 to D5
D5 to D4
D6 to D3
D7 to D2
A (LED Anode) to 5V via a 220Ω resistor
K (LED Cathode) to GND
REQUIRED LIBRARIES
LiquidCrystal Library:
✓ Controls the 16x2 LCD display
✓ Pre-installed in the Arduino IDE
ARDUINO CODE
#include <LiquidCrystal.h>
void setup() {
void loop() {
}
PIN CONFIGURATION
1. LM35
2. LCD 16x2
3. Arduino UNO