TheDIYGuy999 / DRV8833

DRV8833 H-Bridge control library with fader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Arduino H-Bridge control library

This is an Arduino library for the Texas Instruments DRV8833 DC motor driver

Features:

  • Adjustable fader for smooth speed changes
  • 3 brake modes: no brake (floating motor), brake active, if PWM > 0, brake always active
  • "Light" operation mode, if only one PWM capable pin is available. The brake is then always active in one direction and inactive in the other
  • selectable input signal range (e.g. 0 - 100, 0 - 1023, -255 - 255 etc.)
  • selectable neutral position width. This allows you to optimize it for your joystick
  • the motor rotation direction is reversible in software, so you don't have to switch your motor wires, if the direction is reversed
  • The end-speed is adjustable during runtime. This allows you to simulate different gear ratios

Usage

See example.

(c) 2016 TheDIYGuy999

About

DRV8833 H-Bridge control library with fader

License:MIT License


Languages

Language:C++ 100.0%