Using the RoboClaw Arduino Library

The RoboClaw Arduino library, published in the Arduino Library Manager as Basicmicro, makes it easy to control RoboClaw motor controllers from an Arduino. This article covers installing the library, the pattern every sketch follows, and the most commonly used functions.

Standard Serial Mode with Arduino

The RoboClaw’s standard serial control mode is an easy method for control with just about any microcontroller. In this Application Note an Arduino will be used to control two motors in standard serial mode.

Simple Arduino Control of the RoboClaw

The Arduino is one of the most popular microcontroller platforms around due to its ease of use and large supportive community of users. Today we will look at simple example of using the Arduino to control a RoboClaw.