Skip to content

RickMageddon/RaspberryPI-LCD-IPonStartup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaspberryPI - Show IP and Time on LCD on startup

Description

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.

Getting Started

Dependencies

  • For Linux and Microcontrollers

Parts

  • LCD1602 (with i2C backpack)
  • Microcontroller

Wiring

  • (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)

Installing

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

Authors

Contributors names and contact info

ex. Rick Mageddon
ex. @Rick_Mageddon

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Show IP address and time on an LCD1602 screen with microcontroller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors