Part list:
1 x Arduino Board (Micro-controller)
1 x Brush less DC motor (BLDC)
1 x 1045 Propeller
1 x Electronic Speed Controller (ESC)
1 x Li-Po Battery
1 x Variable Resistor
1 x Bread Board
Few jumper wires
Arduino code:
See code in video, add first line of code in below code, which includes library of servo.
Servo esc;
void setup()
esc.attach(9); //Connects ESC’s Signal pin to Digitalpin 9
esc.writeMicroseconds(1000);
Serial.begin(9600);
void loop()
int i;
i = analogRead(A0); //Reads data from Analog pin A0 pin
i = map(val,0,1023,1000,2000); //Converts data 0=1000 to 1023=2000
esc.writeMicroseconds(i); //gives data to ESC
Any Query ? Comment below…
Is it Useful ? Like and Subscribe…






![[Mở Hộp Test] Quadcopter Racing Mini Cam Wifi FPV – Flytec T18 [Mở Hộp Test] Quadcopter Racing Mini Cam Wifi FPV – Flytec T18](https://quadcoptersource.tesb1.com/wp-content/uploads/2017/05/M-Hp-Test-Quadcopter-Racing-Mini-Cam-Wifi-FPV-Flytec-T18.jpg)

Wow sir please upload videos more frequently and it’s better to explain stuffs if you can!!!!