Skip to content

Wio package for Roboteq SDC21XX Brushed DC Motor Controllers

Notifications You must be signed in to change notification settings

waterloop/cosa-roboteq-sdc21xx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roboteq SDC21XX Controllers

This is a wio package for Cosa that provides ability to control Roboteq SDC21XX Brushless DC motor controllers.

Usage

Datasheet can be found from this series of controllers at this link.

This package uses PWM signal to control the controller, so make sure you set the pin you are connecting to as a PWM pin. This can be done through Roboteq+ PC Utility.

Define a controller wlp::SDC21XX sdc(Board::PWM1). You have to provide it PWM pin.

change speed using:

sdc.set_speed(0);
sdc.set_speed(37);
sdc.set_speed(100);

Install

wio install cosa-roboteq-sdc21xx

About

Wio package for Roboteq SDC21XX Brushed DC Motor Controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published