Arenga: Arduino Graphing App Code
Arenga is a program for graphing analog data from an Arduino board.
Brought to you by:
nickvirag
File | Date | Author | Commit |
---|---|---|---|
arduino | 2012-07-19 | nickvirag | [r2] Initial commit |
branches | 2012-07-19 | allura | [r1] Initial commit |
gfx | 2012-07-19 | nickvirag | [r2] Initial commit |
include | 2012-07-19 | nickvirag | [r2] Initial commit |
src | 2012-07-19 | nickvirag | [r2] Initial commit |
tags | 2012-07-19 | allura | [r1] Initial commit |
trunk | 2012-07-19 | allura | [r1] Initial commit |
README.txt | 2012-07-19 | nickvirag | [r2] Initial commit |
arenga.pro | 2012-07-19 | nickvirag | [r2] Initial commit |
lgpl.txt | 2012-07-19 | nickvirag | [r2] Initial commit |
Arenga: A simple, user-friendly graphing program for Arduino boards. Version 1.0.0 By Nick Virag. Contact: nickvirag516@gmail.com INSTALLATION ------------ Prerequisite: You must have the Qt 4 development libraries installed! 1. Open a terminal window and cd into the directory containing "arenga.pro". 2. Run this command: "qmake" (no quotes) 3. Now run: "make" (no quotes) 4. Arenga should now be installed to the program "arenga" in the current directory. Double-click on it, or type "./arenga" to run. INTEGRATION WITH ARDUINO BOARDS ------------------------------- Open "arduino/arduino.ino" for a good understanding of how the Arduino interfaces with Arenga. You can use the default example for analog inputs, or write your own for use with digital inputs. LICENSE ------- Released under the LGPL. See the included lgpl.txt. LIBRARIES AND ADDITIONAL INFORMATION ------------------------------------ Arenga uses the "QCustomPlot" library available here: http://www.workslikeclockwork.com/index.php/components/qt-plotting-widget/ as well as various icons from the "Token" icon set available here: http://brsev.deviantart.com/art/Token-128429570 and the Qt Graphical Library available here: http://qt.nokia.com/