This repository contains a Python script to display the current IP address and time on an LCD1602 screen connected to a Raspberry Pi or similar microcontroller.
Using this script, you can quickly set up a small display that provides essential network information and current time, making it ideal for monitoring network-connected devices or as a compact status display for various projects.
- For Linux and Microcontrollers
- LCD1602 (with i2C backpack)
- Microcontroller
- (i2C BP) GND -> GND (Microcontroller)
- (i2C BP) VCC -> 5V (Microcontroller)
- (i2C BP) SDA -> SDA(0 or 1) (Microcontroller)
- (i2C BP) SCL -> SCL(0 or 1) (Microcontroller)
Install Git (If not installed)
sudo apt install git
Go to root folder
cd /
Copy repository
git clone https://github.com/RickMageddon/RaspberryPI-LCD-IPonStartup
Run script
sudo bash install.sh
Contributors names and contact info
ex. Rick Mageddon
ex. @Rick_Mageddon
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details