From f72b50e064da4019c2047f5200a152ed4d6b3056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Sun, 11 Oct 2015 14:17:54 +0200 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..915c822 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Tempino, the Arduino sensors display +Software for the Tempino Arduino project, that allows you to monitor temperatures and fan speed in +a nicely displayed way, using Adafruit and clones LCD screens. You'll need Adafruit's GFX Library +https://github.com/adafruit/TFTLCD-Library for the arduino project in client/tempino and the +python script requirements are in it's own requirements.txt file for you to create a virtualenv. + +# How it works +We just open the serial port (over the USB) and send a string with the information, that the Arduino +then shows up on its screen. The "server" can be closed with Ctrl-C. + +You can see it in action here: https://www.youtube.com/watch?v=UGLoJ1REsmY + +# License + +All this code is GPL'd.