Skip to content

Arduino sketch that receives data over a serial connection and displays it on a 16x2 LCD screen. It is intended to work with the companion program StatsDisplay.

License

Notifications You must be signed in to change notification settings

narfel/StatsDisplay_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StatsDisplay_client

GitHub version License

Arduino sketch that receives data over a serial connection and displays it on a 16x2 LCD screen. It is intended to work with the companion program StatsDisplay.

Description

A small windows application that sends stats such as CPU temperature, memory usage, etc. to a 16x2 display over a serial connection.

How to use

  • Upload the Arduino using the Arduino IDE or any other compatible tool. The serial port and baud rate must match the settings of the sender program.
  • I have it running on a D1 Mini Esp8266 board, but it will run on everything that can use the LCD lib below. I tested it with an old Arduino Nano and it runs fine.

Dependencies

The sketch uses this LiquidCrystal library to control the LCD display. It expects the data to be sent in a specific format, as described in the comments of the code.

License

Copyright (c) 2023 Narfel.

Usage is provided under the MIT License. See LICENSE for the full details.

About

Arduino sketch that receives data over a serial connection and displays it on a 16x2 LCD screen. It is intended to work with the companion program StatsDisplay.

Resources

License

Stars

Watchers

Forks

Languages