Coder Social home page Coder Social logo

escape32's Introduction

ESCape32

Firmware for 32-bit BLDC motor electronic speed controllers that aims for simplicity. It is designed to deliver smooth and efficient motor drive, fast transitions from a complete stop to full throttle, robust direction reversals, and maximum hardware support.

Features

  • Servo PWM, Oneshot125, automatic throttle calibration
  • DSHOT 300/600/1200, bidirectional DSHOT, extended telemetry
  • Analog/serial/iBUS/SBUS input mode
  • KISS/iBUS/S.Port telemetry
  • DSHOT 3D mode, turtle mode, beacon, LED, programming
  • Sine startup mode (crawler mode), brushed mode
  • Proportional brake, drag brake
  • Temperature/voltage/current protection
  • Variable PWM frequency, active freewheeling
  • Customizable startup music
  • Configuration via CLI using a USB-TTL adapter or Betaflight passthrough

Installation

The list of compatible ESCs can be found here.

The latest release can be downloaded here.

Visit the ESCape32 Wiki for more information.

Dependencies

  • cmake
  • arm-none-eabi-gcc
  • arm-none-eabi-binutils
  • arm-none-eabi-newlib
  • libopencm3
  • stlink

Building from source

Use LIBOPENCM3_DIR to specify a path to LibOpenCM3 if it is not in the system root:

git clone https://github.com/libopencm3/libopencm3.git
make -C libopencm3 TARGETS='stm32/f0 stm32/g0'
cmake -B build -D LIBOPENCM3_DIR=libopencm3

Use CMAKE_INSTALL_PREFIX to specify an alternative system root:

cmake -B build -D CMAKE_INSTALL_PREFIX=~/local

To build all targets, run:

cmake -B build
cd build
make

To flash a particular target using an ST-LINK programmer, run:

make flash-<target>

escape32's People

Contributors

neoxic 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.