• Stars
    star
    244
  • Rank 165,885 (Top 4 %)
  • Language
    C++
  • Created almost 11 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Qt program to control and debug my BLDC-controller

A Qt gui to control and debug my custom BLDC controller. A complete description and tutorial about how to use it can be found here: http://vedder.se/2015/01/vesc-open-source-esc/

Quick build instructions for Ubuntu:

  1. sudo apt-get install qtcreator qt-sdk libudev-dev libqt5serialport5-dev

  2. qmake -qt=qt5

  3. make clean && make

  4. Allow for serial access without using sudo: sudo adduser $USER dialout

  5. Restart for access changes to take effect sudo reboot now

  6. Start BLDC-tool from inside of the built repo ./BLDC_Tool

Windows and OS X builds available :

https://bldc-tool.support

More Repositories

1

bldc

The VESC motor control firmware
C
2,178
star
2

vesc_tool

The source code for VESC Tool. See vesc-project.com
C++
700
star
3

vesc_bms_fw

The VESC BMS Firmware
C
215
star
4

rise_sdvp

The RISE Self-Driving Model Vehicle Platform
C
123
star
5

bldc_uart_comm_stm32f4_discovery

A project that demonstrates how to communicate between the VESC and a STM32F4 discovery board using UART
C
89
star
6

bldc-bootloader

A bootloader for my custom motor controller. Read more at http://vedder.se/2015/01/vesc-open-source-esc/
C
66
star
7

nrf51_vesc

BLE-UART bridge for the VESC with packet handling and VESC Tool compatibility
C
56
star
8

bldc-logger

A file and video-overlay logger for my BLDC motor controller
C++
51
star
9

SparkSwitch

Active precharce circuit with optional switch input
KiCad Layout
49
star
10

vesc_express

The source code for the VESC Express
C
39
star
11

nrf52_vesc

BLE-UART bridge for the VESC with packet handling and VESC Tool compatibility.
C
36
star
12

vesc_pkg

Official VESC Packages
C
33
star
13

QuadcopterSystem

The hardware and software for our quadcopter system
C
24
star
14

nunchuk_rf_hw

Custom PCB for nunchuks
KiCad Layout
24
star
15

vesc-os-pi

A minimal raspberry pi 3 or 4 image that runs VESC Tool
Shell
23
star
16

vesc_bms_bootloader

Bootloader for the VESC BMS
C
19
star
17

vesc_wand

This is the firmware for the VESC Wand remote control
C
17
star
18

vesc_fw_archive

VESC Firmware Archive
15
star
19

CapPCB

A capacitor PCB for the VESC
KiCad Layout
14
star
20

svm_sim

A Space Vector Modulation (SVM) simulator for FOC analysis
C++
14
star
21

udp-uart-bridge

UDP to UART bridge for some of my projects
C++
14
star
22

nunchuk_mod

The firmware for the mcu of my custom PCB for the wireless nunchuk
C
12
star
23

vesc_gpstm

General purpose STM32G4-codebase that works with VESC Tool
C
10
star
24

display_tool

A simple display graphics editor, mostly useful for the VESC Wand
C++
9
star
25

summon-arm-toolchain

Build-script for bare metal ARM toolchain - based on esden:s branch
Shell
9
star
26

vesc_braking_resistor

C
9
star
27

dwm1001_vesc

VESC Connect for the DWM1001
C
7
star
28

io_board_er

VESC-compatible IO-board
7
star
29

rfboard-chibios

ChibiOS on my RF-boards. Read more at http://vedder.se/2013/04/cc2520-and-stm32-rf-boards/
C
7
star
30

FaultCheck_QuickCheck

The FaultCheck distribution with a QuickCheck example
Makefile
6
star
31

ubx_server

Ubx Server
C++
6
star
32

nrf24l01plus_stm32f100_chibios

NRF24L01+ driver and ChibiOS project for the stm32f100c6t6
C
4
star
33

FaultCheck_ScalaCheck

The FaultCheck tool with ScalaCheck tests and a use case where ScalaCheck is used.
Makefile
2
star