Skip to content

Display your computer's RAM usage on a 7 segment 4 digit display panel

License

Notifications You must be signed in to change notification settings

oda404/memduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memduino

Display your computer's RAM usage on a 7 segment 4 digit display connected to an Arduino.

Installation

For now memduino needs to be compiled from source.

Arduino:

  • Configure the first 12 macros in sketch_memduino/sketch_memduino.ino to fit your particular setup.
  • Upload sketch_memduino/sketch_memduino.ino to your Arduino.

Linux:

git clone https://github.com/oda404/memduino
cd memduino
cmake -B build .
sudo make -C build
sudo make -C build install-all

Any other platform:

Feel free to port it.

Post-installation

Options:

To see a list of all the available options run:

memduinod -h

Running:

You can either run memduinod in a terminal, passing it any options you want. Example:

sudo memduinod --serial-port /dev/ttyUSB0 --update-interval 500

or you can run memduinod as a systemd service by first appending any options you want to the MEMDUINO_ARGS variable in /etc/memduino/args, and starting it with:

sudo systemctl start memduinod

If you also want memduinod to start at boot run:

sudo systemctl enable memduinod

Uninstallation

cd <repo-location>
sudo make -C build uninstall-all

License

This code is licensed under the MIT license.

About

Display your computer's RAM usage on a 7 segment 4 digit display panel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published