This sketch controls a 4-DOF (4 servo) robotic arm using an Arduino and an HC-05 Bluetooth module. The arm is controlled by sending angle commands over Bluetooth in the format: // Servo pins const int ...
When using an Arduino Uno with an Adafruit Motor Shield V1 (or a common clone), a hardware conflict arises between controlling DC motors and a servo simultaneously. When both libraries try to control ...