M5Bala2在出厂时已做校准,如需重新校准按以下步骤进行。
将BALA2放置水平桌面,保持关机状态。
同时按住中间按键(ButtonB)和左侧红色按键,待屏幕亮起后立刻松手,此时会获取IMU数据,期间请勿触碰。
[Mac用户]参考此教程配置 Arduino IDE [Windows用户]参考此教程 配置Arduino IDE
在Arduino中打开示例程序
将BALA2连接至电脑.点击Tools
->Port
中选择设备使用的串行端口
开发板Board
选项选择M5Stack-Core-ESP32
对代码编译上传
Bala::SetServoAngle(uint8_t pos, uint8_t angle)
uint8_t pos 舵机序号(1 - 8),其中5 - 8号舵机在BALA底座内部
uint8_t angle 舵机角度
Bala::SetServoPulse(uint8_t pos, uint16_t width)
uint8_t pos 舵机序号(1 - 8),其中5 - 8号舵机在BALA底座内部
uint16_t width 脉冲宽度
关于M5Stack的使用请参考 M5Stack GRAY