Skip to Content
This is the Beta version of our new Learning Paths approach. Please email feedback.
Smart HomeCircuitsLCD Connections

LCD Connections

The two Nanos and the Pico will be using a shared LCD, the connections for which are shown below. The ESP32 will be using an OLED and will not be connected to the shared LCD.

Connections

Board pin numbers are those printed on the board while code pin numbers need to be used in code (generally indicated in the pinout diagram as the GPIO pin number). They may be the same or different, depending on the board.

Nano Input Circuit

Board Pin
Code Pin
Pin ModeComponentPin
A4A4I2C SDAI2C lCDSDA
A5A5I2C SCLI2C LCDSCL

Nano Sensor and Controller Circuit

Board Pin
Code Pin
FunctionComponentPin
A4A4I2C SDAI2C LCDSDA
A5A5I2C SCLI2C LCDSCL

Pico Sensor and Controller Circuit

Board Pin
Code Pin
ModeComponentPin
64I2C SDAI2C LCDSDA
75I2C SCLI2C LCDSCL

Connection Diagram

Smart Home Circuits LCD Connections

Code

The code for this circuit is distributed across multiple files, so will not be displayed here. It will be available for download for subscribers.