Objective :To buy LCD components for the project
Content/ Procedure :
1. I2C LCD 1602 for Arduino(Blue Light) x1
For this project i used this type LCD directly with Arduino because this project may be out of pins using a normal LCD shield. With this I2C interface LCD module, there only need 2 lines (I2C) to display information. The I2C bus uses two wires: serial data (SDA) and serial clock (SCL). SCL is the clock line. It is used to synchronize all data transfers over the I2C bus. SDA is the data line.This unit connects with 4 wires including Vcc and Gnd.
For this project i used this type LCD directly with Arduino because this project may be out of pins using a normal LCD shield. With this I2C interface LCD module, there only need 2 lines (I2C) to display information. The I2C bus uses two wires: serial data (SDA) and serial clock (SCL). SCL is the clock line. It is used to synchronize all data transfers over the I2C bus. SDA is the data line.This unit connects with 4 wires including Vcc and Gnd.