BLDC Stuttering when attached to Arduino Nano

Hello Everyone,

I am working on building a quadcopter with an Arduino nano. I am currently only working with 2 motors. However, I am experiencing an odd issue. When I try to run my motors, one of them runs fine, while the other stutters - it turns on and off extremely quickly to get this stuttering effect, all the while emitting a quick beeping sound. I know the motor and the ESC are both perfectly fine because when I isolate the problematic motor and run it without the Arduino using a Servo consistency master, it works perfectly normally. It also cannot be the signal pin pf the Arduino which the motor is attached to because I switched the signal pins of the two motors, but the issue still persists with the same motor. I'd really appreciate some help, thanks!

I think the problem is in your code. Which you didn't show us. OR In your wiring. Which you didn't show us.

So, show us your code. Use code tags
Show us your wiring.
Pencil and paper are good for making a wiring diagram.
Then snap a pic of it and post it here.
While you are at it, snap some pics of the actual project and post them here.
Quads are cool. :smiley:

Edit: if one motor/ESC works and the other does not, what happens if you run just the bad motor/ESC?
You are making a quad. Do you have 4 motors/ESCs? Swap out components and see what happens.

You've not given full details of all the hardware you refer to.

You need to give us this information, details always matter.

Hello,
Thank you for trying to help, I found the issue though. It was a faulty jumper wire. Thanks!