Fast delivery within 24 to 72 Hours
IIC/I2C Serial Interface Adapter Module
60,00 EGP
In stock
- 5V power supply.
- Serial I2C control of LCD display using PCF8574.
- Backlight can be enabled or disabled via a jumper on the board.
- Contrast control via a potentiometer.
- Can have 8 modules on a single I2C bus (change address via solder jumpers)address, allowing.
In stock
Shipping & Delivery
Receipt from the place on the same day or shipping to nearby places
On the same day
6PM - 10 PM
Delivery through a fast shipping company intermediary
1-3 Days
Frequently Bought Together
Description
This is a RoHS compliant I2C Serial LCD Daughter board that can be connected to a standard 16×2 or 20×4 Character Display Module that supports 4-bit mode. All Character Modules sold on our site support 4-bit mode, and nearly all commercially available 16×2 and 20×4 line character modules support it too.
This board has a PCF8574 I2C chip that converts I2C serial data to parallel data for the LCD display. There are many examples on the internet for using this board with Arduino. Do a search for “Arduino LCD PCF8574“. The I2C address is 0x3F by default, but this can be changed via 3 solder jumpers provided on the board. This allows up to 3 LCD displays to be controlled via a single I2C bus (giving each one it’s own address)
Specifications and Features:
- 5V power supply.
- Serial I2C control of LCD display using PCF8574.
- Backlight can be enabled or disabled via a jumper on the board.
- Contrast control via a potentiometer.
- Can have 8 modules on a single I2C bus (change address via solder jumpers)address, allowing.
- Size :41.6 x 19.2 mm.
Package Includes:
1 x IIC/I2C Serial Interface Adapter Module
I2C LCD Wiring for Arduino UNO:
LCD Pin | Arduino Pin |
---|---|
VCC | 5V |
GND | GND |
SDA | A4 |
SCL | A5 |
For ESP32:
LCD Pin | ESP32 Pin |
---|---|
VCC | 3.3V / 5V |
GND | GND |
SDA | GPIO 21 |
SCL | GPIO 22 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
#include <Wire.h> // Include Wire library for I2C communication #include <LiquidCrystal_I2C.h> // Include LCD library for I2C interface // Initialize LCD with I2C address (0x27) or (0x3F) and LCD size (20 columns, 4 rows) LiquidCrystal_I2C lcd(0x27, 16, 2); void setup() { lcd.init(); // Initialize LCD lcd.backlight(); // Turn on LCD backlight // Display text on LCD lcd.setCursor(0, 0); // Set cursor to first column, first row lcd.print("Hello, world!"); lcd.setCursor(0, 1); // Set cursor to first column, second row lcd.print("Ekostra.com"); } void loop() { // No need for a loop as the text remains on the LCD } |
Customer Reviews
Specification
Overview
Weight Weight | 4,0000 g |
---|---|
![]() |
42 × 20 mm |
Specification
IC Chip |
PCF8574 |
---|---|
Input Voltage Range(VDC) |
5 |