Motor and esc have power, cant control them

motor beeps when plugged in but nothing after, no movement at all. any and all help appreciated. Motor doesnt turn. motor beeps when powered. Im just trying to get it to spin at all and nothings happening. it will be apart of a drone and will have others connected similarly but not even this one works. Both esc and motor were purchased on amazon and do not provide datasheets. The ESC's brand is aneegfpv, it is a 40a max ESC with 2-6s input which is in range of our lipo. The motor is CENPEK A2212 1000KV Brushless Motor 13T. multiple variations of code has been tried. Codes: #include <Servo.h> Servo esc; void setup() { // put your setup code here, to run once: esc.attach(10); esc.write(180); delay(2000); esc.write(0); delay(2000); esc.write(20); delay(2000); esc.write(0); delay(2000); } void loop() { // put your main code here, to run repeatedly: esc.write(1000); delay(5000); esc.write(0); }
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?