From d7aa4c352882af60464d5111b7cc1ebfe386fdc0 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 27 Apr 2023 12:50:45 +0530 Subject: README: Enable VNC and I2C --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b44b64b..0d457be 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,24 @@ Using LCD 1602 I2C Screen to get the Local IP Address of the Raspberry Pi. ![Overall Setup](media/setup.png) Overall Setup +## LCD 16x2 Screeen + +### Enable I2C Interface and VNC +To enable the I2C interface on Raspberry Pi, you can use the following steps: + +1. Open the terminal on Raspberry Pi. +2. Run the command +``` yaml +sudo raspi-config. +``` +3. Select "Interfacing Options". +4. Select "VNC". +5. Select "Yes" to enable VNC. +6. Select "I2C". +7. Select "Yes" to enable the interface. +8. Reboot the Raspberry Pi. + + ## Wireless Adapter Command for checking whether driver for **Bus 001 Device 003: ID 2357:010c TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]** wireless adapter is installed or not -- cgit v1.2.3