Beginner Topic used frequently in Bottango workflows.
If you’re using an Arduino Uno R3, Nano, or Mega, you can just use the desktop app to flash the firmware with the module enabled. Be sure to enable the switch “Include Adafruit PCA9685 PWM Servo Driver Library” on the bottom of the uploading menu.
If you’re using the source code, you’ll edit the required line in the BottangoArduinoModules.h file. See Changing Modules.
Remove the ”//” characters from the start of the line:
// #define USE_ADAFRUIT_PWM_LIBRARY //uncomment this line to enable the Adafruit PCA9685 Servo Driver (I2S and pin)so that it is enabled:
#define USE_ADAFRUIT_PWM_LIBRARY //uncomment this line to enable the Adafruit PCA9685 Servo Driver (I2S and pin)Then save the file, and reupload the firmware to your device.