how to make a drone #drone #howto #howtomake #motor #dronevideo
Business inquires
E-mail : [email protected]
Connect With Skynet Robotics
Facebook:
Instagram:
For Ready Made Electronics projects Message me on WhatsApp
+919075800409
WARNING:
This video is for demonstration and education purpose only. Each demonstration presents risk and hazards that must be fully understood before attempting. And should be performed only by professionals.
By Skynet Robotics #skynetrobotics
Avinash Sonawane
Step 1: change in code
/*
char data = 0; //Variable for storing received data
void
setup()
{
Serial.begin(84000); //Sets the baud for serial data transmission
}
void loop()
{
if(! Serial.available() )
{
data = Serial.read();
Serial.print(data);
data=1 ;
}
}
*/
Step 2: Use 4500maH done battery…