Do you have a question about the Waveshare Motor Driver HAT and is the answer not in the manual?
Brand | Waveshare |
---|---|
Model | Motor Driver HAT |
Category | Control Unit |
Language | English |
This module is a motor driver board for Raspberry Pi using I2C for robot applications.
Highlights compatibility with Raspberry Pi, I2C interface, and 12-bit PWM output.
Details operating voltage, logic voltage, PWM controller, motor controller, and dimensions.
Illustrates the pinout and connection points of the Motor Driver HAT.
Explains the MP1854 regulator for input voltage conversion and 5V/3.3V output.
Details the PCA9685 for 16-channel, 12-bit PWM output via I2C.
Describes the TB6612FNG IC for high-performance DC motor control.
Step-by-step guide to enabling the I2C interface on Raspberry Pi using raspi-config.
Explains hardware selectable I2C slave addresses from 0x40 to 0x5F.
Overview of demo code structure and files for BCM2835, WiringPi, and Python.
Details on initializing libraries and controlling motors using BCM2835.
Explains the WiringPi project structure and how to run its demo code.
Guide to Python code for PCA9685 and motor control, including PWM settings.
Mentions control via Bluetooth or WiFi and refers to Servo Driver HAT manual.