Giter Site home page Giter Site logo

qk8055's Introduction

qk8055

Introduction

qk8055 is a demonstration program for the Velleman K8055 Board written using the Qt5 framework in C++. The program only runs under linux at this time.

qk8055 Application

Background

I wrote this application because I wanted a graphical interface to my Velleman K8055 experimental boards. I also wanted learn the capabilities of QT5 especially the Translator class. I have included translation files for "en" and "fr" in order to confirm the translations can be created and accessed. I have only included 3 translations in the "fr" file as a proof of concept. The translations were created using "Google Translate" and may not be accurate.

Prerequisites

The following prerequisites are required for qk8055:

  • libk8055 (See below)
  • Qt5
  • Qt5 Development Files
  • Qt5 Linguistics
  • Qt5 Linguistics Development Files
  • CMake

Due to the differences in package names across distributions I leave it to you to find the correct package for your distribution.

libk8055

qk8055 requires the k8055 C library written by Sven Lindberg. There are a number of modification required to the Makefile, libk8055 and vellman.rules file for the k8055 demonstration program supplied with the library as well as qk8055 to operate correctly.

How to obtain the library and the required modifications are explained in libk8055.md.

Installation

Download the source code from qk8055 GitHub Homepage either using git clone, as a tar file or from the "Releases" for the latest stable release.

Once you have the source code cd to the "qk8055" directory and execute the following commands:

  • mkdir build
  • cd build
  • cmake ..
  • make

If the build is successful then you can run qk8055 as follows:

  • ./src/qk8055

To install the application run the following command from the build directory

  • sudo make install

qk8055 should appear in the "Utilites" and "Education/Science" sub menus.

qk8055's People

Contributors

g7mzr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.