Giter VIP home page Giter VIP logo

devseq / labrador Goto Github PK

View Code? Open in Web Editor NEW

This project forked from espotek/labrador

0.0 1.0 0.0 27.98 MB

EspoTek Labrador is a USB device that transforms your PC or smartphone into a fully-featured electronics lab. This repo holds all of the source code!

Home Page: http://espotek.com

C 26.22% Python 0.14% C++ 67.78% Assembly 0.21% QMake 0.36% Java 0.11% Batchfile 0.01% MATLAB 0.29% Objective-C 0.01% Mercury 0.01% Shell 0.10% M 0.01% Makefile 4.77%

labrador's Introduction

What is it?

The EspoTek Labrador is an open-source board that converts your PC, Raspberry Pi or Android Smartphone and into a full-featured electronics lab bench, complete with oscilloscope, signal generator and more.

More information available at: http://espotek.com/labrador

This repo hosts all of the software and hardware that makes Labrador possible.

Documentation and Software

To download binary (executable) versions of the software, go to:
https://github.com/espotek/labrador/releases

The software is re-built automatically each time I make a change to the source code. I recommend always downloading the latest win32, osx-dmg or linux-appimage version, depending on whether you're on Windows, macOS or Linux. Raspberry Pi downloads are not currently automatically built, but an older version is provided at the link above.

For the documentation, please visit:
https://github.com/espotek/labrador/wiki

Additional Extras

There is also a 3D printable case available at Thingiverse, courtesy of SpaceBex: https://www.thingiverse.com/thing:3188243

Licence

All software files are licenced under GNU GPL v3. https://www.gnu.org/licenses/gpl.html

All hardware files (schematics, PCB) are licenced under Creative Commons 4.0 (CC BY-NC-SA). https://creativecommons.org/licenses/by-nc-sa/4.0/

Building from Source

I use Qt Creator to build the software interface.
https://www.qt.io/download-open-source/
Open Desktop_Interface/Labrador.pro, then Clean All -> Run qmake -> Build All.

If you're on Linux (including Raspberry Pi), then you can also build the software from source by cloning the repo, cd'ing to the Desktop_Interface directory then running:

qmake
make
sudo make install

Then, to launch, just type labrador into the terminal.

To build the AVR software, I use Atmel Studio 7. Just load up the .atsln and push F7. You can use avr-gcc if you don't want to install a full IDE.

The PCB files can be edited in KiCAD 4.0.

Known bugs.

Most of the main bugs from the pre-launch period have now been fixed, including synchronisation issues.
Please open an issue if you're aware of any in particular.

Collaboration

If you want to make any suggestions, or better yet, submit some code, please do so here at GitHub.

Suggestions and feature requests belong on the "Issues" page.

For code submissions, look into Pull Requests.

If you just want to say hello and remind me that people are actually using my product (or if you just don't want to make a GitHub account), please email [email protected]

Thanks to all.
~Chris

labrador's People

Contributors

espotek avatar sebastianmestre avatar ele4nor avatar andrewdotn avatar jrwwallis avatar probonopd avatar

Watchers

James Cloos 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.