/TBSMini

Arduino library for TBS Mini sound unit

Primary LanguageC++GNU General Public License v3.0GPL-3.0

TBSMini

Arduino library to control the TBS Mini sound unit (Benenidi or Dasmikro clon). This library wouldn't exist without the fantastic job of Open Panzer TCB and its OP_TBS class.

You can see in action in the arduino-panzer repository.

Features

  • Start/stop engine.
  • Proportional sound engine.
  • Up to 14 different sounds to play it individually.
  • Volume up/down.

Installation

Dependencies

TBS Mini inputs are designed to work with servos and microsecond pulses, therefore it uses the arduino standard servo library to communicate with the unit. Also depends on the arduino-timer for sending control signals.

How it works