Bluebird BMS 630MG servo doesn't react to normal servo.write function

Hi,

I am working on a project with multiple Bluebird BMS 630MG servos. They work just fine with the Sweep sketch, but when I try a myservo.write(180); or another function they won't response. When I try the sweep or something like it it will work. Does anyone know what this is, and maybe how to fix this?

Thanks!

Did you maybe forget to .attach() your servo in setup()?

If it works with sweep but not other sketches likely it is a code issue not a hardware issue, if you post your code that you are trying to work then others will be able to assist you more effectively.