diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-27 12:50:45 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-27 12:50:45 +0530 |
commit | d7aa4c352882af60464d5111b7cc1ebfe386fdc0 (patch) | |
tree | 5485c76e27cc6e4cfd5f703998fea3324ee86af9 /README.md | |
parent | b8d4ad4829f2ee52b5001edd356d3dd349f5b7d6 (diff) |
README: Enable VNC and I2C
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |