
Speed control for DC motors from 3 to 35V 5A
Compact board that allows regulating the speed of a DC motor, with a power supply ranging from 3V to 35V and a maximum current of 5A, through a potentiometer with on/off switch.
Overview
Also ideal for adjusting the brightness of LED lights and strips.
Tech specs
Technical specifications:
- Power supply voltage for the board and motors: from 3 Vdc to 35 Vdc
- Motor current: 5 A
- Motor power: max 90 watts
- Frequency: 10 kHz
- Speed regulation: from 1-100% Dimensions (mm): 30x24x15
- Weight: 15 g.
Conformities
Get Inspired

Arduino boards are used in a wide—massive even—variety of projects. Sometimes, however, all you need is something to give your project the ability to blink an LED, sound an alarm, or accomplish some other simple task. For this purpose, maker Jeremy S. Cook has developed a sort of standard method for using these devices, with a 4-position DIP switch soldered to inputs D9-D12, and a double-CR2032 battery pack attached with shrink wrap. This standardization makes for a very compact setup that can be implemented in a project very quickly. The configuration also highlights the use of “INPUT_PULLUP” in Arduino code, with switches wired to ground. Cook’s technique avoids floating inputs without the need for external resistors.