A simple calculator project made using Arduino Uno and a 16x2 LCD.
It takes two numbers and an operator (+, -, *, /) via Serial Monitor and displays the result on the LCD.
- Arduino Uno
- 16x2 I2C LCD
- Jumper Wires
- USB Cable
- Enter first number in Serial Monitor
- Enter operator (+, -, *, /)
- Enter second number
- Result is displayed on the LCD
(Add a photo or short video link here later)
- Serial communication
- LCD display control with I2C
- Basic arithmetic logic