Git Product home page Git Product logo

Comments (4)

rpasichnyk avatar rpasichnyk commented on July 21, 2024

Download Qt, open Qt Creator, open vesc_tool.pro, hit build

from vesc_tool.

subodh-malgonde avatar subodh-malgonde commented on July 21, 2024

For Ubuntu, the same instructions as those for bldc-tool worked for me, with minor modifications:

  1. I chose not to install qtcreator and qt-sdk. I chose to install qt5-default instead, as recommended over here. This is not specifically for the vesc_tool, it works for the bldc_tool as well.
  2. In addition to libudev, libqt5serialport5, I had to install qtconnectivity5.

Full instructions:

  1. sudo apt-get install qt5-default libudev-dev libqt5serialport5-dev qtconnectivity5-dev -y
  2. cd vesc_tool
  3. qmake -qt=qt5
  4. make clean && make
  5. Allow for serial access without using sudo: sudo adduser $USER dialout
  6. Restart for access changes to take effect sudo reboot now
  7. Start VESC Tool from inside of the built repo ./vesc_tool_0.95 (I am using version 0.95 of the tool)

It takes about 30-50 seconds after you execute the last step for the GUI to pop up.

from vesc_tool.

subodh-malgonde avatar subodh-malgonde commented on July 21, 2024

Also precompiled Mac executable is available at this repository https://github.com/rpasichnyk/vesc_tool/releases

from vesc_tool.

vedderb avatar vedderb commented on July 21, 2024

there are also some instructions here:
https://vesc-project.com/node/310

from vesc_tool.

Related Issues (20)

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.