EN CN
RC setting and Gimbal motor controls using arduino
  • Hi, I want to control the motors using arduino via RC pins and I dont want gimbal internal default setting to interrupt. Because I want to use BGC assembly for my own project in which i want to track some object through camera feedback system. Can anyone tell me how i can control motors using RC without any interruption. ?
  • The best way of control is using Serial API. You can setup internal filters and control in speed mode, angle mode or like RC does. There is documentation and Arduino examples: https://www.basecamelectronics.com/serialapi/

    For object tracking, speed mode is most optimal as you get almost linear response on feedback signal, unlike other modes which add extra logic and delays.
  • Thanks for you answer , will these serial API commands will work BGC2.2 software and 8bit BGC controller.