ESP32-Arduino-TB6612FNG icon indicating copy to clipboard operation
ESP32-Arduino-TB6612FNG copied to clipboard

TB6612FNG for ESP32 Arduino

Results 2 ESP32-Arduino-TB6612FNG issues
Sort by recently updated
recently updated
newest added

Tried the example on ESP32, the motors did not spin with a single speed parameter. motors.drive(0.5, 500); With two separate speed parameters, the motors worked fine. motors.drive(-1.0, 1.0, 500);