Ok lets try with new code and propeller.
U can see there is two batteries in quad, what happens if i take some weight out of this quad??
Maybe u should check upcoming experiment 1.2… maybe it time change x-axis to y?
—————
First brushless motor test was here from this serie:
https://www.youtube.com/watch?v=wGFhDo_mSsk



![[Quadcopter, FPV] Maiden flight with new Quad (Kiss FC, Kiss ESC, Martian 5′, Gopro hero 4) [Quadcopter, FPV] Maiden flight with new Quad (Kiss FC, Kiss ESC, Martian 5′, Gopro hero 4)](https://quadcoptersource.tesb1.com/wp-content/uploads/2017/04/Quadcopter-FPV-Maiden-flight-with-new-Quad-Kiss-FC-Kiss-ESC-Martian-5-Gopro-hero-4.jpg)


![MOST HORRIBLE MOTOCROSS CRASHES – [HD] MOST HORRIBLE MOTOCROSS CRASHES – [HD]](https://quadcoptersource.tesb1.com/wp-content/uploads/2020/11/MOST-HORRIBLE-MOTOCROSS-CRASHES-HD-200x137.jpg)

Code: #include // always use safety glasses if something starts to fly 😉
Servo myservo; // create servo object to control a servo
int potpin = 0; // analog pin used to connect the potentiometer
int val; // variable to read the value from the analog pin
void setup() {
myservo.attach(9); // attaches the servo on pin 9 to the servo object
}
void loop() {
val = analogRead(potpin); //
val = map(val, 0, 1900, 0, 180); // why 1900? Servo stopped 1832, but it seem to give some energy to quad so i put this for to know energy rate is low
myservo.write(val); // sets the servo position according to the scaled value
delay(1); // waits for the servo to get there
}
Rule number one- take your prpos off .haha
Props off when testing, especially indoors
You might think about using longer wires.