DriveCell is a tiny but powerful module that helps you easily control motors, actuators, and more! Its software library makes controlling these components simple, even if you're new to programming or electronics.
Onboard this module is a tiny H-Bridge chip, formed by four transistors in the shape of an "H." Everything is handled inside a single DRV8837 chip, which allows you to control motors (direction and speed) and actuators (polarity and strength) by reversing the current and adjusting the duty cycle via the input pins. These two input pins are typically driven in opposite polarities to control the output direction. However, to make it easier, the DriveCell library enables you to control motors, actuators, and LEDs without diving into complicated programming.
DriveCell features standard 2.54mm pitch pins which are castellated! This makes it super easy to solder with wires or drivers to actuators like our FlatFlap. An unsoldered 4-pin male header is also includes in the box!
DriveCell is perfect for anyone curious about electronics! It comes with well-explained Arduino examples, making it easier to get started. Since DriveCell requires soldering, we recommend ensuring that soldering is done under proper adult supervision and guidance for children under 12. Please also note that the package includes small parts, like screws, so care should be taken when handling them.
To install the DriveCell library, go to 'Sketch > Include Library > Manage Libraries' - the 'Library Manager' should open up. Just type "DriveCell " and click 'Install' to download the latest version of the DriveCell library.
We are continuously updating and adding new features to this library, so make sure you're using the latest version. To quickly get familiar with this library, go to 'File > Examples > DriveCell , where you'll find multiple examples you can use and modify for your projects.