Metehan Emlik
Published © MPL-2.0

Control ESPcopter with Processing Software

In this project, we will connect ESPcopter to computer.

BeginnerProtip1 hour939
Control ESPcopter with Processing Software

Things used in this project

Hardware components

espcopter
×1

Software apps and online services

Arduino IDE
Arduino IDE
Processing
The Processing Foundation Processing

Story

Read more

Code

code

Arduino
arduino processing code
#define PROCESSING_REMOTE// control method 
#include <espcopter.h> // ESPcopter lib
  
void setup() {
  
 mainSetup(); 
 setTrimRoll(0);
 setTrimPitch(0);
 setTrimYaw(0);
  
}
  
void loop() {
  
  mainLoop ();  // control loop
  
}

Credits

Metehan Emlik

Metehan Emlik

10 projects • 9 followers

Comments