Skip to content

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!

Notifications You must be signed in to change notification settings

TuHuynhthanh/Labrador

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the GitHub page for the EspoTek Labrador!

http://espotek.com/labrador

https://www.crowdsupply.com/espotek/labrador

Build Instructions

I use Qt Creator to build the software interface. Open Desktop Interface/Labrador.pro, then Clean All -> Run qmake -> Build All. Others have built it manually, though. Just make sure you have Qt 5.6 or later.

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

The PCB files were done in KiCAD 4.0.

Documentation and Binary

All documentation and binary files are currently hosted here: https://drive.google.com/drive/u/0/folders/0B7U0ulRLHf8cRVBkeFc2SHpUOGs

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/

The intention is to move to a less restrictive licence in future, where commercial hardware derivatives are allowed but the use of the Labrador name or any branding is not. If anyone knows how to implement such a licence, I'm all ears.

Known bugs.

Most of the main bugs have now been fixed, including all synchronisation issues. Please open an issue or email me at [email protected] if you're aware of any in particular.

Collaboration

Mailing list is here and open to all who wish to collaborate on the project: https://groups.google.com/forum/#!forum/labrador-devel Or you can just use GitHub's issues. :)

Cleanup Notice

Please note that this repository was cleaned up on 21/10/17. This significantly reduced the size - from over 200MB to about 3MB, but I was fairly aggressive and it's possible that something was deleted that shouldn't have been. For this reason, the old, unclean repo has been preserved at:

https://github.com/EspoTek/Labrador_backup

Thanks to all.

~Chris

About

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.4%
  • C 27.3%
  • Objective-C 4.4%
  • QMake 0.3%
  • Assembly 0.3%
  • Python 0.2%
  • Java 0.1%